.footer {
    padding-top: 20px;
    padding-bottom: 20px;
    background-color: #12223c;
    color: #ffffff;
    font-size: 20px;
    line-height: 1.2;
    font-family: 'Inter', sans-serif;
    text-align: center;
}

.footer__link {
    color: #F89410;
    text-decoration: underline;
}

@media (max-width: 768px) {
    .footer {
        font-size:18px;
    }
}