.contact-us {
    display: flex;
    justify-content: end;
    align-items: center;
    padding-right: 8rem;
}

.contact-us-portrait-content {
    width: clamp(100px, 42%, 650px);
    height: fit-content;
    background-color: #fff;
    opacity: 0.7;
    padding: 3rem;
    border-radius: 6px;
}

.contact-us-portrait-content>h1 {
    align-content: center;
    color: #00A0DF !important;
}

.contact-us-portrait-content-sm {
    display: none
}

.contact-us-body-parent {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding-right: 8rem;
    padding-left: 8rem;
    padding-bottom: 10rem;
}

.contact-us-body-content {
    width: clamp(100px, 45%, 650px);;
    height: 45vw;
    background-color: #FFF;
    padding: 3rem;
    margin-top: -10%;
    border-radius: 20px;
}

.parent-contact-us {
    overflow-x: hidden;
}


.coworker-contact-us.left {
    display: flex;
    flex-direction: row;
    justify-content: start;

}

.coworker-contact-us.right {
    display: flex;
    flex-direction: row;
    justify-content: end;

}

.coworker-picture > img {
    border-radius: 10rem;
    margin-right: 0.5rem;
}

.coworker-info > p,
.coworker-info > h6 {
    margin-bottom: 0 !important;
}

@media all and (min-width: 2400px) {


    .bg-img {
        width: 100%;
        height: 65vh;
        background-repeat: no-repeat;
        /* Prevents the image from repeating */
        background-position: center center;
        /* Centers the image */
        background-size: cover;
        padding: 0rem 0rem 5rem 0rem;
        margin: 0px;


    }

    .contact-us-body-parent {
        display: flex;
        justify-content: space-around;
    }

    .bg-img.contact-us {
        display: flex;
        justify-content: center;
    }

}

@media all and (max-width: 1400px) {
    .bg-img.portrait {
        height: 70vh !important;
    }

    .contact-us-body-content {
        width: 45%;
        height: 55vw;
        padding: 2rem;
    }

    .contact-us-portrait-content {
        width: 42%;
        padding: 2rem;
    }

    hr {
        margin: 0.5rem 0;
    }

}


@media all and (max-width: 1200px) {
    .contact-us-body-content {
        height: 70vw;
        padding: 1.5rem;
    }

    .contact-us-portrait-content {
        padding: 2rem;
    }

    .coworker-contact-us.right {
        justify-content: left;
    }

    .contact-us-body-parent {
        padding-right: 4rem;
        padding-left: 4rem;
    }

    .contact-us {
        padding-right: 4rem;
    }

    hr {
        margin: 0.5rem 0;
    }

}

@media all and (max-width: 1024px) {
    .contact-us-body-content {
        width: 45%;
        height: 80vw;
        padding: 1.5rem;
        margin-top: -15%;
    }

    .contact-us-portrait-content {
        width: 42%;
        padding: 2rem;
    }

    .coworker-contact-us.right {
        justify-content: left;
    }

    hr {
        margin: 0.5rem 0;
    }

}


@media all and (max-width: 992px) {

    .bg-img.contact-us {
        height: 350px !important;
    }

    .contact-us-body-parent {
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }


    .contact-us-body-content {
        width: 65%;
        height: auto;
        padding: 1.5rem;
        margin: 15px 0px !important;
        border: 1px solid #00A0DF;
    }

    .contact-us-portrait-content {
        display: none;
    }

    .coworker-contact-us.right {
        justify-content: right;
    }

    .contact-us-portrait-content-sm {
        display: block;
        width: 65%;
        height: fit-content;
        background-color: #fff;
        padding: 1.5rem;
        border-radius: 20px;
        border: 1px solid #00A0DF;
        margin: 15px 0px;
    }
    
    .contact-us-portrait-content-sm>h2 {
        align-content: center;
    }
    

    hr {
        margin: 0.5rem 0;
    }

    

}

@media all and (max-width: 500px) {

    .contact-us-body-parent {
        padding: 0rem 1rem;
    }

    .contact-us-body-content {
        width: 90%;
    }

    .coworker-contact-us.right {
        justify-content: left;
    }

    .contact-us-portrait-content-sm {
        width: 90%;
    }

}