    .mb-footer-first {
        display: none;
    }
@media (max-width: 576px) {
    .mbf {
        display: none;
    }

    .mb-footer-first {
        display: flex;
        width: 100%;
        margin: 0 auto;
        /* padding: 50px 0; */
        box-sizing: border-box;
    }

    .mb-first_wrp {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .mb-foot-one {
        width: 100%;
        background-color: #F5ECED;
        padding: 45px 18px 120px 18px;
    }

    .foot-img {
        width: 100%;
        object-fit: contain;
    }

    .foot-one-plash {
        border-radius: 24px 24px 24px 0px;
        background: var(--Yellow-2, #FFFF7B);
        padding: 26px 18px;
        position: relative;

    }

    .foot-one-plash::after {
        position: absolute;
        content: "";
        width: 279px;
        height: 44px;
        bottom: -44px;
        left: 0;
        background: url(../img/footplash.png) no-repeat;
    }

    .foot-button {
        position: absolute;
        bottom: -32px;
        left: 18px;
        z-index: 9999;
    }
    .foot-button__img {
        width: 223px;
        height: auto;
    }

    .one-plash-txt {
        color: var(--Gray-Gray, #454545);
        font-family: Nunito;
        font-size: 28px;
        font-style: normal;
        font-weight: 700;
        line-height: 110%;
        /* 30.8px */
    }

    .mb-foot-two {
        width: 100%;
        background-color: #F5ECED;
    }

    .mb-foot-three {
        width: 100%;
        background-color: #F5ECED;
        padding: 0 18px;
    }

    .mb-foot-three_img {
        width: 211px;
        margin-bottom: 50px;
    }

    .mb-foot-three_text {
        margin-bottom: 50px;
        color: var(--Gray-Gray, #454545);
        font-family: Nunito;
        font-size: 28px;
        font-style: normal;
        font-weight: 700;
        line-height: 110%;
        /* 30.8px */
    }
}