.clients_page .section-area {
  padding: 0;
  padding-top: 24px; 
  text-align: center;
}
.clients_page .section-area:last-child {
  padding-bottom: 80px; 
}
.clients_page .section-area .container {
  padding: 0;
}
.clients_page .section_title {
  font-size: 24px;
  font-weight: 500;
  color: #333333;
  line-height: 24px;
  text-align: center;
  position: relative;
  margin-bottom: 95px;
}
.clients_page .content-area {
  display: block;
}
.clients_page .logos_row {
  display: flex;
  margin-bottom: -20px;
}
.clients_page .logos_row:nth-child(2n) {
  position: relative;
  left: 85px;
}
.clients_page .logo_item {
  width: 150px;
  height: 166px;
  margin-right: 20px;
}
.clients_page .logo_item:last-child {
  margin: 0;
}
.clients_page .mask{
  width: 150px;
  height: 83px;
  position: relative;
}
 
.clients_page .mask, 
.clients_page .mask:before, 
.clients_page .mask:after {
  box-shadow: 6px 10px 15px 0px rgba(0, 0, 0, 0.1);
  background-color: #fff;
}
 
.clients_page .mask:before,
.clients_page .mask:after {
  content: "";
  position: absolute;
  left: 34px;
  width: 83px;
  height: 83px;
  transform: rotate(135deg) skew(15.5deg, 15.5deg);
}
 
.clients_page .mask:before {
  top: -41px;
}
 
.clients_page .mask:after {
  top: 41px;
}

.clients_page .mask img {
  width: 150px;
  position: absolute;
  left: 0;
  top: -42px;
  z-index: 1;
}
.clients_page .mask span {
  position: absolute;
  top: 0;
  left: 0px;
  width: 150px;
  height: 83px;
  background:#fff;
  z-index: 1;
}

@media (min-width: 769px) and (max-width:1280px) {
  .clients_page .logos_row:nth-child(2n) {
    position: relative;
    left: 70px;
  }
  .clients_page .logo_item {
    width: 120px;
    height: 132.8px;
    margin-right: 20px;
  }
  .clients_page .logo_item:last-child {
    margin: 0;
  }
  .clients_page .mask{
    width: 120px;
    height: 66.4px;
    position: relative;
  }
   
  .clients_page .mask, 
  .clients_page .mask:before, 
  .clients_page .mask:after {
    box-shadow: 6px 10px 15px 0px rgba(0, 0, 0, 0.1);
    background-color: #fff;
  }
   
  .clients_page .mask:before,
  .clients_page .mask:after {
    content: "";
    position: absolute;
    left: 26px;
    width: 66.4px;
    height: 66.4px;
    transform: rotate(135deg) skew(15.5deg, 15.5deg);
  }
   
  .clients_page .mask:before {
    top: -33px;
  }
   
  .clients_page .mask:after {
    top: 33px;
  }
  
  .clients_page .mask img {
    width: 120px;
    position: absolute;
    left: 0;
    top: -33px;
    z-index: 1;
  }
  .clients_page .mask span {
    position: absolute;
    top: 0;
    left: 0px;
    width: 120px;
    height: 66.4px;
    background:#fff;
    z-index: 1;
  }
}