.row-contact-us{
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 7vw 4vw;
}

.img-contact-us-right-col{
    width: 100%;
}

.contact-us-heading{
    color: #40bad8;
    font-size: 35.5px;
    text-align: left;
}


.business-hours{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin: 2.5vw 0vw;
} 


.title, .hours{
    color: black;
    font-size: 23px;
    opacity: 80%;
    letter-spacing: 0.5px;
}


.hours{
    /* background-color: #40bad8; */
    text-align: center;
}

.contact-info{
    font-family: overPass-Light;
    display: flex;
    flex-direction: column;
    justify-content: center;
    /* background-color: #40bad8; */
    align-items: center;
    padding: 0vw 0vw;
}

.contact-info-child{
    padding: 0.16vw 0vw;
    font-size: 1.18em;
    opacity: 94%;
}

@media (min-width: 1800px){
    .row-contact-us{
        display: flex;
        align-items: center;
        justify-content: center;
        margin: 0vw 4vw;
        /* background-color: rgb(172, 100, 13); */
        height: 88vh;
    }


}

@media (min-width: 1800px){
    .row-contact-us{
        margin: 0vw 4vw;
        height: 88vh;
    }
    .contact-us-heading{
        text-align: center;
    }

    .business-hours{
        margin: 2.5vw 0vw;
    }

}


@media (max-width: 1800px){
    .row-contact-us{
        margin: 2vw 4vw;
    }

}

@media (max-width: 1180px){
    .row-contact-us{
        flex-direction: column;
        margin: 8vw 4vw;
        /* background-color: rgb(172, 100, 13); */
        height: auto;
    }
    .contact-us-heading{
        text-align: center;
    }

    .business-hours{
        margin: 3.5vw 0vw;
    }

    .img-contact-us-right-col{
        width: 70%;
    }

    .col-contact-us-right{
        display: flex;
        justify-content: center;
    }

}

@media (max-width: 800px){
    .row-contact-us{
        flex-direction: column;
        margin: 9vw 4vw;
        /* background-color: rgb(172, 100, 13); */
        height: auto;
    }
    .contact-us-heading{
        text-align: center;
        font-size: 35.5px;
    }

    .business-hours{
        margin: 6vw 0vw;
    }

    .img-contact-us-right-col{
        width: 90%;
    }

    .col-contact-us-right{
        display: flex;
        justify-content: center;
    }

}

@media (max-width: 500px){
    .row-contact-us{
        flex-direction: column;
        margin: 0vw 0vw;
        margin-top: 15vw;
        /* background-color: rgb(172, 100, 13); */
        height: auto;
    }
    .contact-us-heading{
        text-align: center;
        font-size: 7.5vw;
    }

    .business-hours{
        margin: 8vw 0vw;
    }

    .title, .hours{
        font-size: 5vw;
    }

    .img-contact-us-right-col{
        width: 100%;
    }

    .col-contact-us-right{
        display: flex;
        justify-content: center;
    }

    .contact-info{
        font-size: 3.5vw;
    }

}