#hero{
    background: #23285C;
    padding: 50px 0;
}

#hero .row{
    align-items: center;
}

#hero h1{
    color: #fff;
    font-size: 41px;
    font-weight: 700;
    margin-bottom: 20px;
}

#hero h1 strong{
    color: #83BF42;
}

#hero p{
    color: #fff;
    font-size: 20px;
}

#hero img{
    max-width: 427px;
    width: 100%;
    height: auto;
    aspect-ratio: 1/1;
    object-fit: cover;
    margin-left: auto;
    display: block;
    border-radius: 10px;
}

#hero .btn-green{
    margin-right: 15px;
}

#hero .click{
    margin-top: 30px;
}

#hero .date{
    color: #fff;
    font-size: 20px;
}

@media(max-width:1200px){
    #hero img{
        margin: 0 auto;
    }
}

@media(max-width:576px){
    #hero .btn-green{
        margin-bottom: 15px;
    }
}

#mc{
    padding: 50px 0;
}

#mc .row{
    justify-content: space-between;
}


#mc .content h2{
    font-size: 40px;
    color: #23285C;
    line-height: 51px;
}

#mc .content h3{
    font-size: 35px;
    color: #23285C;
    line-height: 44px;
}

#mc .content h4{
    font-size: 30px;
    color: #23285C;
    line-height: 39px;
}

#mc .content h5{
    font-size: 26px;
    color: #23285C;
    line-height: 34px;
}

#mc .content h2,
#mc .content h3,
#mc .content h4,
#mc .content h5{
    margin: 50px 0 20px;
}

#mc .content > :first-child{
    margin-top: 0!important;
}

#mc .btn{
    width: 100%;
}

#mc .latest{
    max-width: 350px;
    margin-left: auto;
    display: block;
}

#mc .latest h3{
    color: #23285C;
    font-family: 'Roboto';
    font-size: 25px;
}

#mc .latest img{
    width: 100%;
    height: 220px;
    object-fit: cover;
}

#mc .latest .wrap{
    background: #F5F6F7;
    padding: 15px;
}

#mc .date{
    color: #196839;
    font-size: 14px;
    margin-bottom: 10px;
}

#mc .post h4{
    color: #1C2A45;
    font-size: 20px;
    font-weight: 500;
}

#mc .post p{
    color: #696969;
    font-size: 15px;
}

#mc .btn-g-holo{
    color: #23285C;
    width: 350px;
    margin-left: auto;
    display: block;
}

@media(max-width:1200px){
    #mc .latest,
    #mc .btn-g-holo{
        margin: 0 auto;
    }
}