/* h2 */
h2 {
  font-weight: 600;
  font-size: calc(20px + 16 * ((100vw - 370px) / (1920 - 370)));
  line-height: 140%;
  color: #243d3a;
  text-align: center;
}
/* h2 */

.banner_text p {
  font-weight: 400;
  font-size: 15px;
  line-height: 140%;
  color: #39464a;
}

/* banner */
.author_img_banner {
  width: calc(50% - 20px);
  display: flex;
  align-items: flex-start;
  justify-content: center;
  padding-bottom: 125px;
}
.author_img_banner img {
  object-fit: contain;
  aspect-ratio: 3/2;
  height: 100%;
  width: 100%;
}
/* banner*/
/* author_page_quote */
.author_page_quote {
  width: 100%;
  padding: 0 15px;
}
.author_page_quote .container {
  display: flex;
  align-items: center;
  justify-content: center;
}
.author_page_quote blockquote {
  padding: 30px 30px 30px 80px;
  background-color: #f5f5f5;
  position: relative;
  margin: 20px 0;
  width: 100%;
  max-width: 780px;
  font-style: italic;
  font-weight: 400;
  font-size: calc(16px + 2 * ((100vw - 370px) / (1920 - 370)));
  line-height: 140%;
  color: #243d3a;
}
.author_page_quote blockquote::after {
  content: "";
  width: 45px;
  height: 45px;
  background-image: url(/wp-content/themes/Emigras/images/Quote.svg);
  position: absolute;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  top: 15px;
  left: 40px;
  transform: translateX(-50%);
}
/* author_page_quote */
@media screen and (max-width: 1000px) {
  .author_img_banner {
    padding-bottom: 80px;
  }
  .author_img_banner img {
    aspect-ratio: 3/4;
  }
  .how_we_work_items {
    justify-content: space-around;
  }
}
@media screen and (max-width: 800px) {
  .author_page_quote blockquote {
    padding: 40px 20px 30px 20px;
  }
  .author_page_quote blockquote::after {
    width: 25px;
    height: 25px;
    top: 10px;
    left: 35px;
  }
  .banner_text a {
    margin: 0 auto;
  }
  .banner_text {
    padding-bottom: 20px;
  }
  .author_img_banner {
    width: 100%;
  }
  .author_img_banner img {
    aspect-ratio: 3/2;
  }
}
@media screen and (max-width: 600px) {
  .author_img_banner img {
    aspect-ratio: auto;
    width: 80%;
  }
}
@media screen and (max-width: 400px) {
  .author_img_banner img {
    width: 100%;
  }
  .author_img_banner {
    padding-left: 15px;
    padding-right: 15px;
  }
}
