.hero-section {
    background-color: rgb(209,213,219);
    background-size: cover,cover;
    color: white;
    display: flex;
    height: calc(100vh - 80px);
    max-height: 860px;
    min-height: 720px;
    padding-top: 80px;
    font-weight: 300;
    line-height: 1.75;
}
.hero-section h1 {
    line-height: 1.375;
    font-size: 2.25rem;
    margin-bottom: 1.5rem;
}
.hero-section h1 strong {
    font-weight: 700;
}

.hero-section ul {
    list-style-type: disc;
    margin-bottom: 4rem;
    padding-left: 1.625em;
}
.hero-section ul li {
    margin: .5em 0;
    padding-left: 6px;
}

@media (min-width: 1024px){
    .hero-section h1 {
        font-size: 3rem;
    }
}
