#roles .image-block__figure {
  max-width: 100%;
}

#sales-flow .info-card__label {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  line-height: 1.2;
  z-index: 1;
  margin: 0 auto 20px;
  width: calc(100% - 120px);
}

.feature__figure {
  position: absolute;
  left: 25px;
  top: 15px;
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
}
.feature__figure--01 {
  width: 52px;
}