.access__cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -12px -1.5rem;
}
.access__cards > * {
  margin: 0 12px 1.5rem;
  width: calc(33.3333333333% - 24px);
}
.access__card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-shadow: inset 0 0 50px 17px rgba(11, 206, 255, 0.6);
  box-shadow: inset 0 0 50px 17px rgba(11, 206, 255, 0.6);
  background-color: var(--black);
  border-radius: 1.5rem;
  padding: 2.5rem 1.25rem;
  text-align: center;
  font-size: max(1.125rem, 14px);
  line-height: 140%;
  font-weight: 500;
}
.access__descr {
  margin-top: 3.75rem;
  text-align: center;
}
@media (max-width: 768px) {
  .access__cards {
    margin: unset;
  }
  .access__cards > * {
    margin: unset;
    width: 100%;
  }
  .access__card:not(:last-child) {
    margin-bottom: 12px;
  }
  .access__descr {
    margin-top: 40px;
  }
}
/*# sourceMappingURL=access.css.map */
/*# sourceMappingURL=access.css.map */