.section-contact-headquarters__wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 60px;
}

.section-contact-headquarters__featured {
    margin-top: 15px;
}

.section-contact-headquarters__content {
    font-size: 22px;
    font-weight: 300;
    max-width: 640px;
}

.section-contact-headquarters__content p {
    margin: 0;
}

.section-contact-headquarters__content p strong {
    font-weight: 700;
}

.section-contact-headquarters__content table {
    margin: 10px 0;
    padding: 0;
}

.section-contact-headquarters__content table th {
    font-weight: 600;
    color: #4D4948;
}

.section-contact-headquarters__content table th,
.section-contact-headquarters__content table td {
    font-size: 22px !important;
    padding: 5px 0 !important;
    text-align: left !important;
}

.section-contact-headquarters__content table th {
    min-width: 120px !important;
}

@media (max-width: 992px) {
    .section-contact-headquarters__wrapper {
        flex-direction: column;
        text-align: center;
    }

    .section-contact-headquarters__content {
        max-width: 100%;
    }

    .section-contact-headquarters__content table {
        width: 100%;
    }

    .section-contact-headquarters__content table td {
        text-align: right !important;
    }

    .section-contact-headquarters__content-description > img {
        display: table;
        margin: 0 auto 45px auto;
    }
}