#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;
}

@media(max-width:1200px){
    #mc .latest,
    #mc .btn-g-holo{
        margin: 0 auto;
    }
}

#block{
    background: #F3F5F2;
    padding: 50px 0;
}

#block .row{
    align-items: center;
}

#block p:first-of-type{
    font-size: 19px;
}

#block .click{
    margin-top: 30px;
}

#block h2{
    color: #23285C;
    font-size: 40px;
}

#block img{
    max-width: 490px;
    width: 100%;
    height: auto;
    aspect-ratio: 1/1;
    display: block;
    margin-left: auto;
    object-fit: cover;
    border-radius: 8px;
}

#block:nth-of-type(even) img{
    margin-right: auto;
    margin-left: 0;
}

#block:nth-of-type(even){
    background: #269553;
}

#block:nth-of-type(even) h2{
    color: #fff;
}

#block:nth-of-type(even) p{
    color: #fff;
}

#block .btn{
    color: #000000;
}

#block{
    padding: 100px 0 150px;
}

#block .image{
    position: relative;
    z-index: 0;
}

#block .dots{
    height: 482px;
    width: 332px;
    object-fit: cover;
    top: 70px;
    position: absolute;
    z-index: -1;
    left: 50px;
}

#block .dotsG{
    height: 482px;
    width: 332px;
    object-fit: cover;
    top: 70px;
    position: absolute;
    z-index: -1;
    right: 50px;
}

@media(max-width:1400px){
    #block .dots,
    #block .dotsG{
        display: none
    }
}

@media(max-width:1200px){
    #block img{
        margin: 0 auto!important;
    }
}