.swiper-three-column .swiper-slide { display: flex; flex-direction: column; align-items: center; height: 100%; box-sizing: border-box;border-radius:12px;overflow: hidden;}

.swiper-slide.one{background:#d3f0dc}
.swiper-slide.two{background:#d5f1f5}
.swiper-slide.three{background:#dfd6ff}

.swiper-three-column .heading-swiper-slide{position:relative;height:250px;width:100%;}
.swiper-three-column .heading-swiper-slide:after{content: ""; position: absolute; bottom: 0; right:20px; width: 80px; height: 40px; background-size: contain; background-repeat: no-repeat; z-index: 1;}
.swiper-slide.one .heading-swiper-slide:after{background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 160 80'><path fill='%23d3f0dc' d='M.4,80h-.4,0c.1,0,.3,0,.4,0ZM80,0c0,.1,0,.3,0,.4,0,44,35.6,79.6,79.6,79.6H.4c44,0,79.6-35.6,79.6-79.6,0-.1,0-.3,0-.4h0s0,0,0,0ZM160,80h-.4c.1,0,.3,0,.4,0h0Z'/></svg>");}
.swiper-slide.two .heading-swiper-slide:after{background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 160 80'><path fill='%23d5f1f5' d='M.4,80h-.4,0c.1,0,.3,0,.4,0ZM80,0c0,.1,0,.3,0,.4,0,44,35.6,79.6,79.6,79.6H.4c44,0,79.6-35.6,79.6-79.6,0-.1,0-.3,0-.4h0s0,0,0,0ZM160,80h-.4c.1,0,.3,0,.4,0h0Z'/></svg>");}
.swiper-slide.three .heading-swiper-slide:after{background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 160 80'><path fill='%23dfd6ff' d='M.4,80h-.4,0c.1,0,.3,0,.4,0ZM80,0c0,.1,0,.3,0,.4,0,44,35.6,79.6,79.6,79.6H.4c44,0,79.6-35.6,79.6-79.6,0-.1,0-.3,0-.4h0s0,0,0,0ZM160,80h-.4c.1,0,.3,0,.4,0h0Z'/></svg>");}
.heading-icon { position: absolute; right: 20px; top: 20px; width: 70px; }