.support__cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -8px -1rem;
}
.support__cards > * {
  margin: 0 8px 1rem;
  width: calc(25% - 16px);
}
.support__card {
  padding: 1.5rem;
}
.support__card::before, .support__card::after {
  border-radius: 1.5rem;
}
.support__card::before {
  background-color: #101011;
}
.support__card-ico {
  margin-bottom: 1.5rem;
}
.support__card-ico::after {
  background-image: url('data:image/svg+xml,%3Csvg width="30" height="30" viewBox="0 0 30 30" fill="none" xmlns="http://www.w3.org/2000/svg"%3E%3Cpath d="M25 8.75L12.5 21.25L6.25 15" stroke="url(%23paint0_linear_4102_13426)" stroke-width="2.5" stroke-linecap="round" stroke-linejoin="round" /%3E%3Cdefs%3E%3ClinearGradient id="paint0_linear_4102_13426" x1="6.25" y1="15" x2="25" y2="15" gradientUnits="userSpaceOnUse"%3E%3Cstop stop-color="%2346FB65" /%3E%3Cstop offset="1" stop-color="%23F5FC44" /%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E');
}
.support__card-text {
  color: var(--white);
}
@media (max-width: 768px) {
  .support__title br {
    display: none;
  }
  .support__cards {
    margin: unset;
  }
  .support__cards > * {
    margin: unset;
    width: 100%;
  }
  .support__card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .support__card-ico {
    margin-bottom: unset;
    width: 32px;
    height: 32px;
    margin-right: 24px;
  }
  .support__card-ico::after {
    width: 24px;
    height: 24px;
  }
  .support__card-text {
    font-size: 16px;
    line-height: 140%;
  }
  .support__card:not(:last-child) {
    margin-bottom: 16px;
  }
}
/*# sourceMappingURL=support.css.map */
/*# sourceMappingURL=support.css.map */