.custom--blackcard-options {
  flex-wrap: wrap;
}

@media (min-width: 992px) {
  .custom--blackcard-options {
    display: flex;
    justify-content: center;
    align-items: center;
  }
}

.custom--blackcard-options .call-to-action__card {
  margin-left: auto;
  margin-right: auto;
}

@media (min-width: 992px) {
  .custom--blackcard-options .call-to-action__card {
    flex: 33.333%;
    max-width: 33.333%;
    padding-left: 8px !important;
    padding-right: 8px !important;
    margin-left: 0;
  }
}

.custom--blackcard-options .card-body {
  display: block !important;
  min-height: 556px;
  padding: 45px 23px;
  background-color: #191919;
  text-align: center;
  border-radius: 20px;
}

@media (min-width: 992px) {
  .custom--blackcard-options .card-body {
    min-height: 657px;
  }
}

@media (min-width: 1310px) {
  .custom--blackcard-options .card-body {
    min-height: 572px;
  }
}

.custom--blackcard-options .card-body .card-text {
  min-height: 90px;
}

@media (min-width: 992px) {
  .custom--blackcard-options .card-body .card-text {
    min-height: 140px;
  }
}

@media (min-width: 1310px) {
  .custom--blackcard-options .card-body .card-text {
    min-height: 90px;
  }
}

@media (min-width: 992px) {
  .custom--blackcard-options .card-body .media {
    min-height: 105px;
  }
}

.custom--blackcard-options .card-body .card-title {
  color: #9ae51a;
  font-weight: 600;
  font-size: 1.25rem;
  line-height: 24px;
  margin-top: 25px !important;
  margin-bottom: 30px;
}

.custom--blackcard-options .card-body img {
  margin: 0 auto;
  width: auto;
}

.custom--blackcard-options .card-body ul {
  margin-left: -22px;
}

.custom--blackcard-options .card-body ul li {
  line-height: 1.33;
  text-align: left;
  margin-bottom: 16px;
}

.custom--blackcard-options .card-body ul li::before {
  top: 7px;
}

@media (min-width: 992px) {
  .custom--blackcard-options .card-body ul li {
    line-height: 1.67;
  }

  .custom--blackcard-options .card-body ul li::before {
    top: 10px;
  }
}

.custom--blackcard-options a[role="button"] {
  display: flex;
  align-items: center;
  position: relative;
  font-size: 18px;
  background: #9ae51a;
  border: 3px solid #9ae51a;
  color: #191919;
  text-transform: unset !important;
  text-decoration: none;
  transition: .2s;
  font-weight: bold;
  border-radius: 10px;
  padding: 16px 0;
  max-width: 220px;
  min-height: 60px;
  text-align: center;
  margin: 0 auto;
  justify-content: center;
  font-size: 1rem;
  line-height: 1.25;
}

.custom--blackcard-options a[role="button"] i {
  display: none;
}

.custom--blackcard-options a[role="button"]:hover {
  background: #bfd59b;
  border-color: #bfd59b;
}

.custom--blackcard-options a[role="button"]:active {
  color: #191919 !important;
  background: #bfd59b !important;
  border-color: #9ae51a !important;
}

@media (min-width: 992px) {
  .custom--blackcard-options a[role="button"] {
    font-size: 1.25rem;
  }
}

.custom--blackcard-options .card-additional-files {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 0.75rem;
  line-height: 1.42;
  margin-top: 20px;
}

.custom--blackcard-options .card-additional-files > div {
  width: 50%;
  margin: 0 5px;
  min-height: 4.5em;
}

.custom--blackcard-options .card-additional-files > div:first-child {
  margin-left: 0;
}

.custom--blackcard-options .card-additional-files > div:last-child {
  margin-right: 0;
}

/*# sourceMappingURL=paragraph.styles.blackcard-options.css.map */
