/* home section */
#home h1 {
    font-size: 2rem;
}

#home p {
    font-size: 1.125rem;
}


/* services section */
#services {

    display: flex;
    flex-direction: column;
    margin: 2px 15px;
    margin-bottom: 35px;
}

#services .box {
    margin: 10px 15px;
}

.h-primary {
    font-size: 1rem;
}