.eco-list li {
    position: relative;
    padding-left: 2rem; 
}

.eco-list li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0.3rem;
    width: 18px;
    height: 18px;
    background-image: url("../images/fast-courier-delivery-logo-symbol-600nw-2381367467 1.svg");
    background-size: contain;
    background-repeat: no-repeat;
}


@media (max-width: 576px) {

  html, body {
    overflow-x: hidden;
  }

  .env-section .our-comment > .col-lg-6:first-child {
    padding-left: 1rem;
    padding-right: 1rem;
  }


  .env-image-col {
    position: relative;
    width: 100vw;
    left: 50%;
    margin-left: -50vw;
    padding: 0;
    overflow: hidden;
    text-align: center;
  }


  .bg-behind-img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 120%;
    max-width: none;
    z-index: 1;
    pointer-events: none;
  }


  .env-image-col .z-2 {
    position: relative;
    z-index: 2;
    display: block;
    width: 100%;
    height: auto;
    margin: 0 auto;
  }
}
