#contact-us-section-one-container {
    margin-top: 80px;
    margin-bottom: 20px;
    color: #292C33;
    font-size: 14px;
    font-family: iranyekan-light;
    line-height: 21px;
    text-align: justify
}

.contact-us-page-header-container {
    width: fit-content;
    padding-left: 60px;
    font-size: 53px;
    font-family: rokh-regular, Sans-Serif;
    line-height: 67px;
    height: 200px;
    position: relative
}

#title-shadow {
    top: 0px;
    right: 20px;
    color: rgba(255, 187, 100, 0.35)
}

#contact-us-section-one-text-container {
    margin-top: -120px;
}

#map {
    width: 100%;
    height: 300px;
    background: #eee;
    border: 0px solid #aaa;
    margin-top: 80px;
}

#title-shadow {
    top: -30px;
    right: 20px;
    color: rgba(255, 187, 100, 0.35)
}

@media screen and (max-width: 991px) {
    #contact-us-section-one-container {
        margin-top: 0px;
        margin-bottom: 0px;
    }

    #title-shadow {
        top: 0px;
    }
}

@media screen and (max-width: 579px) {
    .contact-us-page-header-container {
        font-size: 40px;
    }
}