.contact-form {
    margin: 48px auto auto;
    max-width: 600px;
}

.contact-form .bs-btn {
    width: 100%;
    margin-top: 24px;
}

.contact-form__label {
    width: 200px;
    margin-bottom: 4px;
}

.contact-form__field .form-floating {
    max-width: 400px;
}

.contact-form__field {
    margin-top: 12px;
    display: flex;
    flex-wrap: wrap;
}

.anchorlink {
    display: flex;
    width: fit-content;
    color: #FF02CC;
    font-weight: bold;
    cursor: pointer;
    transition: all 0.3s ease;
    white-space: nowrap;
}

.anchorlink:hover {
    color: #B80293;
}

.information,
.information p,
.information div {
    font-family: 'Red Hat Display', sans-serif !important;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 21px;
}

.information h3 {
    font-size: 18px;
}

.information li p {
    margin-left: 8px;
}

/* .information br {
    display: none;
} */

.information li::marker {
    font-weight: 900;
}

@media only screen and (max-width: 640px) {
    .contact-form__field .form-floating {
        flex-grow: 1;
        max-width: initial;
    }

    .contact-form {
        padding: 0 16px;
    }
}