.header-branner-text {
    color: #F1CF73;
    text-shadow: 0px 5px 3px #A27700F7;
    margin: 0 !important;
    font-size: 4.5rem
}

.sub-header-branner-text {
    margin: 0 !important;
    font-size: 3.0rem
}

.sub-header-branner-shadow {
    text-shadow: 0px 5px 3px #654B00;
}

.sub-header-branner-text {
    margin: 0 !important;
    font-size: 3.0rem
}

.content-model-2-text-color {
    color: #F1CF73;
    text-shadow: 0px -1px 1px #F1CF73
}

.content-model-2-sub-text-color {
    color: #fff;
    text-shadow: 0px 3px 7px #646464F7;
    font-size: 2.0rem
}

.line-id {
    font: inherit;
    color: #F1CF73;
    border: 4px solid #F1CF73;
    border-radius: 37px;
    padding: 0.5rem 2rem;
    font-size: 2.0rem;
    width: fit-content;
}

.wire-frame-theme h1 {
    font-size: 3.0rem;
}

.wire-frame-theme h2 {
    font-size: 1.5rem;
}

.wire-frame-theme h3 {
    font-size: 1.5rem;
}

.wire-frame-theme h4 {
    font-size: 1.2rem;
}

@media (max-width: 821px) {
    .header-branner-text {
        font-size: 3.5rem
    }
    .sub-header-branner-text {
        font-size: 2.0rem
    }
    .line-id {
        font-size: 1.3rem;
    }
    .wire-frame-theme {
        padding: 2rem 1rem !important;
    }
    .wire-frame-theme h1 {
        font-size: 2.0rem;
    }
    .wire-frame-theme h2 {
        font-size: 1.0rem;
    }
    button[type=submit] {
        font-size: 1.5rem;
    }
}

@media (max-width: 576px) {
    .header-branner-text {
        font-size: 2.8rem
    }
    .wire-frame-theme {
        margin: 0rem 0px;
        padding: 2rem 0rem !important;
        border: none;
        border-radius: none;
        box-shadow: none;
        align-items: center;
        background: none
    }
}