h3.info-card__label {
  position: relative;
  display: flex;
  flex-direction: column;
  font-weight: 700;
  z-index: 1;
  line-height: 1.4;
}
@media (min-width: 768px) {
  h3.info-card__label {
    padding-bottom: 6px;
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  h3.info-card__label {
    text-align: center;
    padding-bottom: 12px;
    margin-bottom: 20px;
  }
}
h3.info-card__label {
  border-bottom-width: 1px;
  border-bottom-style: solid;
}

.image-block__figure {
  max-width: 900px;
}

.photo-link-list {
  display: flex;
  justify-content: center;
}
.photo-link-list__item {
  min-height: 180px;
}

.training__figure {
  display: flex;
  justify-content: center;
}
@media (min-width: 768px) {
  .training__figure {
    position: absolute;
    right: 120px;
    bottom: 0px;
    width: 280px;
  }
}
@media (max-width: 767px) {
  .training__figure {
    width: 229px;
    margin: 28px auto 0;
  }
}