.navbar {
    flex-direction: column;
}

.navbar ul li a {
    font-size: 1rem;
    padding: 2px 7px;
}

#home {
    height: 370px;
    padding: 3px 28px;
}

#home::before {
    height: 480px;
}

#home p {
    font-size: 13px;
}

#services {
    flex-direction: column;
}

#services .box {
    padding: 14px;
    margin: 2px 0px;
    margin-bottom: 20px;
}

#about-container::before {
    content: "";
    position: absolute;
    z-index: -1;
    background: url('images/bg2.jpg') no-repeat center center/cover;
    width: 100%;
    height: 1000px;
    opacity: 0.79;
}

#about {
    margin: auto;
    display: flex;
    flex-direction: row;
    padding: 34px;
    flex-wrap: wrap;
}

#about img {
    width: 250px;
    margin: 20px auto;
    height: auto;
}

#about-info {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    background-color: #f2f2f2;
    width: 90%;
    margin: auto;
    margin-top: 15px;
    margin-bottom: 25px;
    border-radius: 100px;
    padding: 10px 2px;
}

#about-info h2 {
    display: flex;
    flex-direction: columns;
    font-size: 16px;
    font-family: 'Bree Serif', serif;
    text-align: center;
    color: black;
    display: block;
    margin: auto;
    padding: 5px 3px;
}

#contact-box form {
    width: 80%;
}

.h-primary {
    font-size: 26px;
}