.quote_portrait_section {
  background-color: #222B6E;
  padding: 80px 0;
}


}

.quote_portrait_inner {
  width: 100%;
  justify-content: space-between;
  align-items: center;
}


.quote_portrait_left {
  flex: 1 1 62%;
  min-width: 0;
  max-width: 720px;
}

.quote_portrait_quote {
  font-size: 26px;
  line-height: 1.45;
  color: #FFFFFF;
}

.quote_portrait_quote p {
  margin: 0 0 18px;
}

.quote_portrait_meta {
  margin-top: 18px;
}

.quote_portrait_name {
  font-weight: 700;
  font-size: 20px;
  color: #FFFFFF;
  margin: 0 0 3px;
}

.quote_portrait_role,
.quote_portrait_org {
  font-size: 18px;
  color: #FFFFFF;
  margin: 0 0 2px;
}

.quote_portrait_right {
  flex: 0 0 auto;
  display: block;
}


.quote_portrait_image_wrap {
  width: 260px;
  max-width: 260px;
}


.quote_portrait_image,
.quote_portrait_image_fallback {
  width: 100%;
  height: auto;
  display: block;
  background: rgba(255, 255, 255, 0.25);
  border-radius: 15px;
}

.quote_portrait_image_fallback {
  aspect-ratio: 3 / 4;
}

@media (max-width: 991px) {
  .quote_portrait_section {
    padding: 60px 0;
  }

  .quote_portrait_inner {
    gap: 40px;
  }

  .quote_portrait_quote {
    font-size: 20px;
  }

  .quote_portrait_image_wrap {
    width: 240px;
  }
}

@media (max-width: 767px) {
  .quote_portrait_inner {
    flex-direction: column;
    align-items: flex-start;
    gap: 28px;
  }

  .quote_portrait_left {
    max-width: none;
  }

  .quote_portrait_image_wrap {
    width: 220px;
    max-width: 80vw;
  }
}



/* Wrap and constrain the photo */
.quote_portrait_section .quote_portrait_image {
  width: 260px;
  max-width: 260px;
  flex: 0 0 260px;
}

/* Make the image behave */
.quote_portrait_section .quote_portrait_image img {
  width: 100%;
  height: 260px;
  display: block;
  object-fit: cover;
  border-radius: 12px;
}


.quote_portrait_inner {
  justify-content: space-between;
}

.quote_portrait_right {
  margin-left: auto;
}
