#cHero{
    position: relative;
    text-align: center;
    padding: 100px 0;
    overflow-y: hidden;
}

#cHero h1{
    font-weight: 700;
}

#cHero p strong{
    font-size: 18px;
    font-family: 'Merriweather', serif;
}

#cHero .bg{
    position: absolute;
    bottom: -210px;
    left: -100px;
}

#cHero .content{
    padding: 0 150px;
}

#cHero .content p{
    color: #CFCFCF;
}


@media(max-width:991px){
    #cHero .content{
        padding: 0 50px
    }
}

@media(max-width:576px){
    #cHero .content{
        padding: 0;
    }
}


#contact{
    padding: 50px 0 100px;
}

#contact .content{
    margin-bottom: 100px;
}

#contact h4{
    font-weight: 700;
}

#contact .details span{
    font-weight: 700;
    color: #191919;
    font-size: 18px;
}

#contact .details a{
    color: #191919;
    text-decoration: none;
    font-size: 18px;
}

#contact .details a:hover{
    color: #DEBF73;
}

#contact .form{
    margin-left: 100px;
}

@media(max-width:1200px){
    #contact .form{
        margin: 0;
    }
}

#office{
    padding: 0px 0 50px;
    position: relative;
}

#office::before{
    content: '';
    position: absolute;
    top: -50px;
    left: 0;
    width: 100%;
    height: 50px;
    background: #F3F3F3;
    clip-path: ellipse(60% 82% at 50% 100%);
}

#office h2{
    font-weight: 700;
    margin-bottom: 50px;
}

#office .inner{
    border: 1px solid #40041B;
    border-radius: 5px;
    padding: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

#office i{
    font-size: 25px;
    margin-bottom: 20px;
}