.contact-banner {
    margin-top: 0px;
    background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("../assets/services/e-commerce.jpg");
    height: 70%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    width: 100%;
    height: 200px;
}

.contact-banner h2 {
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
}

.contact {
    /* margin-top: 100px; */
    /* padding-top: 100px; */
}

.contact-title {
    width: 100%;
    text-align: center;
    padding-top: 20px;
    padding-bottom: 20px;
}

.contact-container {
    display: flex;
    padding-bottom: 30px;
}

.contact-desc a {
    color: black;
}

.contact-desc p {
    color: black;
}

.contact-desc h2 {
    color: black;
}

.contact-map {
    width: 50%;
}

@media(max-width:800px) {
    .contact-container {
        display: inline;
    }
    .contact-map {
        padding-top: 40px;
        width: 100%;
    }
}