.about {
  padding: 0 15px 20px
}
.about__title {
  font-size: 40px;
  line-height: 44px;
  padding-bottom: 25px;
  margin-bottom: 10px;
  border-bottom: 1px solid #0000001A
}
.about__wrap {
  display: flex;
  flex-wrap: wrap;
  margin: -10px -5px 0
}
.about__item {
  width: calc(33.333% - 10px);
  margin: 10px 5px 0;
  display: flex;
  flex-direction: column;
  background-color: #fff
}
.about__img {
  width: 100%
}
.about__img img {
  display: block;
  width: 100%;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover
}
.about__content {
  padding: 20px 20px 30px;
  display: flex;
  flex-direction: column
}
.about__content-text {
  font-family: "Liberation Sans",sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 120%;
  color: #222
}
@media (max-width:1240px) {
  .about__title {
    font-size: 30px
  }
}
@media (max-width:1024px) {
  .about {
    padding: 0 0 30px
  }
}
@media (max-width:992px) {
  .about__item {
    width: calc(50% - 10px)
  }
}
@media (max-width:768px) {
  .about__title {
    font-size: 28px;
    line-height: 30px;
    margin-bottom: 20px
  }
}
@media (max-width:575px) {
  .about__wrap {
    margin: -10px 0 0
  }
  .about__item {
    width: 100%;
    margin: 10px 0 0
  }
}