.card-forms .tag {
  margin-bottom: 1.25rem;
}

@media screen and (min-width: 768px) {
  .card-forms .tag {
    margin-bottom: 4.375rem;
  }
}

@media screen and (min-width: 768px) {
  .card-forms__list {
    row-gap: 0.9375rem;
    justify-content: center;
  }
}

.card-forms__item {
  border-radius: 1.875rem;
  padding: 1.25rem;
}

@media screen and (min-width: 768px) {
  .card-forms__item {
    display: flex;
    flex-direction: column;
    height: 100%;
    padding: 1.875rem 2.5rem 2.5rem;
    border-radius: 3.75rem;
  }
}

@media screen and (max-width: 767px) {
  .card-forms__item {
    margin-bottom: 0.625rem;
  }
}

.card-forms__item.green {
  background-color: #55C96B;
}

.card-forms__item.green-2 {
  background-color: #E1F3E2;
}

.card-forms__item.green-2:after {
  color: #55C96B;
}

.card-forms__item.green-2 .title-medium {
  color: #55C96B;
}

.card-forms__item.dark {
  background-color: #001438;
}

.card-forms__item.dark:after {
  color: #DAC1FD;
}

.card-forms__item.dark .title-medium {
  color: #DAC1FD;
}

.card-forms__item.dark .description {
  color: #DAC1FD;
}

.card-forms__item:after {
  content: '\E80D';
  font-family: 'fontello';
  font-style: normal;
  font-weight: normal;
  speak: never;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  /* opacity: .8; */
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: .2em;
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 2rem;
  display: block;
  width: 100%;
  margin: auto 0 0;
  text-align: right;
}

@media screen and (min-width: 768px) {
  .card-forms__item:after {
    font-size: 5rem;
  }
}

.card-forms__item .title-medium {
  margin-bottom: 0.625rem;
}

@media screen and (min-width: 768px) {
  .card-forms__item .title-medium {
    margin-bottom: 1.25rem;
  }
}

.card-forms__item .description {
  margin-bottom: 1.875rem;
}

@media screen and (min-width: 768px) {
  .card-forms__item .description {
    margin-bottom: 1.25rem;
    max-width: 21.125rem;
  }
}
/*# sourceMappingURL=card-forms.css.map */