.button-menu {
    display: flex;
    align-items: center;
    width: fit-content;

    a {
        text-decoration: none;
        font-weight: 700;
        font-size: 14px;
        line-height: normal;
        padding: 4px;
        margin-right: 1rem;
    }
}

.contact-template-page .content-wrapper {
    display: grid;
    gap: 3.2rem;

    .gform_wrapper {
        margin-block: 0 !important;
    }

    @media (width >= 992px) {
        grid-template-columns: repeat(2, 1fr);
        gap: 6.4rem;
    }

    .form-container, .contact-content {
        height: 100%;
        line-height: normal;
    }

    .gfield_required {
        display: none !important;
    }
}

