.sliderpwhead{
 -webkit-box-align: center;
 -ms-flex-align: center;
 -webkit-box-pack: justify;
 -ms-flex-pack: justify;
 align-items: center;
 display: -webkit-box;
 display: -ms-flexbox;
 justify-content: space-between;
 margin-bottom: var(--gutter-width);
}
  
.sliderpwhead__title{padding-left:10px;}


 .swiper {
 width: 99%;
 height: 100%;
margin-bottom:10px;
 }

 .swiper-slide {
 text-align: left;
 font-size: 16px;
 justify-content: center;
 align-items: center;
 color:#ffffff;
 }

 .swiper-slide img {
 display: block;
 width: 270px;
 object-fit: cover;
 }

 .swiper-slide {
 width: 270px;
 }

 .swiper-slide:nth-child(2n) {
 width: 270px;
 }

 .swiper-slide:nth-child(3n) {
 width: 270px;
 }