/* .cardc1:nth-child(2),
.cardc1:nth-child(3) {
    border-right: 1px solid #d5dbd2;
} */
.three-service span {
    font-family: 'Open Sans', sans-serif;
}
.card-container {
     display: flex;
     justify-content: center;
     gap: 0px;
     flex-wrap: wrap;
      }

/* .cardc1.card-c2{
     border-right: 1px solid #d5dbd2;
     border-left: 1px solid #d5dbd2;
      } */

.cardc1 {
    width: 33%;
    padding: 0 40px; 
    overflow: hidden;
    text-align: center;
    border-right: 1px solid #d5dbd2;
}
.card-container .cardc1:last-child { 
    border-right: 1px solid #000;
    border-left: 1px solid #000;
}
.card-container .cardc1:first-child { 
    border-left: 1px solid #000;
    border-right: 1px solid #000;
}

.cardc1 img {
    border-radius: 10px;
    width: 100%;
}
/* .card-content {
   padding: 5px 0px 0px 30px;
} */

.title-t1 {
    font-size: 18px;
    font-weight: 700;
    color: #668b4e;
font-family: 'PT sans';
}

.subtitle {
    font-size: 16px;
    color: #668b4e;
    margin: 2px 0px 0px 30px;
font-family: 'PT sans';
}
.description-p1 {
    font-size: 18px;
    margin-bottom: 10px;
    color: #000000;
    text-align: left;
    line-height: 26px;
font-family: 'PT sans';
}

.crdbox-b1 {
    max-width: 100%;
    
   }

.info {
    font-size: 19px;
    margin: 12px 0;
    color:#000000;
    text-align: left;
font-family: 'PT sans';
        }
.info p {
    text-transform: uppercase;
}

.divider-card{
    height: 650px;
    width: 1px;
    background-color: #000;
      }

 .crdbox {
    text-align: left;
    
    display: flex;
    margin: 10px 0px 10px 0px;
}

.crdbox-t1 {
    text-align: left;
    
    display: flex;
    margin: 10px 0px 10px 0px;
      }
      
.dnd_area-row-2-background-layers {
  position: relative;
}

/* .dnd_area-row-2-background-layers::after {
  content: ''; /* Ensure the pseudo-element has content */
/*   position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%; /* Ensure it takes full height */
/*   opacity: 0.4;
  background-position: center !important;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-image: linear-gradient(rgba(203, 222, 170, 0.2), rgba(203, 222, 170, 0.2)), 
                    url('https://cdn-ikpincj.nitrocdn.com/sPWwWiIKZbuAPmwCzYGPRoWHZeggUeKi/assets/images/optimized/rev-97e497f/labicheswamptour.com/wp-content/uploads/2022/11/sunbeams-behind-dry-tree-on-swamp.jpg');
  background-attachment: fixed; */
} */

/*       .dnd-column {
    position: relative;
    z-index: 99999;
} */

@media (max-width: 767px) {
.cardc1 {
  margin-top:30px;
    width: 100%;
    border-right:0;
}
.card-container .cardc1:last-child {
    border-right: none !important;
    border-left: none !important;
}
    .cardc1 {
    border-right: none !important;
}
    .card-container .cardc1:first-child {
    border-left: none !important;
}
  
  

}
@media (max-width: 992px) {

        .card-container .cardc1:last-child {
    border-right: none !important;
    border-left: none !important;
}
    .cardc1 {
    border-right: none !important;
}
    .card-container .cardc1:first-child {
    border-left: none !important;
}
  .cardc1 {
    padding: 0px !important;
}
}



   