.section-contact-us {
    background-color: #F8F8EE;
    display: flex;
    flex-direction: row;
    justify-content: center;
    gap: 48px;
    padding: 96px 64px;
}

.contact-us-info {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    /*width: 50%;*/
}

.contact-us-info-heading {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    gap: 40px;
}

.contact-us-info-heading-logo {
    width: 132px;
    height: 149px;
    background-image: url("/wp-content/themes/liceumai-theme/assets/images/logo-gray-angle.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.contact-us-info-heading-title {
    font-family: 'Stack Sans Notch', sans-serif;
    font-weight: 600;
    font-size: 48px;
    line-height: 110%;
    color: #121417;
    text-align: center;
}

.contact-us-info-heading-subtitle {
    font-size: 16px;
    line-height: 150%;
    color: #121417;
    opacity: 0.7;
    max-width: 452px;
    text-align: center;
}

.contact-us-info-contacts-wrapper {
    width: 100%;
    margin: 0 20px;
}

.contact-us-info-contacts {
    background-color: #ffffff;
    margin: 4px 8px;
    padding: 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    /*gap: 24px;*/
    gap: 16px;
}

.contact-us-info-contact {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: start;
    gap: 12px;
    width: 100%;
}

.contact-us-info-contact-divider {
    border-bottom: 2px solid #12141730;
    width: 100%;
}

.contact-us-info-contact-label {
    text-align: start;
    font-size: 18px;
    font-weight: 600;
    line-height: 110%;
}

.contact-us-info-contact-info {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    gap: 8px;
}

.contact-us-info-contact-info-text {
    font-size: 16px;
    color: #121417;
    opacity: 0.7;
}

.contact-us-form-wrapper {
    /*width: 50%;*/
    max-width: 600px;
}

.contact-us-info-brackets,
.contact-us-form-brackets {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 6px;
}

.contact-us-form-top-left-bracket {
    width: 6px;
    height: 6px;
    color: #121417;
    border-top: 2px solid #121417;
    border-left: 2px solid #121417;
}

.contact-us-form-top-right-bracket {
    width: 6px;
    color: #121417;
    height: 6px;
    border-top: 2px solid #121417;
    border-right: 2px solid #121417;
}

.contact-us-form-bottom-left-bracket {
    width: 6px;
    color: #121417;
    height: 6px;
    border-bottom: 2px solid #121417;
    border-left: 2px solid #121417;
}

.contact-us-form-bottom-right-bracket {
    width: 6px;
    height: 6px;
    color: #121417;
    border-bottom: 2px solid #121417;
    border-right: 2px solid #121417;
}

.contact-us-form {
    margin: 4px 8px;
    padding: 20px;
    background-color: #ffffff;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    gap: 28px;
}

.contact-us-form-title {
    width: 100%;
    text-align: start;
    font-size: 24px;
    font-weight: 600;
    line-height: 110%;
}

.contact-us-form-row {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    gap: 16px;
    width: 100%;
}

.contact-us-form-row-input-block {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    gap: 8px;
}

.contact-us-form-input-label {
    width: 100%;
    text-align: start;
    font-size: 16px;
    font-weight: 600;
    line-height: 110%;
}

.contact-us-form-input {
    display: flex;
    align-items: center;
    background-color: #EFEFEF;
    border-radius: var(--button-border-radius);
    border: none;
    width: calc(100% - 32px);
    padding: 16px;
}

input.contact-us-form-input::placeholder {
    font-size: 14px;
    line-height: 110%;
    padding: 16px 0;
    color: #121417;
    opacity: 0.3;
}

.contact-us-form-info {
    font-size: 16px; /* 14 */
    line-height: 165%;
    color: #121417;
    opacity: 0.6;
}

.contact-us-form-submit-button {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 48px;
    padding: 16px;
    gap: 8px;
    border-radius: 8px;
    opacity: 1;
    background-color: #1C312E;
    color: #ffffff;
    border: 2px solid #2D2D2D;
    box-sizing: border-box;
}

.contact-us-form-submit-button-text {
    font-family: 'Inter', sans-serif;
    font-weight: 600;
    font-size: 16px;
    line-height: 110%;
    letter-spacing: -0.01em;
    color: #FFFFFF;
    text-align: left;
}

