.sert-list-left-wr {

}

.sert-list-left-title {
  text-align: center;
  font-size: 30px;
  color: #0D0D0D;
  margin-bottom: 25px;
  font-weight: bold;
}

.sert-list-left-items {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.sert-img {
  margin-bottom: 15px;
}

.sert-img img {
  max-width: 150px;
  height: auto;
}

.sert-img-vert {
}

.sert-img-hor {
}

@media screen and (max-width: 767px) {
  .sert-list-left-items {
    justify-content: center;
  }

  .sert-img {
    text-align: center;
  }
}
