.about {
  background-color: rgba(255, 217, 237, 1);
}

.hero-left-right-container {
  display: flex;
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  padding: 100px 20px 0px 40px;
  align-items: flex-start;
  justify-content: space-between;
}

.hero-left-container {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.career {
  display: flex;
  gap: 40px;
}

.page-title {
  font-family: var(--font-bold-aeonik);
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
  text-align: left;
  color: rgba(237, 15, 132, 1);
}

.page-info-long-text {
  font-family: var(--font-bold-aeonik);
  font-size: 44px;
  font-weight: 700;
  line-height: 52.8px;
  text-align: left;
  color: rgba(19, 21, 22, 1);
  max-width: 535px;
}

.page-info-short-paragraph {
  font-family: var(--font-regular-satoshi);
  font-size: 20px;
  font-weight: 400;
  line-height: 29.7px;
  text-align: left;
  color: rgba(95, 96, 96, 1);
  max-width: 484px;
}

.cta--left-container-book-demo {
  font-family: var(--font-meduim-aeonik);
  font-size: 15.13px;
  font-weight: 500;
  line-height: 22.4px;
  letter-spacing: -0.20000000298023224px;
  text-align: center;
  color: rgba(255, 255, 255, 1);
  background-color: rgba(0, 35, 67, 1);
  text-decoration: none;
  width: 100%;
  max-width: 197px;
  /* width: Fixed (127px) px;
  height: Fixed (48.6px) px; */
  padding: 12px 24px 12px 24px;
  border-radius: 8px;
}

.hero-right-container {
  width: 100%;
  max-width: 456.32px;
}

@media screen and (max-width: 786px) {
  .hero-left-right-container {
    flex-direction: column;
    align-items: center;
    padding: 50px 10px 150px 10px;
  }

  .hero-left-container {
    align-items: center;
  }

  .page-title {
    text-align: center;
    font-size: 16px;
    font-weight: 700;
    line-height: 19.2px;
  }

  .page-info-long-text {
    text-align: center;
    font-size: 38px;
    font-weight: 700;
    line-height: 42px;
    text-align: center;
  }

  .page-info-short-paragraph {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    text-align: center;
  }

  .cta--left-container-book-demo {
    margin-bottom: 40px;
  }
  .hero-right-container img {
    width: 100%;
    max-width: 456.32px;
  }
}

.passion-section {
  width: 100%;
  max-width: 1018px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  padding: 90px 40px;
}

.passion-section img {
  width: 100%;
  max-width: 100%;
  height: auto;
  object-fit: cover;
  border-radius: 20px;
}

.about-passion h2 {
  font-family: var(--font-bold-aeonik);
  font-size: 40px;
  font-weight: 700;
  line-height: 71px;
  text-align: left;
  color: rgba(15, 15, 15, 1);
}

.about-passion .product-info-highlight {
  color: var(--color-secondary);
}

.about-passion-info {
  width: 100%;
  max-width: 978px;
  font-family: var(--font-light-aeonik);
  font-size: 24px;
  font-weight: 250;
  line-height: 42.07px;
  text-align: left;
  color: rgba(0, 0, 0, 1);
  display: flex;
  flex-direction: column;
  gap: 13px;
}

.vision-mission {
  width: 100%;
  background-color: rgba(245, 253, 255, 1);
  margin: 0 auto;
}

.inner-vision-mission {
  max-width: 1018px;
  width: 100%;
  padding: clamp(40px, 5vw, 64px) clamp(24px, 4vw, 40px);
  display: flex;
  margin: 0 auto;
  gap: 80px;
  align-items: stretch;
}
.vision-container {
  max-width: 294px;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.vision {
  width: 89.93px;
  height: 89.93px;
  object-fit: cover;
}

.vision-container h2 {
  font-family: var(--font-bold-aeonik);
  font-size: 40px;
  font-weight: 700;
  line-height: 71px;
  text-align: left;
  color: rgba(9, 27, 44, 1);
}

.vision-container p {
  font-family: var(--font-light-aeonik);
  font-size: 24px;
  font-weight: 250;
  line-height: 42.07px;
  text-align: left;
  color: black;
}

.straightLine {
  width: 0.9px;
  flex: 0 0 auto;
  align-self: stretch;
  min-height: 0;
  background-color: rgba(168, 206, 216, 1);
  margin: 0;
}

.mission-container {
  max-width: 565px;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.mission {
  width: 89.93px;
  height: 89.93px;
  object-fit: cover;
}

.mission-container h2 {
  font-family: var(--font-bold-aeonik);
  font-size: 40px;
  font-weight: 700;
  line-height: 71px;
  text-align: left;
  color: rgba(9, 27, 44, 1);
}

.mission-container p {
  font-family: var(--font-light-aeonik);
  font-size: 24px;
  font-weight: 250;
  line-height: 42.07px;
  text-align: left;
  color: black;
}

@media screen and (max-width: 786px) {
  /* .about-passion-info {
  } */

  .inner-vision-mission {
    flex-direction: column;
  }
  .straightLine {
    display: none;
  }
  .vision-container,
  .mission-container {
    max-width: 100%;
    gap: 10px;
  }
}

/* Sustainable lending banner */
.sustainable-lending-banner {
  width: 100%;
  background-color: #a3005b;
  padding: clamp(48px, 6vw, 72px) clamp(24px, 4vw, 48px);
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  min-height: 280px;
}

.sustainable-lending-banner__text {
  font-family: 'Aeonik TRIAL', 'Aeonik-regular', sans-serif;
  font-size: 60px;
  font-weight: 400;
  line-height: 1.3;
  color: white;
  text-align: center;
  margin: 0;
  max-width: 800px;
  word-wrap: break-word;
}

.sustainable-lending-banner__text strong {
  font-weight: 700;
}

.sustainable-lending-banner__decoration {
  position: absolute;
  bottom: 0;
  width: clamp(240px, 36vw, 480px);
  height: 240px;
  opacity: 0.9;
  display: flex;
  align-items: center;
  justify-content: center;
}

.sustainable-lending-banner__decoration img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.sustainable-lending-banner__decoration--left {
  left: clamp(16px, 4vw, 48px);
}

.sustainable-lending-banner__decoration--right {
  right: clamp(16px, 4vw, 48px);
}

@media screen and (max-width: 768px) {
  .sustainable-lending-banner__decoration {
    display: none;
  }
}

/* The Mida Thesis */
.mida-thesis-section {
  width: 100%;
  background-color: #ffffff;
  padding: clamp(48px, 6vw, 88px) clamp(24px, 4vw, 48px);
}

.mida-thesis-inner {
  max-width: 1240px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: clamp(48px, 8vw, 96px);
  align-items: start;
}

.mida-thesis-title {
  font-family: 'Aeonik TRIAL', 'Aeonik-regular', var(--font-bold-aeonik), sans-serif;
  font-size: clamp(32px, 4vw, 48px);
  font-weight: 700;
  line-height: 1.2;
  color: rgba(15, 15, 15, 1);
  margin: 0;
  text-align: left;
}

.mida-thesis-title .product-info-highlight {
  color: var(--color-secondary);
}

.mida-thesis-copy {
  display: flex;
  flex-direction: column;
  gap: clamp(16px, 2vw, 24px);
}

.mida-thesis-copy p {
  font-family: 'Aeonik TRIAL', 'Aeonik-regular', var(--font-light-aeonik), sans-serif;
  font-size: clamp(1rem, 1.1vw, 1.125rem);
  font-weight: 400;
  line-height: 1.6;
  color: rgba(15, 15, 15, 1);
  margin: 0;
  text-align: left;
}

@media screen and (max-width: 768px) {
  .mida-thesis-inner {
    grid-template-columns: 1fr;
    gap: 32px;
  }

  .mida-thesis-title,
  .mida-thesis-copy p {
    text-align: center;
  }
}

/* How We Work */
.how-we-work-section {
  width: 100%;
  background-color: #ffffff;
  padding: clamp(48px, 6vw, 88px) clamp(24px, 4vw, 48px);
}

.how-we-work-inner {
  max-width: 1240px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: clamp(48px, 8vw, 96px);
  align-items: start;
}

.how-we-work-title {
  font-family: 'Aeonik TRIAL', 'Aeonik-regular', var(--font-bold-aeonik), sans-serif;
  font-size: clamp(32px, 4vw, 48px);
  font-weight: 700;
  line-height: 1.2;
  color: rgba(15, 15, 15, 1);
  margin: 0;
  text-align: left;
}

.how-we-work-title .product-info-highlight {
  color: var(--color-secondary);
}

.how-we-work-copy {
  display: flex;
  flex-direction: column;
  gap: clamp(16px, 2vw, 24px);
}

.how-we-work-subtitle {
  font-family: 'Aeonik TRIAL', 'Aeonik-regular', var(--font-bold-aeonik), sans-serif;
  font-size: clamp(1.25rem, 1.5vw, 1.5rem);
  font-weight: 700;
  line-height: 1.3;
  color: rgba(15, 15, 15, 1);
  margin: 0;
  text-align: left;
}

.how-we-work-copy p {
  font-family: 'Aeonik TRIAL', 'Aeonik-regular', var(--font-light-aeonik), sans-serif;
  font-size: clamp(1rem, 1.1vw, 1.125rem);
  font-weight: 400;
  line-height: 1.6;
  color: rgba(15, 15, 15, 1);
  margin: 0;
  text-align: left;
}

@media screen and (max-width: 768px) {
  .how-we-work-inner {
    grid-template-columns: 1fr;
    gap: 32px;
  }

  .how-we-work-title,
  .how-we-work-subtitle,
  .how-we-work-copy p {
    text-align: center;
  }
}

@media screen and (max-width: 500px) {
  /* .about-passion-info {
  } */
  .passion-section {
    padding: 50px 20px;
  }
  .inner-vision-mission {
    flex-direction: column;
    padding: 30px 20px;
  }

  .about-passion h2,
  .vision-container h2,
  .mission-container h2 {
    font-size: 36px;
    line-height: 71px;
  }

  .about-passion-info,
  .vision-container p,
  .mission-container p {
    font-size: 22px;
    line-height: 39px;
  }
}
