.footer__nav-social img {
    width: 2rem;
    height: 2rem;
    object-fit: contain;
}

.main-matches__time img {
    object-fit: contain;
}

.main-matches__logo img {
    object-fit: contain;
}

.card-match__teams-place {
    min-height: 1.8rem;
}

.footer__nav-contacts {
    justify-content: center;
}

@media (max-width: 576px) {
    .footer__nav-contacts {
        justify-content: flex-start;
    }
}