.hero {
    min-height: 1000px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    transition: background-image 2s;
}

.hero-content {
    z-index: 1;
    padding-top: 150px;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: #fff;
}

.hero-heading {
    margin-bottom: 30px;
    max-width: 800px;
    text-transform: uppercase;
    font-family: 'Work Sans', serif;
    font-weight: 800;
    font-size: 70px;
    line-height: 80px;
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

.hero-text {
    margin-bottom: 100px;
    width: 870px;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 24px;
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

.hero-btn {
    display: flex;
}
