#hero{
    padding: 20px 140px 0px 280px;
    position: relative;
}

#hero .row{
    align-items: center;
}

#hero .sub{
    font-family: var(--sacramento);
    font: normal normal normal 36px/29px Sacramento;
    color: var(--gold);
    margin-bottom: 20px;
}

#banner{
    background: transparent linear-gradient(180deg, #3B7386 0%, #5EA4AD 100%) 0% 0% no-repeat padding-box;
    height: 160px;
    margin-top: -40px;
    position: relative;
}

#banner .shape1{
    position: absolute;
    top: 0;
    left: 230px;
}

#banner .shape2{
    position: absolute;
    bottom: 0;
    right: 100px;
}

#hero h1{
    font: normal normal normal 21px/31px Gilda Display;
    text-transform: uppercase;
    letter-spacing: 5.4px;
}

#hero .content p{
    font: normal normal normal 16px/29px Gilda Display;
}

#hero .image img{
    width: 100%;
    border: 20px solid var(--white);
    margin-left: 50px;
    z-index: 2;
    position: relative
}

#hero .shape{
    width: 100%;
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: -1;
}

@media(max-width:1750px){
    #hero{
        padding: 50px 140px 0px 140px;
    }
}

@media(max-width:1550px){
    #hero .click{
        margin-bottom: 50px;
    }
}

@media(max-width:1400px){
    #hero{
        padding: 50px 80px 0;
    }
}

@media(max-width:1200px){
    #hero{
        padding: 50px 50px 0;
    }
    #hero .image img{
        width: 100%;
        margin: 0;
    }
}

@media(max-width:767px){
    #hero{
        padding: 50px 15px 0;
    }
}

@media(max-width:576px){
    #hero .image img{
        border: 10px solid var(--white)
    }
}

#mc{
    padding: 50px 0;
}

#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 .row{
    justify-content: space-between;
}

#mc .content h2{
    font: normal normal normal 29px/29px Gilda Display;
    letter-spacing: 6.42px;
}

#mc .content h3{
    font: normal normal normal 25px/31px Gilda Display;
    letter-spacing: 5.4px;
}

#mc .content h4{
    font: normal normal normal 21px/31px Gilda Display;
    letter-spacing: 4.88px;
}

#mc .content h5{
    font: normal normal normal 19px/31px Gilda Display;
    letter-spacing: 3.88px;
}

#mc .side h3{
    font: normal normal normal 21px/31px Gilda Display;
    letter-spacing: 5.4px;
    text-transform: uppercase;
}

#mc .side img{
    width: 100%;
}

#mc .side .sub{
    margin: 10px 0px 0px;
    font: normal normal normal 29px/29px Sacramento;
    margin-bottom: 10px;
}

#mc .side h4{
    font: normal normal normal 16px/23px Gilda Display;
    letter-spacing: 4.11px;
}
