body {
    background: #f9fafb;
}

.matches-landing-main {
    padding-top: 108px;
    padding-bottom: 30px;
}

.matches-landing-head {
    margin-bottom: 20px;
}

.matches-landing-head h1 {
    margin: 0;
    font-size: 34px;
    line-height: 1.1;
    color: #111827;
}

.matches-landing-head p {
    margin: 8px 0 0;
    color: #6b7280;
    font-size: 15px;
}

.matches-landing-section + .matches-landing-section {
    margin-top: 26px;
}

.matches-landing-section .league-badge {
    margin-bottom: 12px;
    font-size: 13px;
}

@media (max-width: 760px) {
    .matches-landing-main {
        padding-top: 104px;
    }

    .matches-landing-head h1 {
        font-size: 28px;
    }
}
