#hero-section {
    background-color: grey;
    color: white;
    padding: 10rem;
    text-align: center;
}

#hero-section h1 {
    font-size: 3rem;
    margin-bottom: 1rem;
}

#hero-section p {
    font-size: 1.5rem;
    margin-bottom: 2rem;
}

@media (max-width: 1180px) {
    #hero-section {
        padding: 5rem;
    }
}