table td tr {
    margin-top: 1%;
    margin-bottom: 1%;
}

table td {
    font-size: 14px;
}

.contact_others h1 {
    color: #B09044;
    font-family: rosit;
}

@media screen and (max-width: 768px) {

    .OurContactHeader h2 {
        font-size: 35px !important;
    }


}

@media screen and (max-width: 576px) {

    .OurContactHeader h2 {
        font-size: 28px !important;
    }


}

.contact_others {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
}

.height_width_60_50 {
    height: 60px;
    width: 50px;
}