.mawp-cards {
  padding-block: 80px;
  background-color: #F3F3F3;
}

.mawp-cards-container {
  width: 100%;
  max-width: calc(1200px + 1.5rem * 2);
  height: 100%;
  padding-inline: 1.5rem;
  margin: 0 auto;
  align-items: center;
}

.mawp-cards-header {
  font-size: 36px;
  font-weight: 600;
  line-height: 1.25;
  color: #2e194d;
  text-align: center;
  text-transform: uppercase;
}

.mawp-cards-group {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 28px;
  align-items: stretch;
  margin-top: 60px;
}

.mawp-cards-group > div {
  background-color: #FFFFFF;
  padding: 60px 40px;
}

.mawp-cards-group > div > *:not(:last-child) {
  margin-bottom: 16px;
}

.mawp-cards-group img {
  width: 80px;
  height: auto;
}

.mawp-cards-group .mawp-card-header {
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 600;
  line-height: 150%;
}

.mawp-cards-group .mawp-card-content {
  font-size: 18px;
  font-weight: 400;
  line-height: 170%;
}

@media screen and (max-width: 959px) {
  .mawp-cards {
    padding-block: 40px;
  }

  .mawp-cards-container {
    padding-inline: 32px;
  }

  .mawp-cards-header {
    font-size: 24px;
  }

  .mawp-cards-group {
    gap: 32px;
    margin-top: 40px;
  }

  .mawp-cards-group .mawp-card-header {
    font-size: 18px;
  }

  .mawp-cards-group .mawp-card-content {
    font-size: 16px;
  }

  .mawp-cards-group img {
    width: 64px;
  }
}

@media screen and (max-width: 430px) {
  .mawp-cards-container {
    padding-inline: 16px;
  }

  /* .mawp-cards-header {
    font-size: 20px;
  } */

  .mawp-cards-group {
    gap: 16px;
  }

  .mawp-cards-group img {
    width: 48px;
  }
}
