.haiwode-solution-banner{
    position: relative;
}
.haiwode-solution-banner::after{
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.40) 4.58%, rgba(0, 0, 0, 0.00) 50%);
}
.haiwode-solution-banner img{
    width: 100%;
    aspect-ratio: 1920/600;
    object-fit: cover;
    min-height: 300px;
}
.haiwode-solution-banner .solution-banner-con{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    padding-top: 75px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.60) 7.92%, rgba(0, 0, 0, 0.00) 74.24%);
    z-index: 1;
}
.solution-banner-con .solution-banner-title{
    color: #FFF;
    font-family: var(--font-blod-family);
    font-size: var(--font-50);
    font-style: normal;
    font-weight: 700;
    line-height: 116%; /* 116% */
    max-width: 938px;
}
.solution-banner-con .solution-banner-btn{
    margin-top: var(--gap-50);
}

@media screen and (max-width: 992px) {
    .solution-banner-con .solution-banner-btn{
        height: auto;
    }
}