.about-us-landing{
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)), url(./imgs/20220903_151222.jpg);
    background-size: cover;
    background-position: center;
}


.get-in-touch{
    margin-top: 70px;
    margin-bottom: 70px;
}

.middle-get-in-touch{
    display: flex;
    flex-direction: row;
    width: 100%;
    margin-top: 70px;
}

.get-in-touch-details{
    display: flex;
    flex-direction: column;
    background: #E6E6FF;
    padding: 34px;
    gap: 40px;
    position: relative;
}

.get-in-touch-details-section{
    display: flex;
    flex-direction: row;
    gap: 30px;
}

.middle-get-in-touch h5{
    font-family: "Poppins";
    font-size: 20px;
    font-weight: 600;
}

.middle-get-in-touch p{
    width: 350px;
    margin-top: 5px;
}

.get-in-touch-details img{
    height: 45px;
    width: 45px;
}

.icons-get-in-touch{
    height: 60px;
    width: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: white;
}

.contact-options{
    margin: 0;
    margin-top: 20px;
    margin-bottom: 40px;
}

.get-in-touch-contact-us{
    background: #4F0000;
    width: 100%;
    display: flex;
    justify-content: center;
}

.right-contact-section{
    background: #4F0000;
    border: 0;
    box-shadow: none;
}

.right-contact-section h5{
    color: white;
}

@media only screen and (max-width: 1000px){
    .middle-get-in-touch{
        flex-direction: column !important;
        overflow: hidden;
    }
}



@media only screen and (max-width: 500px){
    .middle-get-in-touch{
        flex-direction: column !important;
        overflow: hidden;
    }
    .middle-get-in-touch p{
        width: 100%;
    }
    .middle-get-in-touch h5{
        font-size: 18px;
    }
    .get-in-touch-details{
        padding: 30px 10px;
    }
}

@media only screen and (max-width: 1000px){

}