.product-info-section {
      font-family: 'Poppins', sans-serif;
      padding: 60px 0;
    }

    .product-info-section .product-img {
      width: 100%;
      border-radius: 8px;
      box-shadow: 0 4px 12px rgba(0,0,0,0.1);
    }

    .product-info-section .icon-img {
      width: 50px;
      height: 50px;
      object-fit: contain;
      margin-bottom: 10px;
    }

    .product-info-section .green-box {
      background-color: #bdf1b7;
      border-radius: 6px;
      padding: 25px;
      height: 100%;
    }

    .product-info-section h5 {
      font-weight: 600;
      color: #3c3c3c;
    }

    .product-info-section p,
    .product-info-section li {
      font-size: 14px;
      color: #555;
      line-height: 1.6;
    }

    .product-info-section ul {
      padding-left: 18px;
    }