@media (max-width: 991.98px) {
  .section--cards {
    padding-top: 48px;
    padding-bottom: 0;
  }
}
@media (min-width: 992px) {
  .section--cards {
    padding-block: 56px;
  }
}
.section--cards img {
  max-width: 100%;
}
@media (min-width: 992px) {
  .section--cards .header {
    display: grid;
    gap: 30px;
    align-items: center;
    margin-bottom: 64px;
  }
}
@media (min-width: 992px) and (min-width: 992px) {
  .section--cards .header {
    grid-template-columns: repeat(12, 1fr);
  }
}
@media (min-width: 992px) and (max-width: 991.98px) {
  .section--cards .header {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media (max-width: 991.98px) {
  .section--cards .header {
    display: flex;
    gap: 16px;
    flex-direction: column;
    margin-bottom: 32px;
  }
}
.section--cards .header .title {
  grid-column-start: 1;
  grid-column-end: -1;
}
@media (min-width: 992px) and (max-width: 991.98px) {
  .section--cards .header.has-intro .title {
    grid-column-start: 1;
    grid-column-end: -1;
  }
}
@media (min-width: 992px) and (min-width: 992px) {
  .section--cards .header.has-intro .title {
    grid-column-start: 1;
    grid-column-end: 7;
  }
}
@media (max-width: 991.98px) {
  .section--cards .title {
    font-family: "silkamedium", Helvetica, Arial, sans-serif;
    font-weight: 500;
    color: #0A152E;
    font-style: normal;
    color: #21242A;
  }
}
@media (max-width: 991.98px) and (min-width: 992px) {
  .section--cards .title {
    font-size: 40px;
    line-height: 48px;
    letter-spacing: -2px;
  }
}
@media (max-width: 991.98px) and (max-width: 991.98px) {
  .section--cards .title {
    font-size: 32px;
    line-height: 40px;
    letter-spacing: -1.5px;
  }
}
@media (min-width: 992px) {
  .section--cards .title {
    font-family: "silkamedium", Helvetica, Arial, sans-serif;
    font-weight: 500;
    color: #0A152E;
    font-style: normal;
    letter-spacing: -2px;
    color: #21242A;
  }
}
@media (min-width: 992px) and (min-width: 992px) {
  .section--cards .title {
    font-size: 48px;
    line-height: 56px;
  }
}
@media (min-width: 992px) and (max-width: 991.98px) {
  .section--cards .title {
    font-size: 40px;
    line-height: 48px;
  }
}
.section--cards .intro {
  font-family: "silkamedium", Helvetica, Arial, sans-serif;
  font-weight: 500;
  color: #0A152E;
  font-style: normal;
  letter-spacing: -0.5px;
  font-size: 14px;
  line-height: 22px;
  color: #4B5159;
}
@media (min-width: 992px) and (max-width: 991.98px) {
  .section--cards .intro {
    grid-column-start: 1;
    grid-column-end: -1;
  }
}
@media (min-width: 992px) and (min-width: 992px) {
  .section--cards .intro {
    grid-column-start: 8;
    grid-column-end: 13;
  }
}
@media (min-width: 992px) {
  .section--cards .columns-3 {
    display: grid;
    gap: 30px;
    grid-template-columns: repeat(3, 1fr);
  }
}
.section--cards .block--header {
  margin-bottom: 4px;
}

.section--cards + .section--gallery {
  margin-top: 16px;
}

.section--cards:nth-child(2 of .section--cards) .title {
  color: #0A152E;
}
