:root {
    --cardWidth: 316px;
    --cardHeight: 320px;
  }


.bg-light , .text-tran-box-dark .text-transparent, .text-tran-box{
    background: #E4EAE9 !important;
    background-color: #E4EAE9 !important;
}
.logo > img{
    height: 32px !important;
}
.text-dark{
    color: #17615B !important;
    font-weight: 600;
}
.truck-img{
    width: 320px;
}
.section{
    padding-top: 56px;
}

.wrapper-bg{
    background-image: url(../images/lw-bg.png);
    background-repeat: no-repeat;
    background-position: right bottom;
    background-size: 620px;
    padding-bottom: 100px;
}
.home-wrapper p, .hero-p{
    font-size: 18px;
}
.font-weight-bold{
    font-weight: 600;
}
.pd-80{
    padding-top: 80px;
    padding-bottom: 80px;
}

/*--- Button ---*/
.btn-outline-light:hover, .btn-outline-light:focus, .btn-outline-light:active, .btn-outline-light.active, .btn-outline-light.focus, .btn-outline-light:not(:disabled):not(.disabled):active, .btn-outline-light:not(:disabled):not(.disabled):active:focus, .btn-outline-light .open > .dropdown-toggle.btn-primary{
    background: #17615B;
    border-color: #17615B;
    color: #fff !important;
}
.btn-outline-light{
    border: 2px solid #17615B;
    color: #17615B !important;
    font-weight: 600;
}
.btn-outlinelight{
    background: #eceff2;
    border-color: #eceff2;
}




/*--- Cards ---*/
.cards-section {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    align-items: center;
    gap: 12px;
  }
  .custom-card{
    width: var(--cardWidth);
    height: var(--cardHeight);
    border: 1px solid #cccccc6e;
    border-radius: 8px;
    background: #fff;
    box-sizing: border-box;
  }
  .card-header{
    background-color: transparent !important;
  }
  .impact-details li{
    margin-bottom: 6px;
    line-height: 24px;
  }

.content-sec{
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
    justify-content: center;
}

/*--- CTA  Section ---*/
.cta-section{
    padding-top: 120px;
    padding-bottom: 120px;
    overflow: hidden;
    background-color: #17615B;
    position: relative;
    margin-bottom: -71px;
    text-align: center;
}
.cta-content > h3{
    width: 75%;
    font-size: 24px;
    margin: 0;
    color: #fff;
    font-weight: bold;
    margin-bottom: 24px;
    line-height: 32px;
}
.cta-content > p{
    margin: 0;
    font-size: 20px;
    color: #a5a9be;
    margin-bottom: 53px;
}
.cta-three__bg-1 {
    left: 0;
}
.cta-three__bg-2 {
    right: 0;
}
[class*=cta-three__bg-] {
    position: absolute;
    top: 0;
}
img {
    vertical-align: middle;
    border-style: none;
}




.tech-image > img{
    width: 120px;
}

  @media only screen and (max-width: 1024px){
    .wrapper-bg{
        background-image: none !important;
    }
  }

  @media only screen and (max-width: 720px){
    .custom-card{
        height: auto !important;
    }
  }