    .post-feature-image img {
        height: auto;
    }
    #post h2::before { 
      display: block; 
      content: " "; 
      margin-top: -285px; 
      height: 285px; 
      visibility: hidden; 
      pointer-events: none;
    }
    
    @media(max-width: 767px){
        #post img{
            width: 100%;
        }
    }

    #post{
        color: #0C0D63;
    }
    
    #post h1{
        margin-top: 20px;
    }
    
    #post .navigation{
        background: none;
        margin-bottom: 50px;
    }

    #post .nav-links{
        display: flex;
        justify-content: space-between;
    }
    
    #post .nav-links a{
        color: #0C0D63;
        font-size: 20px;
    }

/*---------------------------
HERO
---------------------------*/
#hero{
    position: relative;
}

#hero h1{
    font-size: 48px;
    font-weight: 600;
}

#hero .row{
    align-items: center;
    min-height: 400px;
}

#hero .container-fluid{
    min-height: 400px;
    padding: 0;
}

#hero{
    min-height: 400px;
}
#hero .inner{
    width: 100%;
    background: #F1F9FF;
    padding: 70px 100px 70px 200px;
    clip-path: polygon(0 0, 95% 0, 100% 100%, 0% 100%);
}

#hero .wrap{
    position: absolute;
    top: 30px;
    right: 0;
    z-index: -1;
}

#hero h1{
    font-size: 69px;
    color: #0C0D63;
    line-height: 68px;
    margin: 0;
}

@media(max-width:1660px){
    #hero .inner{
        padding: 70px 100px 70px 120px;
    }
}

@media(max-width:1530px){
    #hero .inner{
        padding: 70px 70px 70px 120px
    }
}


@media(max-width:1200px){
    #hero .inner{
        clip-path: none;
        padding: 50px;
        text-align: center;
    }
    #hero img{
        width: 100%;
        max-height: 300px;
        object-fit: cover;
    }
}

@media(max-width:500px){
    #hero .inner{
        padding: 50px 15px 50px;
    }
}

/*---------------------------
POST
---------------------------*/

#post{
    padding: 75px 0 0px;
}

#post .row{
    justify-content: space-between;
}

#post #quote{
    padding: 50px 0;
}

#post #quote h2{
    font-size: 31px;
    color: #FEC402;
    margin: 0 0 20px;
}

#post #quote .content{
    margin: 20px 0;
}

#post #quote.inner{
    background: #0C0D63;
    border-radius: 5px;
    padding: 20px;
    color: #fff;
}

#post #quote .contact a{
    color: #fff;
    text-decoration: none;
    transition: .3s all ease;
}

#post #quote .contact a:hover{
    color: #FEC402;
    text-decoration: none;
    transition: .3s all ease;
}

#post #quote .contact i{
    color: #FEC402;
    margin-right: 10px;
}

#post #quote .phone{
    margin-right: 20px;
    margin-bottom: 10px;
}

#post #quote textarea{
    height: 120px;
}

#post #quote .consent .form-check{
    padding: 0;
}

#post #quote .consent p{
    margin: 0;
}

#post #quote .form-check-input,
#post #quote .form-check-label{
    margin-left: 0px
}

#post #quote .form-check-input{
    margin-right: 15px;
}

#post #quote .btn-main{
    height: 100%;
    margin-top: 20px;
}

#post .navigation{
    box-shadow: none;
}

#post .nav-links .nav-previous,
#post .nav-links .nav-next{
    background: #0F0C53;
    transition: .3s all ease;
    padding: 10px 10px;
}

#post .nav-links .nav-previous a,
#post .nav-links .nav-next a{
    color: #fff;
    text-decoration: none;
    transition: .3s all ease;
    padding: 10px 0px;
}

#post .nav-links .nav-previous:hover,
#post .nav-links .nav-next:hover{
    background: #FEC402;
    transition: .3s all ease;
    cursor: pointer;
}

#post .nav-links .nav-previous:hover a,
#post .nav-links .nav-next:hover a{
    color: #0F0C53;
    transition: .3s all ease;
}

@media(max-width:767px){
    #post #quote .input{
        width: 100%;
    }
}

@media(max-width:576px){
    #post #quote .btn-main{
        margin-top: 20px;
    }
}

/*---------------------------
SERVICES
---------------------------*/
#related .image img{
    width: 100%;
}

#related h2{
    color: #0C0D63;
    margin-bottom: 20px;
}

#related .inner{
    margin-bottom: 30px
}

#related .inner .wrap{
    border: 1px solid #AEAEAE;
    padding: 20px;
    position: relative;
}

#related a{
    text-decoration: none;
    color: #0C0D63;
}

#related h3{
    font-size: 21px;
    font-weight: 500;
}

#related hr{
    border-top: 3px solid #FEC402;
    width: 100px;
    margin: 20px auto;
    opacity: 1;
}

#related .content{
    margin-bottom: 70px;
    font-size: 17px;
    min-height: 112px;
    color: #0C0D63;
}

#related .btn-block{
    position: absolute;
    right: 0;
    bottom: 0;
}