.widget-snippet .who-we-are .image-section {
  max-width: 1600px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 0 0 100px 0;
}
.widget-snippet .who-we-are .image-section .image-item-one {
  width: 49%;
  padding-right: 22px;
}
.widget-snippet .who-we-are .image-section .image-item-two {
  width: 24%;
  padding-right: 22px;
}
.widget-snippet .who-we-are .image-section .image-item-three {
  width: 24%;
}
.widget-snippet .who-we-are .image-section .image-item-one img, .widget-snippet .who-we-are .image-section .image-item-two img, .widget-snippet .who-we-are .image-section .image-item-three img {
  width: 100%;
  height: 100%;
}



@media screen and (max-width: 1500px){
.widget-snippet .who-we-are{
  max-width: 1390px;
  margin: 0 auto;
}

}
@media screen and (max-width: 1400px){
  .widget-snippet .who-we-are {
  max-width: 1320px;
}
}
@media screen and (max-width: 1300px){
  .widget-snippet .who-we-are {
  max-width: 1240px;
  }
}
@media screen and (max-width: 1200px){
  .widget-snippet .who-we-are .image-section .image-item-one {
  width: 52%;
  }
.widget-snippet .who-we-are .image-section {
  padding: 0 0 80px 0;
}
}

@media screen and (max-width: 767px){
.widget-snippet .who-we-are .image-section {
    padding: 0 0 55px 0;

}
 .widget-snippet .who-we-are .image-section .image-item-one {
  width: 100%;
  padding-right: 0;
  margin-bottom:20px;
}
.widget-snippet .who-we-are .image-section .image-item-two {
  width: 49%;
  padding-right: 22px;
}
.widget-snippet .who-we-are .image-section .image-item-three {
  width: 49%;
}
}
