.col-form-label {
    font-size: 16px !important;
    font-weight: 600;
    color: var(--bs-secondary-color) !important;
}

@media (max-width: 576px) {
    .row {
        width: 100% !important;
    }
}

.row_margin {
    margin-left: calc(-.0 * var(--bs-gutter-x));
}

p {
    margin-bottom: 10px;
}

@media (max-width: 767.98px) {
    .row .mb-3 {
        margin-bottom: 10px !important;
    }
}

.form-check-input[type=radio] {
    font-size: small;
    margin-top: -2px;
    border-color: black;
}

a {
    color: rgba(var(--bs-link-color-rgb), var(--bs-link-opacity, 1));
    text-decoration: none !important;
}

.text_red {
    color: #DA251C !important;
}

.description {
    font-size: 12px;
}

.span_text {
    font-size: 15px;
}

h2 {
    font-size: 30px !important;
    font-weight: 700 !important;
    color: var(--bs-secondary-color) !important;
}