.hero-section {
    background: url('../images/sports-banner.png');
    background-size: cover;
    background-position: center;
    min-height: 462px;
    display: flex;
    align-items: center;
    color: white;
}

.sports-section{
    padding-top:70px;
}


