.benefits-elem {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.4;
  display: flex;
  align-items: flex-start;
  background-color: var(--bs-gray-100);
  height: 100%;
  padding: 16px 20px 18px 16px;
  border: 1px solid var(--bs-gray-200);
  border-radius: 12px;
}
@media (max-width: 991.98px) {
  .benefits-elem {
    flex-direction: column;
  }
}
.benefits-elem__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 16px;
  max-width: 42px;
  flex-shrink: 0;
}
@media (max-width: 991.98px) {
  .benefits-elem__icon {
    margin-bottom: 16px;
    margin-right: 0;
  }
}
.benefits-elem__heading {
  font-size: 1rem;
  font-weight: 700;
  margin-bottom: 4px;
}
