
    .image-icon-box {
      max-width: 1200px;
      margin: 20px auto;
      padding: 20px;
/*      background-color: #f5f5f5;*/
      text-align: center;
      margin-top: -120px;
    }

    .h3 {
      color: #333;
    }

    .image-container {
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between;
      margin-top: 20px;
    }

    .image-container .imgbox {
      width: 48%; /* Adjust the width based on your preference */
      box-sizing: border-box;
      margin-bottom: 10px;
    }

    .image-container .img-img {
      width: 60%;
      border-radius: 8px;
    }

    .image-container .h3 {
      margin: 5px 0 0;
      font-size: 14px;
      color: #555;
    }

    @media screen and (min-width: 768px) {
      /* For screens 768px and wider (typical tablets and desktops) */
      .image-container .imgbox {
        width: 23%; /* Adjust the width based on your preference */
      }
    }

      @media screen and (max-width: 768px) {
      .image-icon-box {
        margin-top: 4px;
        margin-bottom: 100px;
      }
     }