.bg_contact {
    position: relative;
    /* Makes the section the parent for the pseudo-element
    background-image: url('https://minio.t-bash.space/cluster/images/ContactUs Banner.png'); 
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden; */
    text-align: center;
}

.contact_text_md {
    text-align: center;
    display: none;
}

.contact_text_md p {
    font-size: 12px;
    letter-spacing: 0.5px;
}

.contact_text {
    position: relative;
    color: white;
    font-size: 30px;
    z-index: 2;
    text-align: center;
    left: 20%;
}

.contact_text h4,
.contact_text_md h4 {
    letter-spacing: 1.5px;
    word-spacing: 1px;
}

.contact_text p {
    font-size: 16px;
    width: 29vw;
    letter-spacing: 0.5px;
}

.offcanvas_sort .offcanvas-body {
    padding-bottom: 10px !important;
    margin-bottom: 0 !important;
}

.offcanvas_sort {
    height: auto !important;
    min-height: unset !important;
    max-height: unset !important;
}


@media(max-width:900px) {
    .contact_text {
        display: none !important;
    }

    .contact_text_md {
        display: block !important;
    }
}