section h1 {
    font-size: 2rem;
    text-align: center;
    margin: auto;
}

#banner {
    margin: 0;
}

#aboutBox {
    width: 90%;
    background-image:url(../images/filler-Img.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    box-sizing: content-box;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 7.5rem auto auto auto;
}

#aboutBox header {
    width: 30%;
    margin: auto 60% auto 10%;
}

#aboutBox div {
    width: 30%;
    margin: auto auto auto 10%;
}

#aboutBox p {
    font-size: 1.5rem;
}

#services {
    margin-top: 5%;
    display: inline-block;
    justify-content: space-evenly;
    height: 500px;
}

.service {
    display: flex;
    justify-content: space-evenly;
    width: 100%;
    margin: 10vh 0px 10vh 0px;
}

.rightshift {
    display: flex;
    flex-direction: row-reverse;
}

.service img {
    width: 40%;
}

.service p {
    width: 40%;
}

#contactBorder {
    margin: 2rem 0px 2rem 0px;
}

#contactBox {
    margin: 2rem auto 2rem auto;
    width: 50%;
    background-color: rgb(255, 252, 248);
    border: 2px solid rgb(183, 181, 177);
    border-radius: 25px;
    display: flex;
    flex-direction: column;
    justify-content: start;
    padding: 1rem 0px 1rem 0px;
}

.contacts {
    width: 90%;
    display: flex;
    flex-direction: column;
    margin: 0.5rem auto 0.5rem auto;
}

.contacts h3{
    margin: 0px 0px 0px 2%;
    font-size: 0.9rem;
    font-weight:normal;    
}

.contactInfo {
    background-color: rgb(255, 252, 248);
    text-align: center;
    padding: 0.2rem;
    border: 2px solid rgb(183, 181, 177);
    border-radius: 10px;
}