.sec--feature .sec__text {
  /* max-width: 920px; */
}
.sec--feature .sec__media img {
  width: 100%;
  display: block;
  margin-top: 32px;
}

.sec--feature .sec__media img {
  width: 100% !important;

  max-width: 100%;
}

.sec--feature {
  /* background-color: #fff9e8; */
  border: 1px solid transparent;
  border-radius: 20px;
  margin-bottom: var(--section-margin-bottom);
}

.sec--feature .sec__text {
  padding: 40px 40px 0 40px;
  text-align: center;
}

.sec--feature {
  margin-top: 80px;
}

.sec--feature .sec__media img {
  /* padding-bottom: 40px; */
}
