.haiwode-about-banner{
    position: relative;
}
.haiwode-about-banner img{
    width: 100%;
    aspect-ratio: 1920/600;
    object-fit: cover;
    min-height: 200px;
}
.haiwode-about-banner .about-banner-con{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    padding-top: 75px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    gap: var(--gap-20);
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.70) 0.01%, rgba(0, 0, 0, 0.00) 85.31%);
}
.about-banner-con .about-banner-title{
    color: #fff;
    text-align: center;
    font-family: var(--font-blod-family);
    font-size: var(--font-50);
    font-style: normal;
    font-weight: 700;
    line-height: 116%;
    text-align: left;
}
.about-banner-con .about-banner-desc{
    color: #FFF;
    font-family: var(--font-text-family);
    font-size: var(--font-18);
    font-style: normal;
    font-weight: 400;
    line-height: 1.5; /* 150% */
    text-align: left;
}