.home-hero .home_hero_wrapper{
    display: flex;
    align-items: center;
    min-height: 950px;

    background-repeat: no-repeat;
    background-size: cover;
    background-position: center left;
}

.home-hero .vertical_dark_gradient_overlay{
    position: absolute;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 70%);
}
.home-hero .horizontal_dark_gradient_overlay{
    position: absolute;
    width: 100%;
    height: 100%;
    background: linear-gradient(57deg, rgb(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 70%);
}

.home-hero .content{
    gap: 30px;
}