.all-results-section {
    min-height: 100vh;
    padding: 140px 0 80px;
    background-color: #0a0a0a;
}

.page-title {
    font-size: 56px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 15px;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.page-subtitle {
    text-align: center;
    font-size: 16px;
    color: #9ca3af;
    margin-bottom: 60px;
}