/* navigation */
#navbar{
    flex-direction: column;
}
#navbar ul li a{
    font-size: 1rem;
    padding: 0px 7px;
    padding-bottom: 8px;
}


/* home */
#home{
height: 370px;
padding: 3px 68px;

}
#home::before{
    height: 400px;
}
#home p{
    font-size: 13px;
}
/* services section */
#services{
    flex-direction: column;
}

/* #services .box{
   padding: 14px;
   margin: 2px 15px;
   margin-bottom: 20px; */

/* } */
#services .box img{
    height: 100px;
}
/* clients section  */
 #clients{
    /* overflow: hidden; */
    flex-wrap: wrap;
}
#client img{
    width: 66px;
    padding: 0px 6px;
    height: auto;
}
.btn{
    font-size: 13px;
    padding: 4px 8px;
}


/* utility classes */
.h-primary{
    font-size: 26px;
}