.normal-li {
    color: #16a34a;
    font-size: 22px;
  }
  
  .bg-overlay {
    background: linear-gradient(90deg, #16a34a38, transparent) !important;
  }
  
  .primary-color {
    color: #16a34a !important;
  }
  
  .primary-btn-color {
    background: #16a34a;
    color: #fff;
  }
  
  .primary-btn-color:hover {
    background-color: #fff !important;
    color: #16a34a !important;
    border: 1px solid #16a34a !important;
  }
  
  .custom-bg {
    background: url("../images/main2.png");
  }
  
  .custom-icon {
    width: 80px !important;
    height: 84px !important;
  }
  
  .icon-ex-md {
    height: 30px !important;
  }
  
  .title-custom{
    font-size: 20px !important;
  }
  
  .custom-title {
    font-size: 20px !important;
    font-weight: 600 !important;
  }
  
  .custom-heading {
    font-size: 54px !important;
    color: #16a34a !important;
    font-weight: 600;
  }
  
  .custom-linear {
    background: linear-gradient(
      90deg,
      #16a34a11,
      transparent,
      #16a34a11
    ) !important;
    border-radius: 20px;
  }
  
  .logo-footer-custom{
    display: flex;
    justify-content: left;
    width: 200px !important;
  }
  
  .journey-container{
    display: flex;
  }
  
  @media (max-width: 762px){
    .section-title{
      display: flex !important;
      flex-direction: column !important ;
    }
  
    .journey-container{
      flex-direction: column;
      align-items: center;
    }
  }
  
  @media (max-width: 993px){
    .custom-title{
      text-wrap: nowrap !important;
    }
  
    .journey-container{
      gap: 10%;
    }
  }