.top-hero {
    padding-top: 75px;
    padding-bottom: 96px;
    display: flex;
}

.top-hero__text-div {
    width: 50%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding-right: 48px;
    padding-top: 148px;
}

.top-hero__img-div {
    width: 50%;
}

.top-hero__img-div__img {
    width: 100%;
    height: auto;
    border-radius: 4px;
}

.top-hero__main-title {
    margin-bottom: 16px;
}

.top-hero__main-subtitle {
    margin-bottom: 32px;
    font-size: 26px;
    font-family: Raleway-Bold;
}

.top-hero__main-title * {
    font-size: 48px;
    font-family: Open-Sans-Bold;
    line-height: 1.4;
}

.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%;
}