.footer {
    background: #333;
    padding: 20px 0;
    width: 100%;
    text-align: center;
}

.footer .footer__logos,
.footer .btn {
    display: inline-block;
    vertical-align: middle;
}

.footer .footer__text {
    color: #bbbbbb;
    font-size: 14px;
    line-height: 1.3;
    /* margin-bottom: 2px;
    margin-left: 90px;
    margin-right: 90px; */
}

.footer .cta-box-mobile {
    display: none;
}

.footer-company {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.item-left {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 10px;
    margin-right: 30px;
}

.btn-legal-sticky {
    width: 100%;
    margin-top: 12px;
}

.footer-company__icon>svg {
    width: 50px;
    height: 50px;
}

.company-text {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}

.company-text-big {
    font-size: 16px;
    color: #fff;
    margin-bottom: 8px;
}

.company-text-small {
    font-size: 16px;
    color: #fff;
}

.company-text-small__link {
    color: #fff;
    border: solid #fff 1px;
    border-radius: 6px;
    padding: 6px 10px;
    display: inline-flex;
    font-size: 16px;
}

a.btn-legal-sticky {
    color: #bbbbbb;
    font-size: 14px;
    text-decoration: underline;
    text-underline-offset: 2px;
}

.footer-company_item.item-right {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

@media screen and (min-width: 768px) {
    .footer-company {
        display: flex;
        flex-direction: row;
        justify-content: space-around;
        align-items: flex-end;
    }
    .footer .footer__text {
        /* font-size: 18px; */
        margin: 0;
    }
    .company-text-big {
        font-size: 18px;
    }
    .company-text-small {
        font-size: 16px;
    }
    .footer-company__icon {
        margin-right: 16px;
    }
    .item-left {
        margin-bottom: 0;
    }
    .footer-company__icon>svg {
        width: 60px;
        height: 60px;
    }
    /* a.btn-legal-sticky {
        font-size: 18px;
    } */
    .item-left {
        margin-right: 0;
    }
}

@media screen and (min-width: 1024px) {
    .footer-company {
        width: 70%;
        margin: 0 auto;
        justify-content: space-between;
        align-items: center;
    }
}