/* NAVIGATIONS */
#navbar {
    flex-direction: column;
}

#navbar ul li a {
    font-size: 1rem;
    padding: 0px 7px;
    padding-bottom: 7px;
}

/* HOME */
#home {
    height: 370px;
    padding: 3px 28px;
}

#home::before {
    height: 590px;

}

#home p {
    font-size: 13px;
}

/* Services section */

#services {

    flex-direction: column;
}

#services .box {
    padding: 14px;
    margin: 2px 0px;
    margin-bottom: 20px;
}

#services .box img {
    display: flex;
    padding: 0;
    margin: 0;
    justify-content: center;
    align-items: center;
    height: 96px;
}

/* client section */
#clients {
    display: flex;
    flex-wrap: wrap;
}

#clients img {
    width: 66px;
    padding: 6px;
    height: auto;
}

/* Contact section */


/* footer */



/* Utility classes */
.h-primary {
    font-size: 26px;
}