.first {
    width: 100%;
    height: 700px;
    background-image: url('../img/first_bg.jpg');
    background-repeat: no-repeat;
    background-position: center center;
    display: flex;
    justify-content: center;
}

.first_wrp {
    min-width: 1280px;
}

.first_header {
    margin-top: 15px;
    margin-left: 32px;
}

.header_title {
    width: 465px;
    height: 250px;
    margin-top: 102px;
    background-image: url('../img/header-title.png');
    background-repeat: no-repeat;
    padding: 25px;
}

.header_txt {
    color: var(--Gray-Gray, #454545);
    font-family: Nunito;
    font-size: 38px;
    font-style: normal;
    font-weight: 700;
    line-height: 110%;
    /* 41.8px */
}

.mb-first {
    display: none;
}


@media (min-width: 360px) and (max-width: 576px) {
    .first {
        display: none;
    }
    .mb-first {
        width: 100%;
        display: flex;
        flex-direction: column;
    }
    .mb-first_one {
        padding: 0 18px;
        background-color: #F5ECED;
    }
    .mb-first_one__img {
        width: 211px;
        height: auto;
    }
    .mb-first_bg {
        width: 100%;
        object-fit: cover;
        background-color: #F5ECED;
    }
    .mb-first_two {
        background-color: #F5ECED;
    }
    .mb-first_three {
        background-color: #F5ECED;
        padding: 36px 18px 48px 18px ;
        position: relative;
    }

    .mb-first-text-label {
        position: absolute;
        top: 0;
        left: 18px;
    }
    .mb-three_text {
        width: 100%;
        border-radius: 0 24px 24px 24px;
        padding: 12px 12px 24px 12px;
        background:  #FFFF7B;
        /*height: 191px;*/
        color: var(--Gray-Gray, #454545);
        font-family: Nunito;
        font-size: 28px;
        font-style: normal;
        font-weight: 700;
        line-height: 110%; /* 30.8px */

    }

}