/* navigation */
#navbar{
    flex-direction: column;
}

#navbar ul li a{
    font-size: 1rem;
    padding: 0px 7px;
    padding-bottom: 8px;
}

/* home section */
#home{
    height:233px;
    padding:60.1px 68px;
}

#home h1{
    font-size: 2.1rem;
}

#home::before{
    height: 64%;
}

#home p{
    font-size: 13px;
}

/* services section */
#services{
    flex-direction: column;  
}

/* client section */
#clients{
    flex-wrap: wrap;
}
.clients img{
    height: 37px;
    padding: 0px;
}

.client-item{
    padding: 10px;
}

/* contact us section */
#contact-box form{
    width: 80%;
}

/* utility class  */
.h-primary{
    font-size: 26px;
}

.btn{
    font-size: 13px;
    padding: 4px 8px;
}
