.banner{
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}
.banner img{
    width: 100%;
}
.banner_text{
    position: absolute;
    text-align: center;
}
.about2_img_text h3,.about4_text h3{
    font-size: 1.5rem;
}
.banner_text p,.about2_img_text p,.about4_text p{
    font-size: 1rem;
}
.banner_text p{
    font-size: 1.25rem;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 1) 48.34%, rgba(255, 255, 255, 0.2) 100%);
    background-clip: text;
    color: transparent;
    font-family: Gotham-Bold;
    font-style: italic;
}
.about2{
    background: url(../../../assets/image/2025/05/about_img2.webp) no-repeat center;
    background-size: cover;
    padding: 6.1875rem 0 0.875rem 0;
    box-sizing: border-box;
    text-align: center;
}
.about2_text{
    max-width: 54.9vw;
    margin: auto auto 9.375rem auto;
}
.about2_text svg{
    min-width: 16.3125rem;
    min-height: 3.125rem;
}
.about2_text svg path{
    width: 16.3125rem;
    fill: #D6D6D6;
}
.about2_text p,.about_title p{
    font-size: 1.25rem;
}
.about2_text p{
    line-height: 2.3rem;
    color: #8C8C8C;
}
.about2_text p:nth-child(2){
    width: 94%;
    margin: 1.875rem auto;
}
.about2_img{
    width: 58.3vw;
    position: relative;
    margin: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
    overflow: hidden;
}
.about2_img_text{
    position: absolute;
    text-align: center;
    color: #fff;
}
.about3{
    margin: 16.25rem 0 17.5rem 0;
}
.about_title{
    text-align: center;
    margin-bottom: 3.75rem;
}
.about_title h3{
    font-size: 2.75rem;
    color: #fff;
}
.about_title p{
    color: #8C8C8C;
    position: relative;
    margin-top: 5px;
}
.about_title p::before,.about_title p::after{
    position: absolute;
    content: "";
    width: 27vw;
    border-top: 0.5px solid var(--second-textColor);
    left: 0;
    top: 0.8rem;
    opacity: 0.5;
}
.about_title p::after{
    left: auto;
    right: 0;
}
.about3_main{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.about3_main .am{
    width: 23.8%;
    height: 6.875rem;
    background: #211D1D;
    display: flex;
    align-items: center;
    justify-content: center;
}
.about3_main .am:nth-of-type(-n+4){
    margin-bottom: 1.25rem;
}
.about3_main .am img{
    max-width: 50%;
    max-height: 50%;
    margin: auto;
    display: block;
}
.about4_main{
    display: flex;
    justify-content: space-between;
    padding-bottom: 18.75rem;
}
.about4_box{
    width: 49%;
    background: #211D1D;
}
.about4_text{
    padding: 2rem;
    box-sizing: border-box;
}
.about4_text h3{
    color: #fff;
    margin-bottom: 0.625rem;
    font-family: Gotham-Medium;
    font-weight: normal;
}
.about4_text p{
    color: var(--second-textColor);
    line-height: 20px;
}
@media only screen and (max-width: 1600px) {
    .about2{
        padding-top: 4.875rem;
    }
    .about2_text p{
        line-height: inherit;
    }
    .about2_text p:nth-child(2){
        width: 90%;
        margin: 1.5rem;
    }
    .about2_text{
        max-width: 58vw;
        margin: auto auto 4rem auto;
    }
    .about_title{
        margin-bottom: 2.5rem;
    }
    .about_title h3{
        font-size: 2.5rem;
    }
    .about3{
        margin: 11.25rem auto;
    }
    .about3_main .am{
        min-height: 5.5rem;
        height: auto;
    }
    .about4_main{
        padding-bottom: 11.25rem;
    }
    .about4_text{
        padding: 1.25rem 1.25rem 1.875rem 1.25rem;
    }
    .about2_img_text h3, .about4_text h3{
        font-size: 1.42rem;
    }
}
@media only screen and (max-width: 1024px) {
    .about2{
        padding: 54px 0 0 0;
    }
    .about2_text svg{
        max-width: 150px;
        min-width: auto;
        min-height: auto;
    }
    .about2_text{
        max-width: 100%;
        margin: auto auto 40px auto;
    }
    .about2_text p, .about_title p{
        font-size: 12px;
    }
    .about2_text p:nth-child(2){
        width: 92%;
        margin: 12px auto;
    }
    .about2_img{
        width: 92%;
        border-radius: 4px;
    }
    .about2_img_text h3{
        font-size: 16px;
    }
    .about3{
        margin: 90px auto;
    }
    .about_title{
        margin-bottom: 20px;
    }
    .about_title h3{
        font-size: 24px;
    }
    .about_title p::before, .about_title p::after{
        display: none;
    }
    .about3_main .am{
        width: 48.5%;
    }
    .about3_main .am:not(:nth-last-of-type(-n+2)){
        margin-bottom: 10px;
    }
    .about3_main .am img{
        max-width: 58%;
    }
    .about4_main{
        padding-bottom: 80px;
        flex-wrap: wrap;
    }
    .about4_box{
        width: 100%;
    }
    .about4_box:first-child{
        margin-bottom: 20px;
    }
     .about4_text h3{
        font-size: 18px;
        margin-bottom: 12px;
     }
     .about4_text p{
        line-height: inherit;
     }

}