.paragraph--type--three-cards-text .three-cards-text--content {
  margin: 72px auto;
  max-width: 1140px;
}
@media (max-width: 1024px) {
  .paragraph--type--three-cards-text .three-cards-text--content {
    margin: 0 auto;
    padding: 40px 16px;
  }
}
.paragraph--type--three-cards-text .three-cards-text--content .three-cards-text-headline {
  margin: 0 0 32px;
  font-size: 48px;
  font-weight: 800;
  line-height: 56px;
  text-align: center;
}
@media (max-width: 1280px) {
  .paragraph--type--three-cards-text .three-cards-text--content .three-cards-text-headline {
    margin: 0 0 16px;
    font-size: 32px;
    line-height: 38px;
  }
}
.paragraph--type--three-cards-text .three-cards-text--content .three-cards-text-intro {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #5c5c5c;
}
@media (max-width: 1280px) {
  .paragraph--type--three-cards-text .three-cards-text--content .three-cards-text-intro {
    font-size: 14px;
    line-height: 18px;
  }
}
.paragraph--type--three-cards-text .three-cards-text--content .three-cards-text-items {
  margin: 32px auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 32px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  max-width: 814px;
}
@media (max-width: 1280px) {
  .paragraph--type--three-cards-text .three-cards-text--content .three-cards-text-items {
    display: block;
    max-width: none;
    margin: 0 auto;
  }
}
.paragraph--type--three-cards-text .three-cards-text--content .three-cards-text-items .content-wrapper {
  padding: 16px;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  color: #fff;
  text-align: center;
  border-radius: 4px;
}
@media (max-width: 1280px) {
  .paragraph--type--three-cards-text .three-cards-text--content .three-cards-text-items .content-wrapper {
    margin-top: 16px;
  }
}
.paragraph--type--three-cards-text .three-cards-text--content .three-cards-text-items .content-wrapper .headline {
  font-size: 26px;
  font-weight: 800;
  margin: 0 0 7px;
  line-height: 0;
}
@media (max-width: 1280px) {
  .paragraph--type--three-cards-text .three-cards-text--content .three-cards-text-items .content-wrapper .headline {
    font-size: 22px;
  }
}
.paragraph--type--three-cards-text .three-cards-text--content .three-cards-text-items .content-wrapper .text {
  font-size: 16px;
  line-height: 18px;
}
@media (max-width: 1280px) {
  .paragraph--type--three-cards-text .three-cards-text--content .three-cards-text-items .content-wrapper .text {
    font-size: 14px;
  }
}
.paragraph--type--three-cards-text .three-cards-text--content .three-cards-text-items .content-wrapper .text p {
  margin: 0;
}
.paragraph--type--three-cards-text .three-cards-text--content .three-cards-text-items .content-wrapper:nth-child(1) {
  background-color: #00a9e0;
}
.paragraph--type--three-cards-text .three-cards-text--content .three-cards-text-items .content-wrapper:nth-child(2) {
  background-color: #ff7a52;
}
.paragraph--type--three-cards-text .three-cards-text--content .three-cards-text-items .content-wrapper:nth-child(3) {
  background-color: #78be20;
}
/*# sourceMappingURL=three-cards-text.css.map */
