.about-us-detail__banner{
    overflow: hidden;
    height: 28.90625vw;
    position: relative;
}
.about-us-detail__container {
    width: calc(85% - 40px);
    max-width: 1565px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}
.about-us-detail__banner-content {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
}
.about-us-detail__banner-title{
    color: #FFF;
    text-align: center;
    font-family: Blender Pro;
    font-size: 3.59375vw;
    font-style: normal;
    font-weight: 700;
    line-height: 84.994px;
    text-transform: uppercase;
    overflow-wrap: break-word;
    word-wrap: break-word;
    word-break: break-all;
    line-break: normal;
}
.about-us-detail__banner-img picture{
    display: flex;
    width: 100%;
    height: 100%;
}
.about-us-detail__banner-img{
    position: absolute;
    top: 0; left: 0;
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    display: flex;
}
.about-us-detail__banner-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.about-us-detail__banner-img:after{
    content: '';
    position: absolute;
    top: 0;left: 0;
    box-sizing: border-box;
    width: 100%; height: 100%;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.30) 0%, rgba(0, 0, 0, 0.30) 100%);
}
@media (max-width: 1100px) {
    .about-us-detail__banner {
        height: 65.90625vw;
    }
    .about-us-detail__banner-title {
        font-size: 6.59375vw;
    }
}
@media (max-width: 600px) {
    .about-us-detail__banner {
        height: 90vw;
    }
    .about-us-detail__banner-title {
        font-size: 11vw;
    }
}