.service-advantage-card {
  display: flex;
  flex: 0 0 342.5px;
  width: 342.5px;
  min-width: 0;
  flex-direction: column;
  padding: 20px 20px 40px;
  background: #f5f5f5;
}

.service-advantage-card__image {
  width: 100px;
  height: 100px;
  object-fit: cover;
}

.service-advantage-card__title {
  max-width: 303px;
  margin: 90px 0 0;
  font-size: 25px;
  font-weight: 500;
  line-height: 1.01;
  letter-spacing: -0.04em;
  text-box-trim: trim-both;
  text-box-edge: cap alphabetic;
}

.service-advantage-card__copy {
  max-width: 303px;
  margin: 30px 0 0;
  color: #777777;
  font-size: 14px;
  line-height: 1.37;
  letter-spacing: -0.04em;
  overflow-wrap: anywhere;
}

@media (max-width: 767px) {
  .service-advantage-card {
    flex-basis: 290px;
    width: 290px;
    padding: 20px 20px 30px;
  }

  .service-advantage-card__title {
    margin-top: 91px;
    font-size: 16px;
  }

  .service-advantage-card__copy {
    margin-top: 20px;
    font-size: 12px;
    line-height: 1.37;
  }
}
