.row-gap {
  row-gap: 35px;
}

/* Style 1 CSS */
.feature-cards-section.style_1 {
  border-top: 1px solid #D0C4C4;
  border-bottom: 1px solid #D0C4C4;
}

.feature-card.style_1 {
  text-align: left;
  padding: 60px 40px 80px 40px;
  /* border-radius: var(--border-radius-18);
  border-bottom: 5px solid var(--primary-color); */
  border-left: 1px solid #D0C4C4;
}

.feature-cards-section.style_1 .col-lg-4:last-child .feature-card.style_1 {
  border-right: 1px solid #D0C4C4;
}

.feature-card.style_1 .text-left .feature-title {
  font-size: var(--font-32);
  font-weight: 800;
  line-height: 110%;
  margin-bottom: 10px;
}

.feature-card.style_1 .text-center .feature-title {
  font-size: var(--font-24);
  font-weight: 900;
}

.feature-card.style_1 .feature-description p {
  margin-bottom: 0;
  color: var(--light-black-color);
  line-height: 120%;
}

.feature-card.style_1 .feature-icon {
  margin-bottom: 30px;
}

.feature-card.style_1 .feature-content{
    height: 100%;
    display: flex;
    flex-direction: column;
}

.feature-card.style_1 .feature-description{
    height: 100%;
    display: flex;
    flex-direction: column;
}

.feature-card.style_1 .custom-buttons-wrapper{
      margin-top: auto;
      justify-content: center;
}



/* Style 2 CSS */
.feature-card.style_2 .feature-icon img,
.feature-card.style_2 .feature-icon i,
.feature-card.style_2 .feature-icon span {
  max-height: 86px;
  max-width: 86px;
  height: 100%;
  width: 100%;
}

.feature-cards-section.style_2{
  padding-top: 80px;
  padding-bottom: 80px;
}

.feature-cards-section.style_2 .row{
  row-gap: 35px;
}
.feature-card.style_2 {
  border-radius: 4px;
  border: 1px solid #E0E0E0;
  padding: 20px;
}

.feature-card.style_2 .feature-title {
  font-size: var(--font-24);
  font-weight: 500;
  font-family: var(--primary-font);
  color: var(--light-black-color);
  margin-bottom: 10px;
}

.feature-card.style_2 .feature-description p {
  margin-bottom: 0;
  color: var(--light-black-color);
  line-height: 100%;
  font-size: var(--font-16);
}


.feature-card.style_2 .feature-layout-side {
  gap: 10px;
}

.feature-card.style_2 .feature-icon img,
.feature-card.style_2 .feature-icon i,
.feature-card.style_2 .feature-icon span {
  max-height: 40px;
  max-width: 40px;
  height: 100%;
  width: 100%;
}

.feature-card.style_2 .feature-content {
  flex: 1;
}


/* Style 3 */
.feature-cards-section.style_3 {
  background-color: #2D2C2C;
  padding-top: 80px;
  padding-bottom: 80px;
}

.feature-card.style_3 {
  background-color: transparent !important;
  padding: 10px;
}

.feature-cards-section.style_3 .feature-title {
  color: var(--white-color);
  padding-bottom: 10px;
  font-family: var(--primary-font);
  font-size: var(--font-28);
  font-weight: 600;
}

.feature-cards-section.style_3 .feature-icon {
  padding-bottom: 14px;
}

.feature-cards-section.style_3 .feature-description {
  color: var(--white-color);
  line-height: 140%;
  font-weight: 300;
}

.feature-cards-section.style_3 .feature-description a {
  color: var(--white-color);
}

/* .feature-cards-section.style_3 .row>.col-lg-4>.feature-card.style_3 {
  border-right: 1px solid var(--white-color);
}

.feature-cards-section.style_3 .row>.col-lg-4:last-child>.feature-card.style_3 {
  border-right: none;
} */

.feature-cards-section.style_3 .row>.col-lg-4 {
  border-right: 1px solid var(--light-black-color);
}

.feature-cards-section.style_3 .row>.col-lg-4:last-child {
  border-right: none;
}



@media screen and (max-width: 767px) {
  .feature-cards-section.style_3 .row>.col-lg-4:nth-child(2n) {
    border-right: none;
  }

  .feature-cards-section.style_1 .col-md-4:not(:nth-child(3)) {
    border-bottom: 1px solid #D0C4C4;
  }


  .feature-cards-section.style_1 .col-md-4:nth-child(odd) .feature-card.style_1 {
    border-left: 1px solid #D0C4C4;

  }

  .feature-cards-section.style_1 .col-md-4:nth-child(even) .feature-card.style_1 {
    border-right: 1px solid #D0C4C4;
  }


}

@media screen and (max-width: 640px) {
  .feature-cards-section.style_3 .row>.col-lg-4:not(:last-child)>.feature-card.style_3 {
    border-bottom: 1px solid var(--white-color);
  }

  .feature-cards-section.style_3 .row-gap {
    row-gap: 10px;
  }
  .feature-card.style_1{
    padding: 30px 20px 40px 20px;
  }
}

@media screen and (max-width: 575px){
  .feature-cards-section.style_1 .col-md-4 .feature-card.style_1,
  .feature-cards-section.style_1 .col-md-4:nth-child(even) .feature-card.style_1,
  .feature-cards-section.style_1 .col-md-4:nth-child(odd) .feature-card.style_1{
    border: none;
  }
}