.about_title {
    font-family: ceb;
    font-size: 0.5rem;
    color: #1C1C1C;
    margin-bottom: .3rem;
}
.about_text{
    width: 10rem;
    font-family: cr;
    font-size: 0.16rem;
    color: #2E2E2E;
    line-height: 0.25rem;
}
.about_wrap{
    padding-top: .8rem;
    padding-bottom: 1.2rem;
}

.about_box{
    display: flex;
    gap: 1.4rem;
    margin-bottom: 0.61rem;
}

.about_img{
    width: 2rem;
    height: 2rem;
    object-fit: contain;
}
.about_swiper{
    position: relative;
    padding-bottom: 0.3rem;
}
.about_swiper .swiper-scrollbar-drag{
    background: var(--c2);
}

.about_swiper .swiper-slide img{
    height: 3.5rem;
}