body.widget-snippet .featured-customer {
  padding:100px 0;
  background: #EEF2FE;
}
body.widget-snippet .featured-customer:before{
  display:none;
}
body.widget-snippet .featured-customer .full-container {
  z-index:unset;
}
.featured-customer {
  background: transparent;
  padding: 150px 0 170px;
}
.featured-customer:before{
  position: absolute;
  content:'';
  top:0;
  left: 0;
  background: #EEF2FE;
  width: 100%;
  height: 100%;

}
.featured-customer .full-container {
  max-width: 1460px;
  margin: 0 auto;
  padding: 0 30px;
  z-index: 1;
  position: relative;
}
.featured-customer .full-container .title-area {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 0 50px;
}
.featured-customer .full-container .title-area h2 {
  margin: 0;
  padding: 0;
  font-family: 'Lexend';
  font-weight: 600;
  font-size: 52px;
  line-height: 65px;
}
.featured-customer .full-container .title-area a {
  color: #000;
  line-height: 22px;
  font-size: 17px;
  font-weight: 500;
  font-family: 'Lexend';
  text-align: left;
  text-decoration: none;
  padding: 0 0 5px;
  border-bottom: 1px solid #000;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
.featured-customer .full-container .title-area a:hover{
  color: #008DF2;
  text-decoration: none;
  border-color: #008DF2;
  
}
 
.featured-customer .full-container .image-area .img-item img{
object-fit: cover;
  border-radius: 10px;
}
