.a-iconed-cards__list {
  margin: -32px 0 0 0;
}
@media only screen and (min-width: 1025px) {
  .a-iconed-cards__list {
    display: flex;
    flex-wrap: wrap;
    margin: -40px 0 0 -40px;
  }
}
@media only screen and (min-width: 1280px) {
  .a-iconed-cards__list {
    margin: -60px 0 0 -60px;
  }
}
.a-iconed-cards .a-iconed-card {
  width: 100%;
  margin: 32px 0 0 0;
}
@media only screen and (min-width: 1025px) {
  .a-iconed-cards .a-iconed-card {
    margin: 0;
    flex: auto;
    width: calc(33.3333333333% - 60px);
    max-width: calc(33.3333333333% - 60px);
  }
}
@media only screen and (min-width: 1025px) {
  .a-iconed-cards .a-iconed-card {
    margin: 40px 0 0 40px;
  }
}
@media only screen and (min-width: 1280px) {
  .a-iconed-cards .a-iconed-card {
    margin: 60px 0 0 60px;
  }
}

.a-iconed-card {
  padding: 40px 28px 32px;
  border: solid 3px #40b93c;
  text-align: center;
}
.a-iconed-card__icon {
  width: 122px;
  height: 122px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border: solid 4px #000000;
  border-radius: 50%;
  margin: 0 auto 40px;
}
.a-iconed-card__title {
  font-size: 1.375rem;
  font-weight: 600;
  line-height: 1.625rem;
  letter-spacing: 0.01em;
  color: #000000;
}
.a-iconed-card__text {
  font-size: 1.125rem;
  font-weight: 300;
  line-height: 1.6875rem;
  color: #5c5c5c;
  margin: 12px 0 0 0;
}