.contact-title {
    display: inline-block;

}

.contact-title-content {
    padding: 0px 10px;
    border: 1px solid;
    border-color: gray;
    border-radius: 10px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;

}

.contact-title-content span {
    display: block;
    border-radius: 50%;
    width: 6px;
    height: 6px;
    border: 1px solid #050519;
    margin-right: 10px;
    background-color: #f8ff00;
}


.contact-message-box {
    width: 100%;
    background-color: #5fa680;
}

.contact-message-box::after {
    content: '';
    display: block;
    width: 100%;
    height: 100px;
    background-color: #5fa680;
    position: absolute;
    top: -100px;
    left: 0;

}

.contact-content {
    position: relative;
    z-index: 99;
}

.our-team-content {
    width: 100%;
    position: relative;
}




.team-title-content span {
    display: block;
    border-radius: 50%;
    width: 7px;
    height: 7px;
    border: 1px solid #050519;
    margin-right: 10px;
    background-color: #f8ff00;
}

.contact-form-title {
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    z-index: 9;
}

#map {
    width: 100%;
    height: 500px;
}

@media screen and (min-width : 1029px) {
    .contact-box {
        width: 70%;
        margin-left: 20%;
    }

    .team-title-content {
        padding: 0px 10px;
        border-radius: 10px;
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        align-items: center;
        padding: 3px 10px;
        background-color: #5856ff;
        border: none;
        color: #b3bffd;
        position: absolute;
    }

    .team-text {
        width: 50%;
        margin: 0 auto;
    }

    .contact-form {
        width: 50%;
        margin: 0 auto;
    }

    .contact-img {
        width: 50%;
        margin-left: 10%;
        border-radius: 10px;
        z-index: 99;

    }
}

@media screen and (max-width : 1028px) and (min-width : 768px) {
    .contact-box {
        width: 100%;
    }

    .team-title-content {
        padding: 0px 10px;
        border-radius: 10px;
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        align-items: center;
        padding: 3px 10px;
        background-color: #5856ff;
        border: none;
        color: #b3bffd;
        position: absolute;
    }

    .contact-img {
        width: 50%;
        margin-left: 10%;
        border-radius: 10px;
        z-index: 99;
    }

    .team-text {
        width: 50%;
        margin: 0 auto;
    }

    .contact-form {
        width: 50%;
        margin: 0 auto;
    }
}

@media screen and (max-width : 767px) {
    .contact-box {
        width: 100%;
    }

    .team-title-content {
        padding: 0px 10px;
        border-radius: 10px;
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        align-items: center;
        padding: 3px 10px;
        background-color: #5856ff;
        border: none;
        color: #b3bffd;
        position: relative;
    }

    .contact-img {
        display: block;
        width: 80%;
        border-radius: 10px;
        z-index: 99;
        margin: 0 auto;
    }

    .team-text {
        width: 100%;
        margin: 20px auto;
    }

    .contact-form {
        width: 100%;
        margin: 0 auto;
    }
}