.legal {
    margin: 3rem 0;
}

.legal__title {
    text-align: center;
    margin-bottom: 2rem;
    font-size: 1.5rem;
}

.legal__content h2 {
    font-size: 1.355rem;
    font-weight: 700;
    margin-bottom: 0.5rem;
}

.legal__content h3 {
    font-size: 1.25rem;
    font-weight: 700;
    margin-bottom: 0.5rem;
}

.legal__content h4 {
    font-size: 1.125rem;
    font-weight: 700;
    margin-bottom: 0.5rem;
}

.legal__content h5 {
    font-size: 1rem;
    font-weight: 700;
    margin-bottom: 0.5rem;
}

.legal__content b,
.legal__content strong {
    font-weight: 700;
}

.legal__content p {
    margin-bottom: 1rem;
}

.legal__content p,
.legal__content li {
    font-size: 0.875rem;
}

.legal__content ol,
.legal__content ul {
    margin-top: 0;
    margin-bottom: 1rem;
    padding-left: 2rem;
}

.legal__content ol ol,
.legal__content ol ul,
.legal__content ul ol,
.legal__content ul ul {
    margin-bottom: 0;
}

.legal__content a {
    transition: color 0.15s ease-in-out, border-color 0.15s ease-in-out;
    color: inherit;
}

.legal__content .form-control {
    margin-bottom: 1rem;
}

.legal__content .form-control:focus {
    box-shadow: none;
}

.legal__content .form-check:not(:last-child) {
    margin-bottom: 0.5rem;
}

.legal__content .form-check-label {
    font-size: 0.875rem;
    font-weight: 500;
    padding: 0.25rem 0rem;
    cursor: pointer;
}

.legal__content input[type="checkbox"].form-check-input {
    margin-top: 8px;
}

.legal__content .contact__legal {
    font-size: 0.75rem;
    margin-bottom: 1rem;
}

.legal__content .contact__legal a {
    font-size: 0.75rem;
    text-decoration: underline;
}

.footer__links {
    text-align: center;
    font-size: 0.75rem;
}

.footer__link {
    text-decoration: none;
    margin: 0 1rem;
}

.footer__copy {
    color: #fff;
}

.thank-you {
    text-align: center;
    margin: 3rem 0;
}

.thank-you h1 {
    font-size: 2.5rem;
    margin-bottom: 1rem;
}

.thank-you p {
    font-size: 1.25rem;
}

.form-price__center {
    text-align: center;
    margin-bottom: 1rem;
    justify-content: center;
}

.block11 {
    height: auto !important;
}

.invalid-feedback {
    color: red;
    font-size: 0.75rem;
}

.form__main {
    align-items: flex-start !important;
}



.footer__links img{
    display: block;
    margin: 0 auto;
}
.footer__links a{
    display: inline-block;
    margin: 5px;
    color: #333;
}