.footer {
    background-color: #3F5866;
}

.footer__container {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    min-height: 10vh;
    background-color: #3F5866;
    z-index: 1;
    width: 100%;
    max-width: 1300px;
    padding: 0 50px;
    color: #BDD3DE;
    font-size: 0.8rem;
}

@media screen and (max-width: 480px) {  
    .footer__container {
        font-size: 0.7rem;
    }

}