.insights-caroussel-sticky-section {
  font-family: 'Figtree';
  position: relative;
  background-color: #e9f0ff;
}

.insights-caroussel-sticky-section-inner {
  position: relative;
  padding-top: 32px;
  padding-bottom: 32px;
}

.insights-caroussel-sticky-section-twosides-left {
  position: relative;
  padding-left: 29px;
  flex: 1;
  min-width: 0;
}

.insights-caroussel-sticky-section-twosides-left-title {
  color: #0c0c0d;
  padding-top: 29px;
  padding-left: 29px;
  margin-bottom: 24px;
  position: relative;
}

.insights-caroussel-sticky-section-twosides-left-body {
  color: #000;
  padding-bottom: 32px;
}

.insights-caroussel-sticky-section-twosides {
  display: flex;
  flex-direction: row;
  align-items: top;
  gap: 33px;
  position: relative;
}

.insights-caroussel-sticky-section-twosides-right {
  flex: 1;
  min-width: 0;
}

.insights-caroussel-sticky-section-twosides-right-navigation {
  height: 52px;
}

.insights-caroussel-sticky-section-twosides-right-navigation-buttons {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
}

.insights-caroussel-sticky-section-twosides-right-navigation-arrow {
  height: 18px;
  transform-origin: center;
  cursor: pointer;
}

.insights-caroussel-sticky-section-twosides-right-navigation-arrow2 {
  transform: rotate(180deg);

  padding-left: 10px;
}

.insights-caroussel-sticky-section-twosides-right-navigation-spacer {
  width: 0px;
  height: 100%;
  display: inline-block;
}

.insights-caroussel-sticky-section-twosides-right-article-container {
  overflow-x: hidden;
  white-space: nowrap; /* Keep articles on one line */
  align-items: flex-start;
}

.insights-caroussel-sticky-section-twosides-right-article-article {
  width: 531px;
  flex: 0 0 531px;
  padding-right: 32px;
  display: inline-block;
  vertical-align: top;
}

.insights-caroussel-sticky-section-twosides-right-article-article img {
  width: 531px;
  height: 360px;
  object-fit: cover;
  overflow: hidden;
}

.insights-caroussel-sticky-section-twosides-right-article-datelabel {
  color: white;
  display: flex;
  align-content: space-around;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-end;
  gap: 10px;
  height: 40px;
}

.insights-caroussel-sticky-section-twosides-right-article-title,
.insights-caroussel-sticky-section-twosides-right-article-body {
  max-width: 449px;
  max-height: 100px;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  line-clamp: 4;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}

.insights-caroussel-sticky-section-twosides-right-article-title,
.insights-caroussel-sticky-section-twosides-right-article-body p {
  margin: 0;
}

.insights-caroussel-sticky-section-circle {
  width: 365px;
  height: 365px;
  border-radius: 50%;
  background-color: #00ecc2;
  position: absolute;
  right: -78px;
  top: -144px;
}

.insights-caroussel-sticky-section-twosides-left-green-corner {
  width: 57px;
  height: 57px;
  position: absolute;
  pointer-events: none;
}

.insights-caroussel-sticky-section-padding-top {
}

.insights-caroussel-sticky-section-title {
  padding-top: 29px;
  margin-bottom: 24px;
  position: relative;
}

@media (max-width: 800px) {
  .insights-caroussel-sticky-section-circle {
    display: none;
  }

  .insights-caroussel-sticky-section-inner{
    padding-right: 0px !important;
  }

  .insights-caroussel-sticky-section-twosides {
    flex-direction: column;
    gap: 0;
  }

  .insights-caroussel-sticky-section-twosides-left {
    padding-left: 0px;
  }

  .insights-caroussel-sticky-section-twosides-right-article-article {
    width: 302px;
    flex: 0 0 302px;
    padding-right: 20px;
    padding-left: 0px;
  }

  .insights-caroussel-sticky-section-twosides-right-navigation-spacer {
    width: 0px;
  }

  .insights-caroussel-sticky-section-twosides-right-article-article img {
    width: 302px;
    height: 211px;
    object-fit: cover;
    overflow: hidden;
  }

  .insights-caroussel-sticky-section-padding-top {
    padding-top: 0px;
  }

  .insights-caroussel-sticky-section-twosides-right-article-title {
    padding-top: 12px;
  }

  .insights-caroussel-sticky-section-twosides-left-body {
    padding-bottom: 0px;
  }

  .insights-caroussel-sticky-section-twosides-right-navigation {
    height: 104px;
  }
}
