.forwhat__list {
  margin: 0 -8px;
  margin-top: -40px;
}

.forwhat__col {
  width: 33.333%;
  padding: 0 8px;
  margin-top: 40px;
}

.forwhat-item {
  width: 100%;
}

.forwhat-item__img {
  position: relative;
  padding-top: 67%;
  margin-bottom: 16px;
}

.forwhat-item__img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 40px;
}

.forwhat-item__title {
  text-align: center;
}

@media (max-width: 1200px) {
  .forwhat__col {
    width: 50%;
  }

  .forwhat-item__img img {
    border-radius: 26px;
  }
}

@media (max-width: 750px) {
  .forwhat__list {
    margin: 0 -4px;
    margin-top: -16px;
  }

  .forwhat__col {
    padding: 0 4px;
    margin-top: 16px;
  }

  .forwhat-item__img {
    margin-bottom: 8px;
  }

  .forwhat-item__img img {
    border-radius: 16px;
  }

  .forwhat-item__title {
    font-size: 14px;
  }
}