.indy-block-feature-cards .indy-heading-center {
  text-align: left;
  margin-bottom: 32px;
}
.indy-block-feature-cards .indy-heading-center .indy-heading-sub {
  color: rgba(34, 44, 54, 0.8);
}

.indy-block-feature-cards .main-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 32px;
}

.indy-block-feature-cards .image-wrap {
  border-radius: 14.108px;
  background: #fef7ec;
  overflow: hidden;
  height: 233px;
}
.indy-block-feature-cards .image-wrap .item-img {
  display: block;
  object-fit: cover;
  height: 100%;
}

.indy-block-feature-cards .content-wrap {
  margin-top: 32px;
}
.indy-block-feature-cards .content-wrap .title {
  font-size: 16px;
  line-height: 24px;
  letter-spacing: -0.16px;
  color: #222c36;
}
.indy-block-feature-cards .content-wrap .text {
  margin-top: 8px;
  color: rgba(34, 44, 54, 0.8);
}

.indy-block-feature-cards .btn-wrapper .btn {
  display: block;
  margin: 32px auto 0;
}

@media only screen and (min-width: 768px) {
  .indy-block-feature-cards .indy-heading-center {
    text-align: center;
    margin-bottom: 56px;
  }
  .indy-block-feature-cards .main-wrapper.wrapper-2-columns {
    padding: 0 5px;
    justify-content: center;
  }
  .indy-block-feature-cards .main-wrapper.wrapper-3-columns {
    padding: 0;
    justify-content: space-between;
  }
  .indy-block-feature-cards .main-wrapper .features-item {
    width: calc((100% - 64px) / 3);
  }
  .indy-block-feature-cards .image-wrap {
    border-radius: 16px;
  }
  .indy-block-feature-cards .content-wrap .title {
    font-size: 20px;
    color: #222c36;
    font-weight: 600;
    line-height: 32px;
    letter-spacing: -0.32px;
  }
  .indy-block-feature-cards .btn-wrapper .btn {
    width: fit-content;
    margin-top: 56px;
  }
}
