.custom-card-center {
  width: 100%;
  display: flex;
  flex-direction: column;
  padding: 17px 0 10px 0;
  overflow: hidden;
  border-top: 6px #f3ab2e solid;
}
@media (max-width: 768px) {
  .custom-card-center {
    margin-top: 8px;
    padding: 14px 0 10px 0;
  }
}
.custom-card-center .card-title {
  color: #000;
  padding: 0;
  margin-top: 0;
  font-size: 28px;
  font-weight: 600;
}
@media (min-width: 768px) and (max-width: 1200px) {
  .custom-card-center .card-title {
    font-size: 20px;
    line-height: 25px;
  }
}
.custom-card-center .module-body {
  position: relative;
  padding: 0;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-content: space-between;
}
.custom-card-center .module-body p {
  color: #000;
  font-size: 19px;
  line-height: 27px;
  padding-right: 20px;
  margin: 15px 0;
  font-weight: 400;
}
.custom-card-center .module-body ul li, .custom-card-center .module-body ol li {
  color: #000;
  font-size: 18px;
  line-height: 22px;
  font-weight: bold;
}
.custom-card-center .module-body .module-cta {
  color: #027979;
  font-size: 19px;
}
.custom-card-center .custom-image {
  padding: 0;
  align-self: flex-start;
  width: 100%;
}
.custom-card-center .custom-image img {
  height: 188px;
  width: 100%;
  object-fit: cover;
}

/*# sourceMappingURL=frontend.css.map */
