.glightbox-clean .gslide-title {
  font-size: 1.25em;
  font-weight: 600;
  font-family: Inter;
  margin-bottom: 19px;
  line-height: 1.4em;
  color: var(--capacity-red);
}

.gslide-description p {
  margin-bottom: 12px;
  text-align: justify;
  color: white;
}

.glightbox-clean .gslide-desc li {
  font-size: 0.95rem;
  margin-bottom: 0;
  font-family: arial;
  line-height: 1.4em;
  color: white;
}

 .glightbox-clean .description-left .gdesc-inner {
  background: black;
}

  .glightbox-container .ginner-container {
    width: auto;
    height: auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    border: 3px solid red;
    padding: 50px;
}
