.card-icons-group.white-module {
  background-color: var(--primary-bg); }
  .card-icons-group.white-module .module-title .module-title-text {
    color: var(--secondary-title); }
  .card-icons-group.white-module .card-icon h3 {
    font-size: 35rem;
    color: black; }
  .card-icons-group.white-module .card-icon p, .card-icons-group.white-module .card-icon ul li, .card-icons-group.white-module .card-icon ol li {
    color: black; }

.card-icon {
  margin-bottom: 30px;
  border-top: 1px solid #e9e9e9; }
  .card-icon h3 {
    font-size: 18rem;
    font-weight: 800;
    margin-top: 0;
    margin-bottom: 20px;
    color: var(--dark-bg2); }
    .card-icon h3 span {
      font-weight: 400; }
  .card-icon a.wrapper {
    overflow: hidden;
    position: relative; }
    .card-icon a.wrapper::after {
      content: "";
      display: block;
      height: 2px;
      width: 0%;
      background-color: #FFBE15;
      position: absolute;
      left: 0;
      bottom: 0;
      transition: 0.3s;
      border-radius: 3px; }
    .card-icon a.wrapper:hover::after {
      width: 100%;
      right: 0; }
  .card-icon .wrapper {
    padding-top: 40px;
    display: block;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
    border: none; }
  .card-icon .photo {
    margin-bottom: 30px; }
    .card-icon .photo .image {
      display: flex;
      justify-content: center;
      align-items: center; }
    .card-icon .photo img {
      height: 35px;
      width: auto; }
  .card-icon .text {
    height: 100%; }
    .card-icon .text a {
      color: var(--dark-bg2); }
  .card-icon .text-inner {
    display: flex;
    flex-direction: column;
    height: 100%; }

@media (max-width: 575.5px) {
  .card-icons-group.white-module .card-icon h3 {
    font-size: 25rem;
    margin-bottom: 15px; } }
@media (min-width: 576px) and (max-width: 767.5px) {
  .card-icons-group.white-module .card-icon h3 {
    font-size: 32rem;
    margin-bottom: 15px; } }
@media (min-width: 768px) and (max-width: 991.5px) {
  .card-icons-group.white-module .card-icon h3 {
    font-size: 32rem;
    margin-bottom: 15px; }

  .violet-bg-lp .card-icon {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; } }
@media (min-width: 992px) and (max-width: 1199.5px) {
  .violet-bg-lp .card-icon {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }

  .card-icons-group.white-module .card-icon h3 {
    font-size: 32rem;
    margin-bottom: 15px; }

  .violet-bg-lp .card-icon {
    -ms-flex: 0 0 33.33%;
    flex: 0 0 33.33%;
    max-width: 33.33%; } }
@media (min-width: 1200px) and (max-width: 1579.5px) {
  .card-icons-group.white-module .card-icon h3 {
    font-size: 34rem;
    margin-bottom: 17px; }

  .violet-bg-lp .card-icon {
    -ms-flex: 0 0 33.33%;
    flex: 0 0 33.33%;
    max-width: 33.33%; } }
@media (min-width: 1580px) {
  .violet-bg-lp .card-icon {
    -ms-flex: 0 0 33.33%;
    flex: 0 0 33.33%;
    max-width: 33.33%; } }

/*# sourceMappingURL=card_icons.css.map */
