<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
.image-text-carousel-card {
    display: flex;
    justify-content: center;
    padding: 10px 0px;
}
.image-text-carousel-card.show-border {
    border-right: 1px solid #c3c3c3;
}


.carousel-img {
    width: fit-content;
    text-align: center;
    max-width: 222px;
    padding: 0px 20px;
}




/**Modal**/

.image-text-carousel .lightbox-content-box {
    padding: 60px;
}

.image-text-carousel .lightbox-content {
    max-width: 948px;
  }

.image-text-carousel img {
    width: 100%;
    height: auto;
    max-width: 165px;
}

.image-text-carousel .link-btn {
    display: block;
    text-decoration: underline;
    color: var(--e-global-color-secondary);
    margin-bottom: 1.5em;
  }


.image-text-carousel .lightbox-controls {
    text-align: left;
  }

.image-text-carousel .lightbox-controls a {
  text-align: left;
  margin-right: 30px;
  margin-left: 0;
}

@media (max-width: 1023px) {
    .image-text-carousel .lightbox-content-box {
        padding: 30px;
    }
  }

  @media (max-width: 767px) {
    .image-text-carousel-card.show-border {
      border-right: 0px solid #c3c3c3;
    }
  }

</pre></body></html>