
.widget-snippet .about-client-say {
  width: 100%;
  background: #FEFBF3;
  padding: 80px 0 250px 0;
}
.widget-snippet .about-client-say .full-area {

  max-width: 1080px;
  margin: 0 auto;
}
.widget-snippet .about-client-say .full-area .content{
  display: flex;
  flex-wrap: wrap;
  padding: 15px 0 0 0;
}
.widget-snippet .about-client-say .full-area .content .item:first-child {
  width: 83%;
  padding-top: 40px;
}
.widget-snippet .about-client-say .full-area .content .item:last-child {
  width: 17%;
}
.widget-snippet .about-client-say .full-area .content .item:last-child img {
  float: right;
}
.widget-snippet .about-client-say  h3 {
  font-family: "PT Sans";
  font-weight: 700;
  font-size: 32px;
  line-height: 45px;
  color: #282d35;
}
.widget-snippet .about-client-say .full-area .content .item h6 {
  font-family: "PT Sans";
  font-weight: 700;
  font-size: 18px;
  line-height: 18px;
  color:#333;
}
