/* Navbar */
#navbar {
    flex-direction: column;
}

#navbar ul {
    padding-bottom: 10px;
}

#navbar ul li a {
    font-size: 1rem;
    padding: 0px 10px;
}

#h-primary {
    font-size: 25px;   
}

/* Home */
#home {
    height: 333px;
    padding: 5px 10px;
}

#home::before {
    height: 90%;
}

#home p {
    text-align: center;
}


/* Services */

#services {
    flex-direction: column;
    margin: 0px 8px 33px 8px;
}

#services p {
    margin-top: 5px;
}


/* Clients */
#client-section {
    height: 125px;
}

#client-section::before {
    height: 125px;
}

.clients {
    flex-wrap: wrap;
}

.clients img {
    width: 33px;
    height: 33px;
}

.clients .client-item {
    padding: 0px;
}

/* Contact Us */
#contact-section form {
    width: 50%;
}

#ddd {
    width: 100px;
}


/* Footer */