.colleague-quote-section {
  width: 100%;
  padding: 0;
  height: 476px;
  position: relative;
}

.colleague-quote-bg {
  width: 100%;
  height: 439px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}

.colleague-quote-container {
  display: flex;
  flex-wrap: nowrap;
  gap: 24px;
  overflow: hidden;
  min-height:500px;
  position: relative;
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.colleague-quote-title {
  color: #1b63ff;
  /* body */
  font-family: Poppins;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 145%; /* 26.1px */
  letter-spacing: -0.09px;
  padding: 10px;
  box-sizing: border-box;
  background-color: #00ecc2;
  display: inline-block;
  width: auto;
}

.colleague-quote-quote-loop-container {
  display: flex;
  flex-shrink: 0;
  min-width: 100%;
  gap: 60px;
  position: relative;
  z-index: 1;
  max-width: 100%;
  white-space: normal;
}

.colleague-quote-left {
  flex: 1;
  max-width: 50%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 24px;
  padding-top: 80px;
  padding-left: 32px;
  padding-right: 16px;
}

.colleague-quote-right {
  padding-left: 16px;
  padding-right: 32px;
}

@media (min-width: 1280px) {
  .colleague-quote-left {
    padding-left: 64px;
    padding-right: 32px;
  }

  .colleague-quote-right {
    padding-left: 32px;
    padding-right: 64px;
  }
}

.colleague-quote-left p {
  margin: 0;
}

.colleague-quote-right {
  flex: 1;
  max-width: 50%;
}

.colleague-quote-quote {
  font-style: italic;
  margin-bottom: 30px;
  color: #000;
  font-size: 1.2em;
  line-height: 1.6;
  font-family: Figtree;
  font-size: 36px !important;
  font-style: normal;
  font-weight: 500;
  line-height: 110%; /* 39.6px */
  letter-spacing: -0.72px;
  display: block;
  margin-left: 0;
  margin-right: 0;
  margin-top: 0px;
  width: 90%;
}

.colleague-quote-attribution {
  margin-top: 20px;
  color: #000;
  font-family: Poppins;
  font-size: 18px;
  font-style: normal;
  line-height: 145%; /* 26.1px */
  letter-spacing: -0.09px;
  padding: 0;
  margin: 0;
}

.colleague-quote-name {
  font-weight: 700;
}

.colleague-quote-right img {
  width: 560px;
  height: 409px;
  object-fit: cover;
  overflow: hidden;
  transform: translateY(65px);
}

.colleague-quote-halfgreen-icon {
  width: 187px;
  z-index: 2;
  position: absolute;
  left: 60%;
  top: -50px;
}

.colleague-quote-halfgreen-icon2 {
  width: 187px;
  z-index: 2;
  position: absolute;
  left: 40%;
  top: 400px;
  transform: rotate(-90deg);
}

.colleague-quote-container-inner {
  overflow: hidden;
  white-space: nowrap;
  display: flex;
  flex-direction: row;
  gap: 0;
}

.colleague-quote-position {
}

@media (max-width: 800px) {
  .colleague-quote-container {
    flex-direction: column;
    gap: 40px;
  }

  .colleague-quote-right img {
    width: 100%;
    height: 300px;
    object-fit: cover;
    overflow: hidden;
    transform: translateY(0px);
    padding: 32px;
    box-sizing: border-box;
  }

  .colleague-quote-quote-loop-container {
    flex-direction: column-reverse !important;
  }

  .colleague-quote-left {
  }

  .colleague-quote-left,
  .colleague-quote-right {
    max-width: 100%;
  }

  .colleague-quote-section {
    padding: 40px 0;
    height: auto;
  }

  .colleague-quote-container {
    height: auto;
    flex-direction: row;
  }

  .colleague-quote-quote-loop-container {
    gap: 0px;
    width: 100%;
  }

  .colleague-quote-left {
    padding-top: 32px;
    padding-left: 24px;
    padding-right: 24px;
    padding-bottom: 24px;
    box-sizing: border-box;
  }

  .colleague-quote-quote {
    width: 90%;
  }

  .colleague-quote-additionalColor1 {
    background-color: #e8efff;
  }

  .colleague-quote-additionalColor2 {
    background-color: rgba(27, 99, 255, 0.4);
  }
}
