.input-wrapper input[type=tel].failed, .input-wrapper input[type=email].failed {
    border: 1px solid #CD5151;
}

.input-wrapper input[type=tel].failed + .validation, .input-wrapper input[type=email].failed + .validation {
    display: block;
}

.input-wrapper input[type=tel], .input-wrapper input[type=email] {
    border: 1px solid #DBDBDB;
    border-radius: 5rem;
    padding: 18rem;
    width: 100%;
}

.col-md-6 {
    font-size: 24em;
}

.mt-3 {
    font-size: 1em;
}

.mt-3 label {
    font-size: 1em;
}

.articleText p {
    margin-bottom: 1em;
}


@media all and (max-width: 1023px) {
    .mb-3r {
        margin-bottom: 13rem;
    }
    .mt-3r {
        top: 13rem;
    }
}

@media all and (min-width: 1024px) {
    .mb-3r {
        margin-bottom: 13rem;
    }
    .mt-3r {
        top: 13rem;
    }
}

.btn-common {
    background: #7F7F7F;
    border-radius: 100rem;
    cursor: pointer;
    border: none;
    padding: 15rem 18rem;
    width: fit-content;
    text-decoration: none;
}

.fl-wrapper {
    font-size: 19rem;
    font-family: "ALS Gorizont Expanded", sans-serif;
    line-height: 1;
}

.hidden {
    display: none;
}
