.yanodeudas-footer {
    width: 100%;
    min-height: 322px;
    background: #3266e3;
}

.yanodeudas-footer__inner {
    width: 100%;
    max-width: 1240px;
    min-height: 322px;
    margin: 0 auto;
    padding: 35px 24px 32px;
    box-sizing: border-box;
}

.yanodeudas-footer__brand {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: fit-content;
}

.yanodeudas-footer__logo-link {
    display: inline-flex;
    align-items: flex-start;
}

.yanodeudas-footer__logo {
    display: block;
    width: auto;
    height: 38px;
    max-width: 100%;
}

.yanodeudas-footer__policies {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 24px;
    margin-top: 29px;
    flex-wrap: wrap;
    width: fit-content;
}

.yanodeudas-footer__policy-link {
    display: inline-block;
    color: #fff;
    font-size: 12px;
    font-family: Inter, sans-serif;
    font-weight: 400;
    line-height: 16px;
    text-decoration: none;
    flex: 0 0 auto;
    width: max-content;
    max-width: 100%;
    white-space: nowrap;
}

.yanodeudas-footer__policy-link:hover,
.yanodeudas-footer__policy-link:focus {
    color: #fff;
    text-decoration: none;
    opacity: 0.8;
}

.yanodeudas-footer__text {
    width: 100%;
    max-width: 1030px;
    margin: 42px 0 0;
    color: #fff;
    font-size: 12px;
    font-family: Inter, sans-serif;
    font-weight: 400;
    line-height: 16px;
}

@media (max-width: 767px) {
    .yanodeudas-footer {
        min-height: 260px;
    }

    .yanodeudas-footer__inner {
        min-height: 260px;
        padding: 35px 16px 24px;
    }

    .yanodeudas-footer__brand {
        width: 100%;
        align-items: center;
    }

    .yanodeudas-footer__logo {
        height: 32px;
    }

    .yanodeudas-footer__policies {
        width: 100%;
        flex-direction: column;
        align-items: center;
        justify-content: flex-start;
        gap: 16px;
    }

    .yanodeudas-footer__policy-link {
        text-align: center;
    }

    .yanodeudas-footer__text {
        margin-top: 42px;
        text-align: center;
    }
}
