	.brand .swiper-slide img {
    width: 174px;
    height: 174px;
}
.sp-color2 {
    color: #2980b9;
    font-size: 32px;
    font-weight: 700;
}
.section-title {
    margin-bottom: 30px;
}
@media screen and (max-width:992px) {
    .brand .swiper-slide img {
        height: 140px;
    }
}
@media screen and (max-width:456px) {
    .brand .swiper-slide img {
        height: 105px;
    }
}
