.about-higher{
    padding: 5vmax 0;
    background: #f8f9fa;
}
.about-higher .container-md>.flex{
    background: #fff;
    box-shadow: 0 0 6px 0 rgba(0,0,0,.1);
    padding: 20px;
    gap: 1.5rem;
}
.about-higher .left{
    flex: 3;
}
.about-higher .left img{
    width: 100%;
}
.about-higher ul{
    flex: 2;
    background: #f8f9fa;
    padding: 20px;
}
.about-higher ul li:not(:last-child){
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px dashed #d8d8d8;
}
.about-higher ul span{
    color: #666;
}
.hmyzm-advantage .row,.hmyzm-value .row,.hmyzm-sence .row{row-gap:1.5rem;}
.hmyzm-advantage .item{
    background: linear-gradient(180deg, #FFF9F5 0%, #FFFFFF 100%);
    border: 1px solid #FFFFFF;
    box-shadow: 0px 4px 30px 0px rgba(218, 227, 255, 0.57);
    border-radius: 10px;
    height: 100%;
    padding: 20px;
}
.hmyzm-advantage .item .img img{
    display: block;
    max-height: 175px;
    max-width: 90%;
    margin: 0 auto 15px;
    transition: all .2s linear;
}
.hmyzm-advantage .item .text{
    border: 1px dashed #C7C7C7;
    padding: 20px;
    border-radius: 10px;
}
.value-card {
    background: #ffffff;
    border-radius: 12px;
    padding: 30px;
    text-align: center;
    box-shadow: 0 5px 30px rgba(0, 0, 0, 0.08);
    transition: all 0.3s;
    height: 100%;
}
.value-card:hover {
    transform: translateY(-8px);
}
.value-icon {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background: linear-gradient(135deg, rgba(0, 102, 204, 0.1), rgba(0, 160, 233, 0.1));
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 1.5rem;
    color: #ff6a00;
    transition: all 0.3s;
}
.value-card:hover .value-icon {
    background: linear-gradient(135deg, #ff6a00, #ff8c00);
    color: #ffffff;
    transform: rotate(10deg) scale(1.1);
}
.hmyzm-sence .item{
    overflow: hidden;
}
.hmyzm-sence .item .img{
    max-height: 420px;
}
.hmyzm-sence .item .text{
    position: absolute;
    background: rgba(61, 61, 61, 0.37);
    backdrop-filter: blur(10px);
    padding: 30px 30px 5vmax 30px;
    color: #fff;
    width: 100%;
    left: 0;
    top: 100%;
    transform: translateY(-80px);
    transition: all .2s linear;
}
.hmyzm-sence .item .text h5{
    line-height: 1;
    margin-bottom: 32px;
    text-align: center;
}


@media (any-hover: hover) {
    .hmyzm-advantage .item:hover h5{color:#ff6a00}
    .hmyzm-advantage .item:hover .img img{
        transform: scale(1.05);
    }
    .hmyzm-sence .item:hover .img img{
		transform: translate(-50%,-50%) scale(1.05);
	}
	.hmyzm-sence .item:hover .text{
	    transform: translateY(-100%);
	}
}