.mm-banner{
    overflow: hidden;
    line-height: 1.3vw;
    font-family: Montserrat;
    height: 50vw;
    position: relative;
}
.slider-img{
    position: absolute;
    z-index: -1;
    object-fit: cover;
    height: 50vw;
}
.banner-image{
    height: 30vw;
    object-fit: contain;
    position: absolute;
    width: 34.6vw;
    right: 13.2vw;
    z-index: 4;
    top: 9.3vw;
}
.mm-banner-content{
    padding: 11vw 14vw 0vw 13.7vw;
    width: 37vw;
}
.mm-banner-content h1{
    color: #201E1F;
    font-weight: 400;
    font-size: 2.89vw;
    line-height: 1.22;
}
.mm-banner-content h1 span{
    color: #EF0D33;
    font-weight: 600;
}
.mm-banner-content p{
    padding-top: 1vw;
    color: #626262;
    font-size: .9vw;
    padding-right: 5vw;
    line-height: 1.4;
}
.mm-banner-content a:hover{
    background: #d60c2e;
}
.mm-banner-content a{
    /* color: #EF0D33; */
    color: white;
    background: #EF0D33;
    font-weight: 500;
    border: 1px solid #EF0D33;
    border-radius: 2px;
    padding: .4vw 1.24vw;
    font-size: .81vw;
    margin-top: 2vw;
    display: inline-block;
}
.mm-banner-content a.va-model:hover{
    background-color: white;
}
.mm-banner-content a.va-model{
    margin-left: 1vw;
    color: #EF0D33;
    background: unset;
}
.mm-banner-content a.va-model img{
    display: unset;
}
.mm-banner-content a img{
    width: .65vw;
    display: none;
}
.count-block{
    display: flex;
    margin-top: 7.9vw;
    gap: 4.7vw;
}
.count-block h3{
    font-weight: 600;
    color: #292828;
    font-size: 2.4vw;
}
.count-block h3 span{
    font-weight: 400;
    display: block;
    font-size: .8vw;
    margin-top: .6vw;
    line-height: 1.2;
}
.count-block img{
    height: 2vw;
    width: auto;
}

@media only screen and (max-width: 500px) {
    .banner-image{
        display: none;
    }
    .mm-banner-content{
        padding: 23vw 5.7vw 0vw 5.7vw;
        width: auto;
    }
    .mm-banner-content h1{
        font-size: 6.67vw;
    }
    .mm-banner-content p{
        font-size: 3.49vw;
        padding-top: 5.5vw;
    }
    .mm-banner{
        height: unset !important;
        padding-bottom: 20vw;
    }
    .slider-img{
        height: -webkit-fill-available !important;
        height: 100% !important;
    }
    .mm-banner-content a.va-model{
        margin-left: 0;
        margin-top: 3vw;
    }
    .mm-banner-content a{
        line-height: 1.2;
        margin-top: 10vw;
        padding: 3vw 8.24vw;
        font-size: 3vw;
        text-align: center;
    }
    .mm-banner-content a img{
        width: 2.65vw;
    }
    .count-block{
        margin-top: 17.9vw;
        gap: 10vw;
    }
    .count-block h3{
        font-size: 6.4vw;
        margin-top: 2vw;
    }
    .count-block h3 span{
        font-size: 3.2vw;
        margin-top: 5.7vw;
        line-height: 1.1;
    }
    .count-block img{
        height: 12vw;
    }
}