.paragraph--type--card-background {
  background: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0)), color-stop(80%, rgba(0, 0, 0, 0.16))), #78be20;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.16) 80%), #78be20;
  padding: 72px 170px;
}
@media (max-width: 1280px) {
  .paragraph--type--card-background {
    padding: 40px 16px;
  }
}
.paragraph--type--card-background .subline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 8px;
  margin-bottom: 32px;
}
.paragraph--type--card-background .subline .subline-icon-left,
.paragraph--type--card-background .subline .subline-icon-right {
  display: block;
  width: 12px;
  height: 28px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.paragraph--type--card-background .subline p {
  display: inline-block;
  margin: 0;
  font-size: 14px;
  font-weight: 800;
  color: #fff;
  text-transform: uppercase;
  line-height: 28px;
}
.paragraph--type--card-background .title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 48px;
  font-weight: 800;
  color: #fff;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  line-height: 56px;
  margin-bottom: 24px;
}
@media (max-width: 1280px) {
  .paragraph--type--card-background .title {
    text-align: center;
    font-size: 32px;
    line-height: 38px;
    margin-bottom: 16px;
  }
}
.paragraph--type--card-background .description {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 32px;
}
.paragraph--type--card-background .description p {
  font-size: 20px;
  font-weight: 400;
  color: #fff;
}
@media (max-width: 1280px) {
  .paragraph--type--card-background .description p {
    font-size: 18px;
    text-align: center;
  }
}
.paragraph--type--card-background .card-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 953px;
  margin: 0 auto;
  gap: 40px;
}
@media (max-width: 1280px) {
  .paragraph--type--card-background .card-items {
    display: block;
  }
}
.paragraph--type--card-background .card-items .content-wrapper {
  padding: 24px;
  background: white;
  border-radius: 16px;
  -webkit-box-shadow: 0 0 4px rgba(48, 49, 51, 0.149);
  box-shadow: 0 0 4px rgba(48, 49, 51, 0.149);
  min-width: 291px;
  width: 291px;
}
@media (max-width: 1280px) {
  .paragraph--type--card-background .card-items .content-wrapper {
    margin: 0 auto 40px;
    width: 100%;
  }
  .paragraph--type--card-background .card-items .content-wrapper:last-child {
    margin-bottom: 0;
  }
}
.paragraph--type--card-background .card-items .content-wrapper img {
  width: 32px;
  height: 32px;
}
.paragraph--type--card-background .card-items .content-wrapper .headline h4 {
  margin: 8px 0;
  font-size: 26px;
  font-weight: 800;
}
@media (max-width: 1280px) {
  .paragraph--type--card-background .card-items .content-wrapper .headline h4 {
    font-size: 22px;
  }
}
.paragraph--type--card-background .card-items .content-wrapper .text p {
  margin: 0;
  font-size: 20px;
  font-weight: 400;
}
@media (max-width: 1280px) {
  .paragraph--type--card-background .card-items .content-wrapper .text p {
    font-size: 18px;
  }
}
/*# sourceMappingURL=card-background.css.map */
