.content-cards {
  padding: 120px 0;
}
@media only screen and (max-width: 1024px) {
  .content-cards {
    padding: 56px 0;
  }
}
@media only screen and (max-width: 767px) {
  .content-cards {
    padding: 40px 0;
  }
}
.content-cards .title {
  margin: 0 0 8px;
}
.content-cards .description {
  color: var(--wp--preset--color--background-light-50);
  font-family: var(--wp--preset--font-family--inter);
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 14px;
  /* 116.667% */
}
.content-cards__wrapper {
  display: flex;
  justify-content: space-between;
  gap: 24px;
}
@media only screen and (max-width: 1024px) {
  .content-cards__wrapper {
    gap: 16px;
    flex-direction: column;
  }
}
.content-cards__wrapper > * {
  flex: 1;
}
.content-cards__card {
  border: 1px solid rgba(255, 252, 249, 0.1);
  background: var(--wp--preset--color--background-mid);
  padding: 24px;
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 24px;
  justify-content: space-between;
}
@media only screen and (max-width: 1024px) {
  .content-cards__card {
    padding: 16px;
    gap: 16px;
  }
}
.content-cards__card:after {
  content: "";
  background-image: url(/wp-content/themes/tisg/images/Pattern.png);
  height: 200px;
  width: 100%;
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
}
.content-cards__card > div {
  padding-bottom: 60px;
  max-width: 500px;
  position: relative;
}
.content-cards__card .link {
  position: relative;
  z-index: 1;
}

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