.honor-item {
    position: relative;
    overflow: hidden;
}
.honor-item > a {
    display: flex;
    justify-content: center;
    align-items: center;
}
.honor-item img {
    max-height: 248px;
    width: auto;
}
.caption.honor-content {
    text-align: center;
    color: var(--color_text);
    font-size: 18px;
    line-height: 1;
    margin-top: 21px;
}
.swiper-honor-wrap {
    position: relative;
}
.swiper-honor-wrap::before {
    content: '';
    width: 60%;
    right: 10%;
    height: 250px;
    background: #BDD7DB;
    backdrop-filter: blur(180px);
    position: absolute;
    filter: blur(100px);
    transform: rotate(-9deg);
}
@media screen and (min-width: 768px) {
    .swiper-honor-wrap {
        padding: 0px 40px;
    }
}
@media screen and (min-width: 992px) {
    .swiper-honor-wrap {
        padding: 0px 128px;
    }
    .swiper-honor-wrap::before {
        width: 90%;
        right: unset;
    }
}
