/* navigation */
#navbar {
    flex-direction: column;
}

#bavbar ul li a {
    font-size: 1rem;
    padding: 0px 7px;
    padding-bottom: 8px;
}

/* Home section */
#home {
    height: 270px;
    padding: 3px 28px;
}

#home::before {
    height: 480px
}

#home p {
    font-size: 13px;
}

/* services section */
#services {
    flex-direction: column;
}

/* client section */
#clients {
    flex-wrap: wrap;
}

#clients img {
    width: 66px;
    padding: 2px 6px;
    height: auto;
}

/* contact us section */
#contact-box form {
    width: 80%;
}

/* footer */

/* utility classes */
.h-primary {
    font-size: 40px;
}

.btn {
    font-size: 13px;
    padding: 4px 8px;
}