footer {
    padding: 75px 0;

    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;

    width: 100%;
    text-align: center !important;
}

footer img {
    padding-bottom: 65px;
}

footer p {
    padding-top: 65px;
    color: #FFF;
    font-family: Open Sans;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 1.5;
    letter-spacing: -0.8px;
}

.footer_calc p {
    color: #2C2C2C;
    font-family: Open Sans;
    font-size: 11px;
    font-style: normal;
    font-weight: 300;
    line-height: 1.5;
}

.footer__content {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
}

.footer__policy {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
}

.footer__policy a {
    text-decoration: none;
    color: #FFF;
    font-family: Open Sans;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    letter-spacing: -0.7px;
    line-height: 1.5;
}

@media (min-width: 992px) {
    .footer__content {
        align-items: flex-start;
        justify-content: flex-start;
    }

    .footer__policy {
        flex-direction: row;
        justify-content: flex-start;
        align-items: center;
    }

    .footer__policy a {
        margin-right: 15px;
    }

    footer p {
        text-align: left;
    }
}

.footer__enisa-logo {
    width: 10.3125rem;
    height: auto;
    flex-shrink: 0;
    object-fit: contain;
    margin-top: 1rem;
}
