.about-imagetext-section{position: relative;z-index: 2;}
.about-imagetext-section .section_top_image img{max-width:100%;width:100%;height:auto;}
.about-imagetext-section .section_top_image{display:flex;align-items:center;margin-top: -4vw;}
.about-imagetext-section .section-wrap{background-color:#9C4FE2;}
.about-imagetext-section .section-content{overflow:hidden;padding-top:20px;}
.about-imagetext-section .section-content h2{margin:0px;color:#fff;}
.about-imagetext-section .section-content p{font-weight:300;color:#fff;line-height:1.2088;margin:24px auto 40px;}
.about-imagetext-section .section-content p strong{font-weight:400;}
.about-gallery-list .slide-wrap{width:100%;max-width:300px;margin:0px auto;position:relative;overflow:hidden;}
.about-gallery-list .slide-wrap:after{content:"";width:100%;display:block;padding-bottom:100%;}
.about-gallery-list .slide-wrap img{position:absolute;width:100%;height:100%;top:0px;left:0px;object-fit: contain;}
.about-gallery-list{position:relative;overflow:hidden;background-color:#F2F4FF;}
body:not(.template-affiliate) .about-gallery-list:after{content: "";position: absolute;z-index: 1;width: 100%;height: 50%;display: block;background-color: #9C4FE2;top: 0;left: 0;}
.about-gallery-list .about-gallery-slider{z-index:2;}

body.template-affiliate .about-gallery-list{background-color:#fff;}


@media screen and (max-width: 749px){
  .about-imagetext-section .section-content p{margin:15px auto 30px;}
  .about-gallery-list{background-color:#fff;}
}