/* Contact page */
.contact-intro {
    max-width: 100%;
    padding: 0 !important;
    margin-bottom: 40px;
    text-align: left;
}

.contact-intro .h3-sm {
    margin-bottom: 12px;
}

.contact-intro .p-md {
    max-width: 100%;
    margin: 0;
    line-height: 1.7;
}

.contact-follow-us__title {
    font-size: 16px;
    font-weight: 700;
    line-height: 1.2;
    margin: 0 0 15px;
    color: #1f2937;
}

.contact-follow-us .social-media {
    margin-top: 0;
    padding: 0;
}

.contact-follow-us .social-media li a {
    background: rgba(255, 255, 255, 0.92);
    color: var(--main-color, #ec0009);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 35px;
    width: 35px;
    border-radius: 50%;
    border: 1px solid #e5e7eb;
    box-shadow: 0 1px 2px rgba(15, 23, 42, 0.06);
}

.contact-follow-us .social-media li a i {
    font-size: 16px;
    line-height: 1;
}

.contact-follow-us .social-media li a:hover {
    background: var(--main-color, #ec0009);
    color: #fff;
    border-color: var(--main-color, #ec0009);
}

.page-hero-section .hero-txt h1.h3-xs {
    font-size: 2.375rem;
    font-weight: inherit;
    line-height: 1;
    margin: 0 0 15px;
}

.white-color h1 {
    color: var(--pl-white);
}

@media (max-width: 991px) {
    .page-hero-section .hero-txt h1.h3-xs {
        font-size: 1.95rem;
    }
}

@media (max-width: 767px) {
    .page-hero-section .hero-txt h1.h3-xs {
        font-size: 1.85rem;
    }
}
