.home-hero {
    position: relative;
    overflow: hidden;
}

.home-hero-bg {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.home-hero .grid.wide {
    position: relative;
}

.home-hero-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 117px;
    padding-bottom: 87px;
}

.home-hero-wrap {
}

    .home-hero-wrap.left {
    }

    .home-hero-wrap.right {
    }

.home-hero-content {
}

.home-hero-title {
    margin: 0;
    color: var(--color-4);
    font-family: pathB;
    font-weight: 100;
    font-size: 38px;
    line-height: 118%;
    max-width: 549px;
}

.home-hero-description {
    margin: 0;
    line-height: 172%;
    font-weight: 100;
    color: var(--color-text-2);
    font-size: 18px;
    max-width: 427px;
    margin-top: 20px;
}

.home-hero-img {
}

.home-hero-btn {
    margin-top: 31px;
}

.home-hero-content {
}

.home-hero-img img {
}

/* Mobile & tablet */
@media (max-width: 1023px) {
    .home-hero-container {
        padding: 50px 0;
        flex-direction: column-reverse;
    }

    .home-hero-wrap {
        width: 100%;
    }

    .home-hero-img {
        display: flex;
        align-items: center;
        justify-content: center;
        margin-bottom: 20px;
    }
}

/* Tablet */
@media (min-width: 740px) and (max-width: 1023px) {
}

/* Mobile */
@media (max-width: 739px) {
    .home-hero-img img {
        width: 100%;
    }

    .home-hero-container {
        padding: 30px 0;
    }

    .home-hero-title {
        font-size: 25px;
        max-width: 100%;
    }

    .home-hero-description {
        line-height: 172%;
        font-size: 15px;
        max-width: 100%;
        margin-top: 12px;
    }
}
