/* Contact screen */

.contact-page-section {
    padding: 3rem 0px;
    color: #fff;
}

.contact-page-header-content {
    padding: 0rem 60px 60px 60px;
    text-align: center;
}

.contact-page-section .mobile {
    display: none;
}

/* contact */

@media screen and (max-width: 520px) {

    /* header */
    .contact-page-section {
        padding: 10px !important;
        padding-top: 20px !important;
    }

    .contact-page-section .section-title-gradient {
        margin-bottom: 15px !important;
        font-size: 18px !important;
        text-transform: uppercase;
    }

    .contact-page-header-content {
        padding: 0px !important;
    }

    .contact-page-header-content .contact-subtitle {
        font-size: 18px !important;
    }

    .contact-page-header-content .text-muted {
        font-size: 16px !important;
    }

    .contact-page-section .desktop {
        display: none;
    }

    .contact-page-section .mobile {
        display: block;
    }

    /* contact section */
    .contact-container {
        margin-top: 30px !important;
        padding: 10px !important;
    }

    .contact-info-column {
        gap: 20px;
    }

    .info-icon {
        font-size: 18px;
        margin-top: 0px;
    }

    .info-row {
        gap: 16px;
    }

    .info-title {
        font-size: 14px;
        margin-bottom: 2px;
    }

    .info-content {
        font-size: 15px;
    }

    /* map section */
    .contact-social-section {
        padding-top: 20px;
        text-align: center;
    }

    .contact-social-section .ant-space {
        justify-content: center;
        width: 100%;
    }

    .contact-social-title {
        margin-bottom: 10px;
    }

}