.hero {
    padding-bottom: 110px;
    width: 100%;
    overflow: hidden;
}

.hero-content {
    text-align: center;
    color: black;
}

.hero-heading {
    font-size: 100px;
    margin-bottom: 40px;
    font-family: 'Work Sans', serif;
    font-weight: 800;
}

.hero-bg-image {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.hero-bg-image img {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: opacity 1s ease-in-out;
}