/* 首页部分变动的样式 */


.section-title01 .font_aidsc::after{
    content: "";
    position: absolute;
    background-color: rgba(255, 152, 64, 1) !important;
    width: 0;
    min-height: 0;
    height: 0;
}
.section-title01 .index_app::after{
    content: "";
    position: absolute;
    background-color: rgba(255, 152, 64, 1) !important;
    width: 14.6vw;
    min-height: 2px;
    height: 0.31vw;
    bottom: -0.31vw;
    left: 50%;
    transform: translateX(-50%);
}
.bottom-line{
    width: 100%;
    height: 0.4px;
    background-color: rgba(255, 157, 71, 1);
    position: relative;
    z-index: 99999;
}
.siyuanheiti{
    font-family: 'siyuanheiti';
}
.font_aidsc{
    font-size: 37px;
    font-weight: 400;
    line-height: 54px;
    color: rgba(0, 0, 0, 1);
}
.historyDsc{
    font-size: 24px;
    font-weight: 400;
    line-height: 36px;
    color: rgba(0, 0, 0, 1);
}

.qrcode-font{
    height: 16px;
    font-size: 11px;
    font-weight: 700;
    line-height: 16px;
    color: #000 !important;
}
.qrcode-label{
    width: 102px;
    margin-top: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.foot-item{
    width: 100px;
    height: 37px;
    font-size: 25px;
    font-weight: 700;
    line-height: 37px;
    color: rgba(255, 152, 64, 1);

}


/* about页面 */


.user-img{
    width: fit-content;
    padding: 0;
    margin-right: 0;
}
.user-img:last-of-type{
    margin-right: 0;
}

.avatar{
    object-fit: contain;
}

.builder{
    font-size: 46px;
    font-weight: 700;
    line-height: 72px;
    color: rgba(0, 0, 0, 1);
}
.builderdsc{
    font-size: 12px;
    font-weight: 700;
    line-height: 24px;
    color: rgba(189, 189, 189, 1);
    margin-bottom: 41px;
}
.dsc-row{
    font-size: 18px;
    font-weight: 400;
    line-height: 50px;
    color: rgba(0, 0, 0, 1);
    margin-bottom: 0;
}

.banner-aboutus{
    width: 100vw;
    /* height: 600px; */
    object-fit: contain;
    overflow: hidden;
}




/* 关于我们 统计数量区块 */

.count_box{
    background-color: rgba(255, 243, 227, 0.39);
}
.count_box_item_value{
    font-size: 25px;
    font-weight: 700;
    line-height: 80px;
    color: rgba(255, 152, 64, 1);
    margin-right: 6px;
}
.counter-title{
    font-size: 15px;
    font-weight: 700;
    line-height: 80px;
    color: rgba(0, 0, 0, 1);
}
.odometer-digit{
    width: 30px !important;
}

@media screen and (min-width: 480px) and (max-width: 900px){
    .count_box{
        display: flex;
        flex-wrap: wrap; /* 允许换行 */
        width: 100%; /* 容器宽度（可选） */
        background-color: rgba(255, 243, 227, 0.39);
    }
    .fix_item{
        flex: 0 0 100%; /* 不伸缩，基础宽度 50% */
        box-sizing: border-box; /* 避免 padding/border 影响宽度 */
        height: 13.5vw;
        display: flex;
        align-items: center;
        justify-content: flex-start;
    }
    .count_box_item_value{
        font-size: 40px;
    }
    .counter-title{
        font-size: 25px;
    }
}

@media screen and (min-width: 901px) and (max-width: 1599.9px){
    .count_box{
        display: flex;
        flex-wrap: wrap; /* 允许换行 */
        width: 100%; /* 容器宽度（可选） */
        background-color: rgba(255, 243, 227, 0.39);
    }
    .fix_item{
        flex: 0 0 50%; /* 不伸缩，基础宽度 50% */
        box-sizing: border-box; /* 避免 padding/border 影响宽度 */
        height: 13.5vw;
        display: flex;
        align-items: center;
        justify-content: flex-start;
    }
    .count_box_item_value{
        font-size: 40px;
    }
    .counter-title{
        font-size: 25px;
    }
    .odometer-digit{
        width: 40px !important;
    }
}

/* 1600px以上的样式统计字号不需要变动 */
@media screen and (min-width: 1600px) { 
    .count_box{
        height: 13.5vw;
        display: flex;
        align-items: center;
        justify-content: space-evenly;
        background-color: rgba(255, 243, 227, 0.39);
    }
    .count_box_item_value{
        font-size: 55px;
    }
    .counter-title{
        font-size: 30px;
    }
    .odometer-digit{
        width: 60px !important;
    }
}






/* 关于我们 评论轮播区 */
.quote{
    width: 54px;
    height: 45px;
    transform: scale(0.2);
}
.quote-right{
    width: 54px;
    height: 45px;
    transform: rotate(180deg) scale(0.2);
}
.comment-title{
    height: 64px;
    font-weight: 700;
    color: rgba(0, 0, 0, 1);
    font-family: siyuanheiti;
    margin-bottom: 10px;
    font-size: 23px;
    line-height: 38px;
}
.comment-dsc{
    font-weight: 400;
    color: rgba(0, 0, 0, 1);
    font-family: siyuanheiti;
    margin-bottom: 0;
    font-size: 14px;
    line-height: 24px;
}
@media screen and (min-width: 576px) and (max-width: 767.99px) {
    .quote{
        transform: scale(0.2);
    }
    .quote-right{
        transform: rotate(180deg) scale(0.2);
    }
    .comment-title{
        font-size: 27px;
        line-height: 43px;
    }
    .comment-dsc{
        font-size: 18px;
        line-height: 29px;
    }
}
@media screen and (min-width: 768px) and (max-width: 991.99px) {
    .quote{
        transform: scale(0.4);
    }
    .quote-right{
        transform: rotate(180deg) scale(0.4);
    }
    .comment-title{
        font-size: 31px;
        line-height: 48px;
    }
    .comment-dsc{
        font-size: 22px;
        line-height: 34px;
    }
    .user-img{
        margin-right: 0;
    }
}
@media screen and (min-width: 992px) and (max-width: 1199.99px)  {
    .quote{
        transform: scale(0.6);
    }
    .quote-right{
        transform: rotate(180deg) scale(0.6);
    }
    .comment-title{
        font-size: 35px;
        line-height: 53px;
    }
    .comment-dsc{
        font-size: 26px;
        line-height: 39px;
    }
    .user-img{
        margin-right: 6vw;
    }
}
@media screen and (min-width: 1200px) and (max-width: 1399.99px) {
    .quote{
        transform: scale(0.8);
    }
    .quote-right{
        transform: rotate(180deg) scale(0.8);
    }
    .comment-title{
        font-size: 39px;
        line-height: 58px;
    }
    .comment-dsc{
        font-size: 30px;
        line-height: 44px;
    }
    .user-img{
        margin-right: 8vw;
    }

    .builder{
        height: 84px;
        font-size: 52px;
        font-weight: 700;
        line-height: 84px;
        color: rgba(0, 0, 0, 1);
    }
    .builderdsc{
        height: 36px;
        font-size: 18px;
        font-weight: 700;
        line-height: 36px;
        color: rgba(189, 189, 189, 1);
        margin-bottom: 41px;
    }
    .dsc-row{
        /* font-size: 31px; */
        font-size: 25px;
        font-weight: 400;
        line-height: 62px;
        color: rgba(0, 0, 0, 1);
        margin-bottom: 0;
    }

}
@media screen and (min-width: 1400px) {
    .quote{
        transform: scale(1);
    }
    .quote-right{
        transform: rotate(180deg) scale(1);
    }
    .comment-title{
        font-size: 43px;
        line-height: 63px;
    }
    .comment-dsc{
        font-size: 34px;
        line-height: 49px;
    }
    .user-img{
        margin-right: 10vw;
    }
    .builder{
        height: 84px;
        font-size: 58px;
        font-weight: 700;
        line-height: 84px;
        color: rgba(0, 0, 0, 1);
    }
    .builderdsc{
        height: 36px;
        font-size: 24px;
        font-weight: 700;
        line-height: 36px;
        color: rgba(189, 189, 189, 1);
        margin-bottom: 41px;
    }
    .dsc-row{
        font-size: 31px;
        font-weight: 400;
        line-height: 62px;
        color: rgba(0, 0, 0, 1);
        margin-bottom: 0;
    }
}




/* 关于我们  团队区块 */
.section-title01 .sub-title {
    height:  1.83rem;
    font-size: 1.25rem;
    font-weight: 700;
    line-height: 1.83rem;
    color: rgba(0, 0, 0, 1);
    margin-bottom: 7px;
}
.section-title01 .title{
    min-height: 2.86rem;
    font-size: 2rem;
    font-weight: 700;
    line-height: 2.86rem;
    color: rgba(255, 152, 64, 1);
    text-align: center;
}
@media screen and (min-width: 576px) and (max-width: 767.99px) {

}
@media screen and (min-width: 768px) and (max-width: 991.99px) {
    .section-title01 .sub-title {
        height:  2.74rem;
        font-size: 2.05rem;
        font-weight: 700;
        line-height: 2.74rem;
        color: rgba(0, 0, 0, 1);
        margin-bottom: 7px;
    }
    .section-title01 .title{
        min-height: 4.29rem;
        font-size: 3rem;
        font-weight: 700;
        line-height: 4.29rem;
        color: rgba(255, 152, 64, 1);
        text-align: center;
    }
}
@media screen and (min-width: 992px) and (max-width: 1199.99px) {
    .section-title01 .sub-title {
        height:  2.74rem;
        font-size: 2.05rem;
        font-weight: 700;
        line-height: 2.74rem;
        color: rgba(0, 0, 0, 1);
        margin-bottom: 7px;
    }
    .section-title01 .title{
        min-height: 4.29rem;
        font-size: 3rem;
        font-weight: 700;
        line-height: 4.29rem;
        color: rgba(255, 152, 64, 1);
    }
}
@media screen and (min-width: 1200px) and (max-width: 1399.99px) {
    .section-title01 .sub-title {
        height:  3.20rem;
        font-size: 2.18rem;
        font-weight: 700;
        line-height: 3.20rem;
        color: rgba(0, 0, 0, 1);
        margin-bottom: 7px;
    }
    .section-title01 .title{
        min-height: 5rem;
        font-size: 3.5rem;
        font-weight: 700;
        line-height: 5rem;
        color: rgba(255, 152, 64, 1);
    }
}
@media screen and (min-width: 1400px) {
    .section-title01 .sub-title {
        height:  3.93rem;
        font-size: 2.68rem;
        font-weight: 700;
        line-height: 3.93rem;
        color: rgba(0, 0, 0, 1);
        margin-bottom: 7px;
    }
    .section-title01 .title{
        min-height: 6.25rem;
        font-size: 4.3rem;
        font-weight: 700;
        line-height: 6.25rem;
        color: rgba(255, 152, 64, 1);
    }
}

/* 关于我们 顶部区块 */
.about_us{
    min-height: 1.08rem;
    font-size: 0.73rem;
    font-weight: 400;
    line-height:1.08rem;
    color: rgba(0, 0, 0, 1);
    margin-bottom: 17px;
    text-align: center;
}
.about_us_dsc{
    min-height: 1.83rem;
    font-size: 1.25rem;
    font-weight: 700;
    color: rgba(0, 0, 0, 1);
    line-height: 1.83rem;
    text-align: center;
}
.about_us_text{
    width: 80vw;
    min-height: 1.08rem;
    font-size: 0.73rem;
    font-weight: 400;
    line-height:1.08rem;
    color: rgba(0, 0, 0, 1);
    margin-bottom: 17px;
    text-align: center;
}

.about_us_imgbox{
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-around;
}
.pic1{
    object-fit: contain;
    margin-bottom: 16px;
    min-width: 236px;
    width: 12.3vw;
    max-width: 236px;
}
.pic2{
    object-fit: contain;
    margin-bottom: 16px;
    min-width: 340px;
    max-width: 493px;
    width: 25.7vw;
}

.about_us_btn{
    width: 29.6vw;
    height: 6.2vw;
    max-width: 568px;
    max-height: 119px;
    min-width: 340px;
    min-height: 71px;
    border-radius: 259px;
    border: 1px solid rgba(0, 0, 0, 1);

    margin-bottom: 16px;

}

@media screen and (min-width: 576px) and (max-width: 767.99px) {
    .about_us_imgbox{
        flex-direction: column;
    }
}
@media screen and (min-width: 768px) and (max-width: 991.99px) {
    .about_us{
        height: 1.76rem;
        font-size: 1.19rem;
        line-height: 1.76rem;
    }
    .about_us_dsc{
        height:  3rem;
        font-size: 2.05rem;
        line-height: 3rem;
    }
    .about_us_text{
        width: 75vw;
    }
    .about_us_imgbox{
        flex-direction: row;
    }
    .pic1{
        width: 236px;
        height: 315px;
    }
    .pic2{
        width: 493px;
        height: 315px;
    }
    .about_us_btn{
        border-radius: 259px;
        border: 1px solid rgba(0, 0, 0, 1);
        width: 568px;
        height: 119px;
    }
}
@media screen and (min-width: 992px) and (max-width: 1199.99px) {
    .about_us{
        height: 1.76rem;
        font-size: 1.19rem;
        line-height: 1.76rem;
    }
    .about_us_dsc{
        height:  3rem;
        font-size: 2.05rem;
        line-height: 3rem;
    }
    .about_us_text{
        width: 70vw;
    }
     .about_us_imgbox{
        flex-direction: row;
    }
    
}
@media screen and (min-width: 1200px) and (max-width: 1399.99px) {
    .about_us{
        height: 1.93rem;
        font-size: 1.27rem;
        line-height: 1.93rem;
    }
    .about_us_dsc{
        height:  3.20rem;
        font-size: 2.18rem;
        line-height: 3.20rem;
    }
    .about_us_text{
        width: 60vw;
    }
    .about_us_imgbox{
        flex-direction: row;
    }
}
@media screen and (min-width: 1400px) {
    .about_us{
        height: 2.31rem;
        font-size: 1.563rem;
        line-height: 2.31rem;;
    }
    .about_us_dsc{
        height:  3.93rem;
        font-size: 2.68rem;
        line-height: 3.93rem;
    }
    .about_us_text{
        width: 52.1vw;
        color: rgba(0, 0, 0, 1);
        text-align: center;
        font-size: 25px;
        font-weight: 400;
        line-height:36px;
    }
    .about_us_imgbox{
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: row;
    }
    .pic1{
        width: 236px;
        height: 315px;
    }
    .pic2{
        width: 493px;
        height: 315px;
    }
     .about_us_btn{
        width: 29.6vw;
        height: 6.2vw;
        max-width: 568px;
        max-height: 119px;
        margin-left: 4vw;
        margin-right: 4vw;
    }
}




/* 助听匹配页面 */

.icon_box{
    display: flex;
    align-items: center;
    justify-content: space-between;

    max-width: 383px;
    margin: auto;
    margin-top: 114px;
    margin-top: 5.9vw;
    margin-bottom: 43px;
    
}
.icon_box_item{
    max-width: 105px;
    max-height: 105px;
    overflow: hidden;
}
.ham_title{
    width: 90vw;
    font-weight: 700;
    letter-spacing: 0px;
    color: rgba(0, 0, 0, 1);
    margin: auto;
    position: relative;
    margin-bottom: 40px;
    font-size: clamp(21px, calc(13px + 2.25vw), 57px);
    line-height: clamp(42px, calc(33px + 2.56vw), 83px);
    display: flex;
    align-items: center;
    justify-content: center;
}
.ham_title::after{
    content: "";
    display: block;
    width: 24px;
    height: 21px;
    background-color: #FF854D;
    position: absolute;
    left: 50%;
    bottom: -34px;
    transform: translateX(-50%);
    clip-path: polygon(50% 100%,0% 0%,100% 0%);
}
.ham_subtitle{
    width: 90vw;
    font-weight: 700;
    letter-spacing: 0px;
    margin: 0 auto 22px;
    font-size: clamp(19px, calc(13px + 1.57vw), 44px);
    line-height: clamp(32px, calc(25px + 2vw), 64px);
    display: flex;
    align-items: center;
    justify-content: center;
    color: rgba(174, 49, 196, 1);
}
@media screen and (min-width: 768px){
    .ham_title{
        width: 684px;
        height: 83px;
    }
    .ham_subtitle{
        width: 484px;
        height: 64px;
    }
}


.ham_cardbox{
   
}
.ham_card{
    box-sizing: border-box;
    width: 80vw;
    background-color: rgba(255, 152, 64, 1);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    margin:48px auto 0;
    border: 1px solid rgba(255, 152, 64, 1);
    border-radius: 15px;
    overflow: hidden;
    max-width: 601px;
}

.ham_card_left{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    position: relative;
    width: 80vw;
    max-width: 600px;
    background-color: #fff;
}
.ham_card_left::after{
    content: "";
    display: block;
    background-color: #fff;
    width: 30px;
    height: 25px;
    position: absolute;
    left: 50%;
    bottom: -24px;
    transform: translateX(-50%);
    clip-path: polygon(50% 100%,0% 0%,100% 0%);
    z-index: 99;
}
.ham_card_icon{
    width: 171px;
    height: 235px;
    object-fit: contain;
}

.ham_question{
    box-sizing: border-box;
    max-width: 396px;
    padding: 0 20px;
    font-weight: 700;
    letter-spacing: 0px;
    line-height: 30px;
    color: rgba(0, 0, 0, 1);
    font-size: clamp(16px, calc(12px + 1.25vw), 36px);
    line-height: clamp(30px, calc(20px + 2.94vw), 77px);

}
.ham_card_right{
    box-sizing: border-box;
    width: 80vw;
    max-width: 601px;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0px;
    line-height: 25px;
    color: rgba(255, 255, 255, 1);
    padding: 20px;
    font-size: clamp(11px, calc(7.8px + 1vw), 25px);
    line-height: clamp(25px, calc(21px + 1.1vw), 42px);
    width: clamp(100%, calc(50.5px + 1.5vw), 601px);

}

@media screen and (min-width: 800px){
    .ham_card{
        width: fit-content; /* 宽度由子元素撑开 */
        height: fit-content;
        background-color: #fff;
        margin-bottom: 22px;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
        margin:48px auto 0;
        border: 1px solid rgba(255, 152, 64, 1);
        border-radius: 15px;
        height: 262px;
        max-width: 1201px;
    }
    .ham_card_left{
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: flex-start;
        position: relative;
        /* width: 600px; */
        max-width: 600px;
        background-color: #fff;
        flex-shrink: 0;
        /* height: inherit; */
    }
    .ham_card_left::after{
        content: "";
        display: block;
        background-color: #fff;
        width: 25px;
        height: 30px;
        position: absolute;
        left: 599px;
        top: 50%;
        transform: translateY(-50%);
        clip-path: polygon(0% 0%,0% 100%,100% 50%);
        z-index: 99;
    }
    .ham_question{
        box-sizing: border-box;
        max-width: 396px;
        padding: 0;
        line-height: 77px;
    }
    .ham_card_right{
        box-sizing: border-box;
        /* width: 601px; */
        max-width: 601px;
        height: 100%;
        padding: 30px;
        background-color: rgba(255, 152, 64, 1);
        display: flex;
        align-items: center;
        justify-content: center;
    }

}


.ham_section_title{
    width: 90vw;
    font-weight: 700;
    letter-spacing: 0px;
    color: rgba(0, 0, 0, 1);
    margin: auto;
    position: relative;
    margin-bottom: 66px;
    font-size: clamp(21px, calc(13px + 2.25vw), 57px);
    line-height: clamp(42px, calc(33px + 2.56vw), 83px);
    text-align: center;
    max-width: 1425px;
}
.ham_section_title::after{
    content: "";
    display: block;
    width: 24px;
    height: 21px;
    background-color: #CEA1E2;
    position: absolute;
    left: 50%;
    bottom: -50px;
    transform: translateX(-50%);
    clip-path: polygon(50% 100%,0% 0%,100% 0%);
}
.ham_section_title2{
    width: 90vw;
    font-weight: 700;
    letter-spacing: 0px;
    color: rgba(255, 152, 64, 1);
    margin: auto;
    position: relative;
    font-size: clamp(21px, calc(13px + 2.25vw), 57px);
    line-height: clamp(42px, calc(33px + 2.56vw), 83px);
    text-align: center;
    max-width: 240px;
}




.section3{
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-evenly;
    width: 98vw;
    max-width: 1648px;
    margin: auto;
}
.section3_item{
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    background-color: rgba(249, 242, 252, 1);
    margin-top:53px ;
    border-radius: 25px;
    padding: 50px;
    height: 607px;
    width: clamp(320px, calc(297px + 6.88vw), 430px);
    height: clamp(462px, calc(433px + 9.06vw), 607px);
}
.section3_item_top{
    width: 252px;
    height: 53px;
    font-weight: 700;
    letter-spacing: 0px;
    line-height: 53px;
    color: rgba(0, 0, 0, 1);
    font-size: clamp(20px, calc(16px + 1vw), 36px);
    text-align: center;
}
.section3_item_middle{
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 42px;
    margin-bottom: 30px;
}
.section3_item_avatar{
    width: 161px;
    height: 161px;
    border-radius: 50%;
    overflow: hidden;
}
.section3_item_bottom{
    width: 300px;
    font-weight: 400;
    letter-spacing: 0px;
    line-height: 44px;
    color: rgba(0, 0, 0, 1);
    font-size: clamp(14px, calc(10px + 1vw), 30px);
    line-height: clamp(28px, calc(24px + 1vw), 44px);

}




.section4{
    margin-top: 68px;
}
.section4_item{
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    
    border-radius: 25px;
    padding: 20px;
    width: 90vw;
    max-width: 1538px;
    border-radius: 25px;
    background: rgba(249, 242, 252, 1);
    margin: auto;
    margin-top:14px ;

}
.section4_item_l{
   
}
.section4_item_img{
    width:calc(90vw - 40px);
    object-fit: contain;
    min-width: 280px;
    max-width: 480px;
    margin-bottom: 18px;
}
.section4_item_r{
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: flex-start;
    height: 100%;
    min-height: max-content;
}
.section4_item_title{
    width: 100%;
    font-weight: 700;
    letter-spacing: 0px;
    color: rgba(255, 133, 77, 1);
    margin-bottom: 18px;
    font-size: clamp(28px, calc(21px + 2vw), 60px);
    line-height: clamp(44px, calc(35px + 2.69vw), 87px);
}
.section4_item_dsc{
    width: 100%;
    font-weight: 400;
    letter-spacing: 0px;
    color: rgba(0, 0, 0, 1);
    font-size: clamp(11px, calc(4px + 2vw), 43px);
    line-height: clamp(27px, calc(19px + 2.19vw), 62px);
}

@media screen and (min-width: 580px){
    .section4_item{
        width: 550px;
        padding: 35px;
    }
    .section4_item_img{
        width: 480px;
        object-fit: contain;
        margin-right: 0;
        margin-bottom: 18px;
    }
    .section4_item_r{
        display: flex;
        flex-direction: column;
        align-items: start;
        justify-content: flex-start;
        height: auto;
        min-height: max-content;
    }
}

@media screen and (min-width: 991px){
    .section4_item{
        flex-direction: row;
        width: 90vw;
        max-width: 1538px;
        padding: 42px 35px;
    }
    .section4_item_img{
        width: 480px;
        object-fit: contain;
        margin-right: clamp(8px, calc(1px + 2vw), 44px);
        max-width: 480px;
        margin-bottom: 0;
    }
    .section4_item_r{
        flex: 1;
        display: flex;
        flex-direction: column;
        align-items: start;
        justify-content: flex-start;
        height: 100%;
        min-height: 337px;
    }
    .section4_item_title{
        width: 100%;
        margin-bottom: 18px;
    }
    .section4_item_dsc{
        width: 100%;
    }
}



.ham_section5title{
    width: 90vw;
    font-weight: 700;
    letter-spacing: 0px;
    color: rgba(0, 0, 0, 1);
    margin: auto;
    position: relative;
    margin-bottom: 13px;
    font-size: clamp(21px, calc(13px + 2.25vw), 57px);
    line-height: clamp(42px, calc(33px + 2.56vw), 83px);
    text-align: center;
    max-width: 1425px;
}
.ham_section5title2{
    width: 90vw;
    font-weight: 700;
    letter-spacing: 0px;
    color: rgba(255, 152, 64, 1);
    margin: auto;
    position: relative;
    font-size: clamp(21px, calc(13px + 2.25vw), 57px);
    line-height: clamp(42px, calc(33px + 2.56vw), 83px);
    text-align: center;
    max-width: 600px;
    margin-bottom: 38px;
}

.ham_section5title2::after{
    content: "";
    display: block;
    width: 24px;
    height: 21px;
    background-color: rgba(255, 152, 64, 1);
    position: absolute;
    left: 50%;
    bottom: -38px;
    transform: translateX(-50%);
    clip-path: polygon(50% 100%,0% 0%,100% 0%);
}

.section5{
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-evenly;
    width: 98vw;
    max-width: 1534px;
    margin: auto;
    margin-bottom: clamp(30px,6.6vw,127px);
    margin-top: clamp(30px,7.2vw,139px);
}
.section5_item{
    box-sizing: border-box;
    width: 342px;
    padding: 0 40px;
    height: 497px;
    border-radius: 15px;
    background: rgba(249, 242, 252, 1);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-self: flex-start;
    margin-top: 20px;
    
}
.section5_item_top{
    margin-top: 58px;
}
.section5_item_img{
    width: 174px;
    height: 174px;
}
.section5_item_middle{
    height: 54px;
    font-size: 37px;
    font-weight: 700;
    letter-spacing: 0px;
    line-height: 54px;
    color: rgba(0, 0, 0, 1);
    margin-top: 31px;
}
.section5_item_bottom{
    height: 67px;
    font-size: 23px;
    font-weight: 400;
    letter-spacing: 0px;
    line-height: 33.3px;
    color: rgba(0, 0, 0, 1);
    margin-top: 15px;
    text-align: center;
}


@media screen and (min-width: 576px) and (max-width: 767.99px) {}
@media screen and (min-width: 768px) and (max-width: 991.99px) {}
@media screen and (min-width: 992px) and (max-width: 1199.99px) {}
@media screen and (min-width: 1200px) and (max-width: 1399.99px) {}
@media screen and (min-width: 1400px) {}