.footer {
    margin-bottom: 40px;
    padding-top: 40px;
    padding-bottom: 40px;
    background: var(--secondary-color);
}

.footer__logo {
    margin-bottom: 20px;
    display: flex;
    width: 100%;
    justify-content: center;
}

.footer__logo img {
    width: 80px;
}