.content-footer {
    display: flex;
    flex-direction: column;
    background-color: #2E2E2E;
    justify-content: center;
    align-items: center;
    padding: 50px 0;
}

.content-footer .logo {
    width: 150px;
    margin-bottom: 30px;
}

.social-link {
    display: flex;
    gap: 20px;
}

.social-link a.facebook {
    width: 35px;
    height: 35px;
    background-image: url('../../../../assets/images/facebook.svg');
}

.social-link a.facebook:hover {
    width: 35px;
    height: 35px;
    background-image: url('../../../../assets/images/facebook-white.svg');
}

.social-link a.instagram {
    width: 35px;
    height: 35px;
    background-image: url('../../../../assets/images/instagram.svg');
}

.social-link a.instagram:hover {
    width: 35px;
    height: 35px;
    background-image: url('../../../../assets/images/instagram-white.svg');
}

.social-link a.viber {
    width: 35px;
    height: 35px;
    background-image: url('../../../../assets/images/viber.svg');
}

.social-link a.viber:hover {
    width: 35px;
    height: 35px;
    background-image: url('../../../../assets/images/viber-white.svg');
}

.social-link a.telegram {
    width: 35px;
    height: 35px;
    background-image: url('../../../../assets/images/telegram.svg');
}

.social-link a.telegram:hover {
    width: 35px;
    height: 35px;
    background-image: url('../../../../assets/images/telegram-white.svg');
}