.imgtext-block {
  background: #F2F2F2;
  border-radius: 2px;
  padding: 35px 50px;
  margin-bottom: 30px;
}
.imgtext-block .block__title {
  font-family: "Lora", sans-serif;
  font-size: 20px;
  line-height: 1;
  color: #1E1B17;
  margin-bottom: 20px;
  font-weight: 700;
}
.imgtext-block .block__desc {
  margin-bottom: 15px;
  color: #1E1B17;
}
.imgtext-block .images__holder .holder__title {
  font-family: "Lora", sans-serif;
  font-size: 16px;
  line-height: 110%;
  color: #1E1B17;
  font-weight: 700;
  margin-bottom: 20px;
}
.imgtext-block .images__holder .images {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}
.imgtext-block .images__holder .images .item__image {
  -o-object-fit: scale-down;
     object-fit: scale-down;
  width: 60px;
  height: 60px;
  margin-right: 10px;
  margin-bottom: 10px;
  border-radius: 50%;
  overflow: hidden;
}

@media (max-width: 767px) {
  .imgtext-block {
    padding: 25px;
  }
}
@media (max-width: 480px) {
  .imgtext-block {
    padding: 15px;
  }
}