.section {
    margin-top: 50px;
}

.hero::before {
    background: #0000005e;
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
}

.hero {
    height: 450px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    margin-bottom: 50px;
}

.hero h1 {
    color: #fff;
    font-size: 1.875rem;
    text-transform: uppercase;
    font-weight: 500;
    line-height: 2.5rem;
    letter-spacing: 0.5rem;
    text-align: center;
    z-index: 9;
}


.heading {
    color: #000;
    font-size: 1.875rem;
    text-transform: uppercase;
    font-weight: 500;
    line-height: 2.5rem;
    letter-spacing: 0.25rem;
    margin-bottom: 25px;
}

ul {
    padding: 0 0 0 2rem;
}