.client-overview .content {
  text-align: center;
}
.client-overview h2{
  font-weight:700;
}
.client-overview .image,
.client-overview .info {
  margin-bottom: 50px;
}
.client-overview .subtitle {
  font-size: 25px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.client-overview .counter-up {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 -20px;
}
.client-overview .count {
  font-size: 80px;
  font-style: normal;
  font-weight: 800;
  line-height:1;
  text-transform: uppercase;
}
.client-overview .title {
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: uppercase;
}
.client-overview .item {
  padding: 0 20px;
  margin-top:28px;
}
@media(max-width:1200px){
  .client-overview .count {
    font-size: 70px;
  }
}
@media(max-width:767px){
  .client-overview .image {
    max-width: 80%;
    margin: 0 auto;
  }
  .client-overview .image,
  .client-overview .info {
    margin-bottom: 30px;
  }
}
@media(max-width:480px){
  .client-overview .item {
    width:100%;
    padding:0;
  }