h2.modal-title {
    color: var(--Text-Default-100, #301605);
    text-align: center;
    leading-trim: both;
    text-edge: cap;
    font-feature-settings: 'liga' off, 'clig' off;

/* Heading/H3 */
    font-family: Montserrat;
    font-size: 1.75rem;
    font-style: normal;
    font-weight: 700;
    line-height: 120%; /* 2.1rem */
    text-transform: uppercase;
    text-align: center;
    width: 100%;
    margin-bottom: 4.375rem;
}

.modal-header {
    padding: 0;
    border: none;
    display: block;
}
.modal-info-text {
    text-align: left;
    color: var(--Text-Default-100, #301605);
    leading-trim: both;
    text-edge: cap;
    font-feature-settings: 'liga' off, 'clig' off;

/* Mail/P1 */
    font-family: Montserrat;
    font-size: 1.1rem;
    font-style: normal;
    font-weight: 500;
    line-height: 140%; /* 1.4rem */
}

.modal-info-text img {
    display: block;
    width: auto;
    margin: 2rem auto;
    max-width: 100%;
}

.modal-info-text h5 {
    color: var(--Text-Default-100, #301605);
    font-family: Montserrat;
    text-edge: cap;
    font-feature-settings: 'liga' off, 'clig' off;

/* Heading/H6 */
    font-size: 1.2rem;
    font-style: normal;
    font-weight: 600;
    line-height: 120%; /* 1.2rem */
    text-transform: uppercase;
}

.modal-info-text a {
    text-decoration: underline;
    color: inherit;
}

.modal-info-text ul {
    margin: 1rem 0 0;
    padding-left: 2rem;
}
.modal-content {
    background: #D2B48E;
    padding: 4.5rem 4rem 4rem 4rem;
    border-radius: var(--Card-Radius-XLarge, 3rem) var(--Card-Radius-Medium, 1rem);
}

.modal-body {
    padding: 0;
}

.modal-dialog {
    width: 41rem;
    max-width: 100%;
}

.modal-header .close {
    width: 1.5rem;
    height: 1.5rem;
    padding: 0;
    margin: 0;
    position: absolute;
    right: 2.5rem;
    top: 2.5rem;
    font-size: 0;
    background-image: url(/images/cross.svg);
    opacity: 1;
    background-size: contain;
    background-position: center;
    cursor: pointer;
}
.form-footer {
    margin: 2.5rem 0;
}
.modal .btn-custom {
    color: #301605;
    background: var(--Fill-Inverse-1, #FFF);
box-shadow: 0 10px 20px 0 rgba(215, 158, 53, 0.16), 4px -4px 0 0 #301605 inset;
}
.modal-text {
    color: var(--Text-Default-100, #301605);
    text-align: center;
    leading-trim: both;
    text-edge: cap;
    font-feature-settings: 'liga' off, 'clig' off;

/* Paragraph/P1 */
    font-family: Montserrat;
    font-size: 1.25rem;
    font-style: normal;
    font-weight: 400;
    line-height: 120%; /* 1.5rem */
    letter-spacing: -0.0125rem;
    margin: 1.25rem 0;
}
.modal-text a {
    color: inherit;
    text-decoration: underline;
}

@media (max-width: 992px) {
    .modal-dialog {
    max-width: 37rem;
    margin: 0 auto;
}

h2.modal-title {
    font-size: 2rem;
}

.modal-text {
    font-size: 1.5rem;
}
    .checkbox-body {
    font-size: 1.2rem;
}

.custom-input.form-control {
    height: 5rem;
    font-size: 1.5rem;
}

.modal-content {
    padding: 3.5rem 3rem 3rem 3rem;
}
}