/****************************************
*****************************************
RLE Technologies Section CSS
*****************************************
****************************************/

.rle-section {
  color: black;
  margin-top: 40px;
}

.rle-description,
.containment-description {
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding: 0px 10vw;
}

.rle-description h3,
.containment-description h3 {
  color: #f53f50;
  font-size: 20px;
}
.rle-description h2 {
  font-size: 24px;
  font-weight: 700;
}

.rle-description p {
  font-size: 18px;
  line-height: 1.5;
}

.item-container {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  margin-top: 40px;
  justify-content: center;
}

/****************************************
*****************************************
Containment Products Section CSS
*****************************************
****************************************/
.containment-section {
  color: #000;
}

.containment-section h4 {
  color: var(--Secondary_Black_75, #342e2e);
  font-weight: 700;
  font-size: 18px;
}

.containment-description ul {
  color: var(--Secondary_Black_75, #342e2e);
  margin-left: 40px;
}

.containment-description li {
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 1.5;
}
