@media (max-width: 1440px) {
    footer section {
        padding-left: 10%;
    }
}
footer {
    background: rgba(230, 239, 250, 0.8);
    color: rgba(103, 120, 151, 1);
    font-size: 20px;
}

footer section {
    max-width: 1300px;
    margin: 0 auto;
    height: 214px;
    padding-top: 24px;
}

footer section img {
    max-height: 32px;
}
footer section p {
    margin: 12px 0 12px 4px;
    line-height: 1;
}
footer section .info-item {
    display: flex;
    align-items: center;
}

@media (max-width: 912px) {
    footer section{
        height: fit-content;
        padding-left: 30px;
        padding-top: 8px;
        font-size: 8px;
        padding-bottom: 14px;
    }
    footer section p {
        margin: 0 0 0 2px;
    }
}
