#hero{
    height: 500px;
    background-size: cover;
    background-position: center;
}

#hero .slider,
#hero .slick-list,
#hero .slick-track,
#hero .slick-slide div{
    height: 500px;
}

#hero .slick-slide img{
    height: 100%;
    object-fit: cover;
}

#s1{
    padding: 50px 0;
}

#s1 .header{
    margin-bottom: 50px;
    text-align: center;
}

#s1 h2{
    font-weight: 700;
    margin-bottom: 10px;
}

#s1 .inner{
    display: flex;
}

#s1 .name{
    font-weight: 700;
    color: var(--black);
    margin-right: 20px;
}

#s1 .wrap{
    margin-bottom: 40px
}

#s1 p{
    color: var(--black)
}

#mc {
    margin: 50px 0;
}
#mc h1{
    text-align: center;
    margin-bottom: 50px;
}
#mc strong{
        color: var(--black);
}
#s1{
    display: none;
}

#mc img{
    margin: 0 auto 40px;
    display: block;
}

#mc .btn{
    display: block;
    max-width: 200px;
    margin: 0 auto 40px;
}

#mc iframe{
    width: 100%;
    height: 680px;
}

@media(max-width: 1200px){
    #mc iframe{
        width: 100%;
        height: 500px;
    }
}

@media(max-width: 991px){
    #mc iframe{
        width: 100%;
        height: 400px;
    }
}
@media(max-width: 767px){
    #mc iframe{
        width: 100%;
        height: 300px;
    }
}
@media(max-width: 500px){
    #mc iframe{
        width: 100%;
        height: 200px;
    }
}