.contact-us{
    height: 392px;

    background-image: linear-gradient(rgba(0,0,0,0.7), rgba(0,0,0,0.7)), url(../Images/Team/contact1.jpg);
    background-position: center;
    background-size: cover;
    color: white;
}

.contact-us-body{
    display: flex;
    padding-top: 60px;
}

.contact-first-column{
    width: 50%;
}

.contact-img-holder{
    margin: auto;
    width: 30%;
    height: 180px;
    align-content: center;
    position: relative;
}

.contact-logo{
    width: 180px;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.contact-img-text{
    width: 60%;
    margin: auto;
}

.contact-img-text h3{
    padding: 20px;
    text-align: center;
    font-size: 16px;
    font-weight: 500;

}

.contact-second-column{
    width: 50%;
    padding-left: 10%;
}

.contact-header{
    font-size: 32px;
    margin-bottom: 10px;
}

.contact-location{
    display: flex;
    margin-bottom: 8px;
}

.contact-location i{
    margin-right: 20px;
    padding-top: 2px;
}

.contact-location h4{
    font-size: 16px;
    font-weight: 600;
}

.contact-email{
    display: flex;
    margin-bottom: 8px;
}

.contact-email i{
    bottom: 0px;
    margin-right: 16px;
    text-align: center;
    height: 16px;
    padding-top: 5px;
}

.contact-email h4{
    font-size: 16px;
    font-weight: 600;
}

.contact-phone{
    display: flex;
    margin-bottom: 8px;
}

.contact-phone i{
    margin-right: 16px;
    padding-top: 5px;
}

.contact-phone ul{
    list-style: none;
}

.contact-phone ul li h4{
    font-size: 16px;
    font-weight: 600;
}

.contact-business h3{
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 5px;
}

.contact-business ul{
    list-style: none;
    padding-left: 30px;
}

.contact-business ul li{
    font-size: 16px;
    font-weight: 500;
}

.end{
    height: 5vh;
    text-align: center;
    color: white;
    background-color: black;
    align-content: center;
    position: relative;
}

.end h2{
    font-size: 20px;
    font-weight: 500;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

@media screen and (max-width: 720px){
    .contact-us{
        height: 100%;
    }

    .contact-us-body{
        padding-top: 10px;
        padding-bottom: 15px;
    }

    .contact-first-column{
        display: none;
        width: 0px;
    }

    .contact-second-column{
        width: 100%;
    }

    .end{
        width: 100%;
        height: 6vh;
        bottom: 0%;
    }

    .end h2{
        width: 100%;
    }

}
