.topBanner{
    background: #f4f4f4 url(../images/Contact-us.jpg) no-repeat center;
    background-size: cover;
}
strong{
    font-weight: 900;
}
article h2{
    text-transform: uppercase;
    font-weight: 600;
    text-align: center;
}
#contact{
    margin: 2em 0;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
article h3{
    font-size: 1.5rem;
    font-weight: 900;
    padding: 1em 0;
}
.details{
    width: 100%;
    max-width: 500px;
}
#whatsApp{
    margin-left: 1em;
    width: 1em;
}
/* Styling the Contact form */
form{
    width: 100%;
    max-width: 500px;
    display: flex;
    flex-direction: column;
}
input, textarea{
    margin-bottom: 1em;
    padding: 1em;
    font-family: 'Roboto', sans-serif;
}
textarea{
    height: 10em
}
.sendButton{
    background: #E41E26;
    color: #fff;
    border: 0;
    text-transform: uppercase;
    font-size: 1rem;
}
.sendButton:hover{
    background-color: #333;
    color: #fff;
    transition: background 0.2s ease-out;
}



