.bemet-gallery-area-block {
  overflow: hidden;
}
.bemet-gallery-area-block h3{
  font-size: 36px;
  color: #000;
  margin-bottom: 30px;
}
.bemet-gallery-area-block .gallery-active .slick-list {
  overflow: visible;
}
.bemet-gallery-area-block .gallery-item-wrap .col-88 {
  flex: 0 0 auto;
  width: 88%;
}
.bemet-gallery-area-block .gallery-item-wrap .gallery-item {
  text-align: center;
  margin: 0 10px;
}
.bemet-gallery-area-block .gallery-item-wrap .gallery-item .txt{
  height: 100%;
  width: 40%;
  padding-right: 30px;
  display: inline-block;
  padding: 50px;
}
.bemet-gallery-area-block .gallery-item-wrap .gallery-item .txt h5{
  font-size: 28px;
  color: #fff;
  margin-bottom: 10px;
}
.bemet-gallery-area-block .gallery-item-wrap .gallery-item .txt p{
  font-size: 18px;
  color: #fff;
  
}
.bemet-gallery-area-block .gallery-item-wrap .gallery-item .txt a{
  font-size: 18px;
  color: #fff;
  margin-bottom: 10px;
}
.bemet-gallery-area-block .gallery-item-wrap .gallery-item .pic{
  flex:1
}
.bemet-gallery-area-block .gallery-item-wrap .gallery-item img {
  margin: 0 auto;
  width: 100%;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 15% 100%);
}
.bemet-gallery-area-block .gallery-item-wrap .slick-slide {display: flex;justify-content: center;align-items: center;padding-top: 0!important;background: #99B81C;}
