img.istockphoto-863980718 {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    width: 100%;
    opacity: .2;
    height: 100%;
    max-width: 100%;
    overflow: hidden;
    max-height: 100%;
    object-fit: cover;
    position: absolute;
    margin: 0 !important;
}

.call-to-action,
.hero-content,
.hero-content-wrapper {
    z-index: 2;
    display: flex;
    max-width: 100%;
    align-items: flex-start;
}

.hero-content-wrapper h1 {
    margin: 0;
    padding: 0;
    font-size: 4.5rem;
}

.hero-content-wrapper h2 {
    margin: 0;
    color: #17173b;
    margin-bottom: 1rem;
    font-size: 2.25rem;
    font-weight: normal;
}

.container {
    display: flex;
    flex-direction: column;
}

@media screen and (width <= 600px) {
    section.hero-content-wrapper h1 {
        font-size: 3rem;
        margin-top: 2rem;
    }

    section.hero-content-wrapper h2 {
        font-size: 1.5rem;
    }

    section.hero-content-wrapper {
        height: 100%;
        margin-top: auto;
        margin-bottom: auto;
    }
}
