section.cards {
  margin: 0; }
  section.cards h3 {
    margin-bottom: 24px; }
  section.cards .description {
    margin-bottom: 12px; }
  section.cards .btn {
    display: block;
    margin: 0 auto 20px auto;
    width: fit-content;
    padding: 20px 30px; }
    section.cards .btn .gradient-text {
      margin-right: 10px; }
    section.cards .btn.od {
      display: none; }
  section.cards .card {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 12px;
    border-radius: 12px;
    border: 1px solid #E0E0E0; }
    section.cards .card:not(:last-child) {
      margin-bottom: 12px; }
    section.cards .card img {
      max-width: 70px;
      max-height: 70px;
      width: 100%;
      height: auto;
      margin-bottom: 24px; }
    section.cards .card h4 {
      font-size: 20px;
      line-height: 24px;
      font-weight: 600;
      margin-bottom: 12px;
      text-align: center;
      color: #4F4F4F; }
    section.cards .card .description {
      color: #828282;
      font-size: 14px;
      line-height: 17px;
      font-weight: 400; }

@media only screen and (min-width: 768px) {
  section.cards .cards-wrap {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch; }
    section.cards .cards-wrap .card {
      width: calc(50% - 15px);
      margin-bottom: 0; }
      section.cards .cards-wrap .card:nth-child(-n+2) {
        margin-bottom: 30px; }
      section.cards .cards-wrap .card:nth-child(odd) {
        margin-right: 30px; } }

/*# sourceMappingURL=block-cards.css.map */