.v2-feature-slider .v2-title-intro{text-align:center;text-transform:uppercase;font-weight:700;font-family:OpenSansExBold}
.v2-feature{display:grid;grid-template-columns:40px 1fr;gap:15px}
.v2-icon{height:40px;display:grid;place-items:center;border-radius:10px;font-size:20px;font-family:OpenSansExBold}
.v2-feature .flexContent{display:grid;grid-auto-columns:1fr;justify-content:space-between;align-items:flex-start;gap:12px;position:relative;z-index:2}
.v2-feature .flexContent .btnViewMore{font-size:14px;color:#1877f2;text-align:right;display:block}
.v2-feature::after{content:"";width:150px;height:150px;position:absolute;right:0;bottom:-24%;z-index:0;opacity:.6;transition:all .6s}
.v2-feature-slider .flexContent div a{font-size:16px;margin-bottom:10px;font-weight:700;display:block;color:#1b1f23}
.v2-feature-slider .flexContent div .v2-title{font-weight: 700;color: #1b1f23;}
.v2-feature-slider .flexContent div p{font-size:16px;color:#5a6168}
.v2-feature-slider .feature-slider .swiper-slide:nth-child(4n+1) .v2-feature::after{background:no-repeat url(../style/icon/bg-grade-blue.png)}
.v2-feature-slider .feature-slider .swiper-slide:nth-child(4n+2) .v2-feature::after{background:no-repeat url(../style/icon/bg-grade-red.png)}
.v2-feature-slider .feature-slider .swiper-slide:nth-child(4n+3) .v2-feature::after{background:no-repeat url(../style/icon/bg-grade-yellow.png)}
.v2-feature-slider .feature-slider .swiper-slide:nth-child(4n+4) .v2-feature::after{background:no-repeat url(../style/icon/bg-grade-pink.png)}
.v2-feature-slider .feature-slider .swiper-slide:nth-child(4n+1) .v2-icon{color:#1877f2;background:rgba(24,119,242,.12)}
.v2-feature-slider .feature-slider .swiper-slide:nth-child(4n+2) .v2-icon{color:#f7477b;background:#ffebee}
.v2-feature-slider .feature-slider .swiper-slide:nth-child(4n+3) .v2-icon{color:#fda257;background:#fff3e1}
.v2-feature-slider .feature-slider .swiper-slide:nth-child(4n+4) .v2-icon{color:#9a67f0;background:#ffebf7}
.v2-feature{background:#fff;transition:transform .18s ease,box-shadow .18s ease;overflow:hidden;position:relative;border:1px solid #e7ecf3;border-radius:12px;padding:15px}
.feature-slider .swiper-slide{height:auto}