
.horizontal-cards-module h2 {
    margin-bottom: 50px; 
}

/* Full Layout */
.horizontal-cards-module .full-card {
    position: relative;
    border-bottom: 1px solid #CCCBC7;
    padding-bottom: 50px;
    margin-bottom: 50px;
}
.horizontal-cards-module .full-card:last-of-type {
    border-bottom: 0;   
    margin-bottom: 0;
    padding-bottom: 0;
}

.horizontal-cards-module .full-card .icon {
    position: absolute;
    top: 0;
    right: 0;
    width: 55px;
    height: 55px;
    border-radius: 100%;
    background-color: #EEEDE4;
    line-height: 60px;
    text-align: center;
    vertical-align: bottom;
}

.horizontal-cards-module .full-card .icon svg {
    width: 20px;
    height: auto;
    color: var(--color-dark-gold);  
    fill: var(--color-dark-gold);
    margin-top: -5px;
}

.horizontal-cards-module .full-card .text {
    position: relative;   
}

.horizontal-cards-module .full-card .text .content .microtitle {
    font-size: 1.4rem;
    letter-spacing: 1px;
}
.horizontal-cards-module .full-card h3 {
    margin-bottom: 25px;
}
.horizontal-cards-module .full-card .text .content {
    position: relative;   
}
.horizontal-cards-module .full-card .card-image {
    
}
.horizontal-cards-module .full-card .card-image img {
    width: 100%;
    height: auto;
}

.horizontal-cards-module .full-card .number {
    position: absolute;
    top: 0px;
    left: -100px;
    font-size: 1.4rem;
    font-weight: 600;
    color: var(--color-green);
}

@media (max-width: 991.98px) {
    .horizontal-cards-module .full-card .icon {
        top: 30px;   
    }
}





/* Slim Layout */
.horizontal-cards-module .h-card {
    position: relative;
    background-color: var(--color-white);
    text-align: left; 
    padding: 0;
    border: 0px solid #000;
    color: var(--color-text);
    margin-bottom: 25px;
}

.horizontal-cards-module .h-card .card-section {
  padding: 35px; 
}
.horizontal-cards-module .h-card .card-list {
  position: relative; 
}
.horizontal-cards-module .h-card .number {
  position: absolute;
  top: 15px;
  right: 20px;
  font-size: 1.4rem;
}

.horizontal-cards-module .h-card .microtitle {
  font-size: 1.4rem;
  letter-spacing: 1px;
  margin-bottom: 10px;
}
.horizontal-cards-module .h-card .card-image {
  padding-left: 0;
  padding-right: 0;
}
.horizontal-cards-module .h-card .card-image img {
  width: 100%;
  height: auto;
}
.horizontal-cards-module .h-card .text {
  font-size: 2.4rem;
  color: var(--color-green);
}

.horizontal-cards-module .h-card .card-list ul {
  margin: 32px 0 0 0;
  list-style-type: none;
  padding-left: 0;
}
.horizontal-cards-module .h-card .card-list ul li {
  margin-bottom: 10px;
}
.horizontal-cards-module .h-card .card-list ul li a {
  font-size: 1.8rem;
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-thickness: 1px;
  color: var(--color-text);
}

/* lg */
@media (max-width: 991.98px) { 
    .horizontal-cards-module .full-card .number {
        display: none;
    }
    .horizontal-cards-module .full-card .content {
        margin-top: 25px;   
    }
}

/* md */
@media (max-width: 767.98px) {
  
    .horizontal-cards-module h2 {
        margin-bottom: 25px; 
    }
    .horizontal-cards-module .h-card .card-section {
        padding: 20px 25px 20px 25px; 
    }
    
    .horizontal-cards-module .h-card .number {
        top: auto;
        bottom: 15px;
    }
  
  .horizontal-cards-module .h-card .text {
    font-size: 1.8rem;
  }
  .horizontal-cards-module .h-card .card-list {
    position: unset; 
  }
  .horizontal-cards-module .h-card .card-list ul {
    margin: 0;
  }
  .horizontal-cards-module .h-card .card-list ul li {
    margin-bottom: 5px;
  }
  .horizontal-cards-module .h-card .card-list ul li a {
    font-size: 1.5rem;
  }

/* sm */
@media (max-width: 575.98px) {
  .horizontal-cards-module .h-card {

  }
}



