@media screen and (min-width: 1200px) {
    .container {
        max-width: 1160px;
        padding: 0;
    }
}

@media screen and (max-width: 1200px) {
    .pos-scores {
        gap: 40px;
    }
}
@media screen and (min-width: 993px) {
    .b-r_mob {
        display: none;
    }
    .mob {
        display: none;
    }
    .mob-button {
        display: none;
    }
    .mob-slider {
        display: none;
    }
    .backmob {
        display: none;
    }
}
@media screen and (max-width: 992px) {
    .desc {
        display: none;
    }
    .join-prog {
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
    .b-l {
        margin-bottom: 50px;
        width: 100%;
    }
    .b-r_mob {
        width: 100%;
        height: 360px;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        background-image: url(../assets/img/Group\ 141.png);
    }
    .prog-grid {
        display: none;
    }
    .swiper-slide {
        width: 260px;
    }
    .prog-item {

        width: 100%;
        max-width: 260px;
        height: 320px;
    }
    .mob-slider {
        /* padding: 20px; */
        box-sizing: border-box;
        width: 100%;
        overflow: hidden;
    }

    .ground-five {
        background: linear-gradient(209.8deg, #F79A0E -47.45%, #FACC04 23.98%, #FACC04 84.44%, #F79A0E 138.69%);
        position: relative;
        z-index: 1;
    }
    .ground-five::after {
        content: '';
        background-image: url(../assets/icon/5\(mob\).png);
        position: absolute;
        right: 0;
        top: 0;
        z-index: 1;
        width: 100%;
        height: 100%;
    }
    .ground-five h2{
        position: relative;
        z-index: 2;
    }
    .mob-button {
        max-width: 100%;
    }
    .mob-button .white-btn {
        max-width: unset;
    }
    .grid-steps {
        grid-template-columns: repeat(1,1fr);
        gap: 20px;
    }
    .ellipse {
        height: 48px;
        max-width: 48px;
        width: 100%;
    }
    .ellipse span {
        font-size: 28px;
    }
    .step {
        max-width: 100%;
        flex-direction: unset;
        align-items: flex-start;
        /* justify-content: space-between; */
    }
    .line {
        /* height: 70%;
        border-top: none;
        border-left: solid 1px #0000001A;
        left: 5%;
        top: 0;
        width: unset; */
        display: none;
    }
    .pos-scores {
        flex-direction: column;
        justify-content: center;
    }
    .wrapper-shadow {
        width: 100%;
        background-size: cover;
        max-width: 100%;
        background-image: url(../assets/img/card\ 1\ mobile.png);
        border-radius: 30px;
    }
    .indent {
        margin-bottom: 40px;
    }
    .indent h1, .pad h2 {
        margin-bottom: 20px;
    }
    .backdeck {
        display: none;
    }
    .ellipse .wline {
        position: relative;
        z-index: 2;
    }
    .wline::after {
        content: '';
        position: absolute;
        top: 100%;
        left: 50%; 
        width: 1px;
        height: 80px;
        background-color: #0000001A; 
        z-index: 100;
    }
    .banner-content {
        /* justify-content: center; */
    }

}
@media (min-width: 320px) and (max-width: 410px) {
    .wrapper-shadow {
    max-height: 215px;
    }
    .score-item h1 {
        font-size: 32px;
    }
    .score-item p {
        font-size: 16px;
    }
    h2 {
        font-size: 24px;
    }
    h1 {
        font-size: 24px;
        line-height: 32px;
    }
    .join-prog h2 {
        font-size: 20px;
        line-height: 24px;
    }
    .join-prog p {
        font-size: 16px;
        line-height: 20px;
    }
    .prog-item h2 {
        font-size: 28px;
    }
    .bord {
        padding: 40px 0 20px 0;
    }
    .pad {
        padding: 40px 0 20px 0;
    }
    .wline::after {
        height: 110px;
    }
    .b-r_mob {
        height: 268px;
    }
}