/****************************************
*****************************************
Leak Detection Systems Section
*****************************************
****************************************/
.leak-detection-details {
  color: var(--Secondary_Black_75, #342e2e);
  width: 80vw;
  margin: 40px auto;
}

.leak-detection-details h2 {
  font-size: 24px;
  margin-bottom: 20px;
}

.leak-detection-details p {
  font-size: 16px;
  line-height: 1.5;
}

.leak-detection-img-container img {
  width: 80vw;
  max-width: 1200px;
  display: block;
  margin: 0px auto;
}

@media (max-width: 768px) {
  .leak-detection-details {
    width: 90vw;
  }
}

@media (max-width: 1080px) {
  .leak-detection-img-container img {
    width: 100vw;
    padding: 0px 10px;
  }
}

/****************************************
*****************************************
Items Sections Section
*****************************************
****************************************/

.item-container {
  width: 80vw;
  margin: 0px auto;
  margin-top: 80px;
  display: flex;
  flex-wrap: wrap;
  gap: 80px;
  justify-content: center;
}

@media (max-width: 1080px) {
  .item-container {
    gap: 40px;
  }
}
