.top-hero {
    padding-top: calc(80px + 96px);
    padding-bottom: 96px;
}

.top-hero__container {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 48px;
}

.top-hero__left-container {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.top-hero__background-image {
    position: absolute;
    width: 100%;
    object-fit: cover;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: -1;
}

.top-hero__image {
    max-width: 100%;
}