.get__cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -8px -1rem;
}
.get__cards > * {
  margin: 0 8px 1rem;
  width: calc(33.3333333333% - 16px);
}
.get__card {
  position: relative;
  padding: 2rem;
  border: 1px solid var(--white-005);
  border-radius: 1.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.get__card-bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
}
.get__card-bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 1.5rem;
}
.get__card-ico {
  width: 3rem;
  height: 3rem;
  margin-bottom: 3.25rem;
}
.get__card-ico::after {
  width: 2.25rem;
  height: 2.25rem;
  background-image: url('data:image/svg+xml,%3Csvg width="36" height="36" viewBox="0 0 36 36" fill="none" xmlns="http://www.w3.org/2000/svg"%3E%3Cpath d="M30 10.5L15 25.5L7.5 18" stroke="url(%23paint0_linear_3601_9369)" stroke-width="3" stroke-linecap="round" stroke-linejoin="round" /%3E%3Cdefs%3E%3ClinearGradient id="paint0_linear_3601_9369" x1="7.5" y1="18" x2="30" y2="18" gradientUnits="userSpaceOnUse"%3E%3Cstop stop-color="%2346FB65" /%3E%3Cstop offset="1" stop-color="%23F5FC44" /%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E');
}
.get__card-title {
  margin: auto 0 1.5rem;
}
.get__card-text {
  color: var(--white-08);
}
.get__button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 3.5rem;
}
.get__button .btn {
  min-width: 18.125rem;
  padding-right: 3.5rem;
}
@media (max-width: 768px) {
  .get__cards {
    margin: unset;
  }
  .get__cards > * {
    margin: unset;
    width: 100%;
  }
  .get__card {
    padding: 24px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .get__card-ico {
    width: 40px;
    height: 40px;
    margin-right: 24px;
    margin-bottom: unset;
  }
  .get__card-ico::after {
    width: 30px;
    height: 30px;
  }
  .get__card-title {
    margin: unset;
    width: calc(100% - 64px);
  }
  .get__card-text {
    width: 100%;
    font-size: 14px;
    line-height: 140%;
    margin-top: 24px;
  }
  .get__card:not(:last-child) {
    margin-bottom: 16px;
  }
  .get__button {
    margin-top: 40px;
  }
  .get__button .btn {
    min-width: 256px;
    padding-right: 48px;
  }
}
/*# sourceMappingURL=get.css.map */
/*# sourceMappingURL=get.css.map */