.footer {
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: center;
    gap: 24px;
    padding-top: 32px;
    padding-bottom: 16px;
    padding-left: 16px;
    padding-right: 16px;
    background-color: #165476;
}

@media (min-width: 768px) {
    .footer {
        padding-left: 32px;
        padding-right: 32px;
    }
}

.footer__logo {
    display: inline-block;
    width: 174px;
    height: 26px;
}

.footer__logo > img {
    width: 100%;
    height: 100%;
}

@media (min-width: 768px) {
    .footer__logo {
        width: 268px;
        height: 40px;
    }
}

.footer__links {
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: center;
    gap: 8px;
}

.footer__link__item {
    color: #ffffff;
    font-family: "Hiragino Kaku Gothic ProN";
    font-size: 13px;
    font-style: normal;
    font-weight: 300;
    line-height: 19.5px;
}

@media (min-width: 768px) {
    .footer__link__item {
        font-size: 15px;
        line-height: 150%;
    }
}

.footer__link__item__company {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 4px;
}

.footer__copyright {
    color: #8CCDED;
    text-align: center;
    font-family: "Hiragino Kaku Gothic ProN";
    font-size: 11px;
    font-style: normal;
    font-weight: 300;
    line-height: 16.5px;
    align-self: center;
    padding-top: 11.5px;
    padding-bottom: 11.5px;
    padding-left: 16px;
    padding-right: 16px;
}

@media (min-width: 768px) {
    .footer__copyright {
        line-height: 11px;
    }
}
