﻿.contact-page {
    margin-top: 30px;
    line-height: 1.4;
    color: #333;
}
    .contact-page a {
        color: #000;
    }

.contact-content p {
    margin-bottom: 4px;
    font-size: 19px;
}
.contact-page li {
    font-size: 19px;
}

.contact-ingress {
    font-size: 24px;
    font-weight: 300;
    line-height: 1.4;
    margin-bottom: 20px;
    color: #000;
}

.contact-page h3 {
    font-size: 35px;
    margin-top: 20px;
    margin-bottom: 2px;
    font-weight: 400;
    color: #333;
}

.contact-page h4 {
    font-size: 29px;
    margin-top: 20px;
    margin-bottom: 2px;
    font-weight: 400;
    color: #333;
}

.contact-page h1 {
     margin-top: 20px;
     margin-bottom: 20px;
     font-size: 48px;
     font-weight: 400;
}
.contact-section {
    margin-bottom: 40px;
}
.contact-layout {
    display: block;
}
.article-meta {
    font-size: 16px;
    line-height: 1.4;
}
    .article-meta p {
        margin-bottom: 16px;
    }

@media (min-width: 1024px) {
    .contact-layout {
        display: flex;
        gap: 60px;
        align-items: flex-start;
    }

    .contact-content {
        flex: 2;
    }
    .article-meta {
        margin-top: 40px;
    }
}