main .profilehero-container {
  background-color: #5a2d82;
}
main .profilehero-container .profile-page-hero-banner {
  align-items: center;
  max-width: 840px;
  margin: auto auto 40px;
}
main .profilehero-container .profile-page-hero-banner .profile-image {
  width: 100%;
  text-align: center;
  margin: 40px 0 30px;
}
main .profilehero-container .profile-page-hero-banner .profile-image img {
  border-radius: 50%;
  width: 330px;
  height: 330px;
  overflow: hidden;
  object-fit: cover;
  object-position: top;
}
main .profilehero-container .profile-page-hero-banner .profile-info {
  color: #e9e9e9;
  display: inline-grid;
}
main .profilehero-container .profile-page-hero-banner .profile-info .name-position h1 {
  font-family: "EuclidCircularA-Semibold", Arial, sans-serif;
  color: #e9e9e9;
  margin: 0;
  font-size: 24px;
  line-height: 30.43px;
}
main .profilehero-container .profile-page-hero-banner .profile-info .name-position h2 {
  font-family: "EuclidCircularA-Medium", Arial, sans-serif;
  color: #e9e9e9;
  font-size: 24px;
  line-height: 30.43px;
}
main .profilehero-container .profile-page-hero-banner .profile-info .social-icons {
  display: flex;
  margin-top: 16px;
  align-items: center;
  padding-top: 10px;
  border-top: 1px solid rgba(255, 255, 255, 0.3);
}
main .profilehero-container .profile-page-hero-banner .profile-info .social-icons p {
  font-family: "EuclidCircularA-Medium", Arial, sans-serif;
  margin-right: 10px;
  font-size: 20px;
  margin-bottom: 0;
  color: #e9e9e9;
}
main .profilehero-container .profile-page-hero-banner .profile-info .social-icons a:last-child {
  margin-right: 0;
}
main .profilehero-container .profile-page-hero-banner .profile-info .social-icons a {
  color: #e9e9e9;
  margin-right: 24px;
  font-size: 18px;
  text-decoration: none;
  width: 24px;
  height: 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
main .profilehero-container .profile-page-hero-banner .profile-info .social-icons a:hover {
  opacity: 0.8;
}
main blockquote {
  background-image: url("/-/media10/Project/IFS/IFS/placeholder%20images/profile-quote");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 20px;
  border-radius: 20px;
  color: white;
  margin: 0;
}
main blockquote q {
  font-family: "EuclidCircularA-Medium", Arial, sans-serif;
  display: block;
  font-size: 32px;
  line-height: 40.58px;
  text-align: center;
}
main blockquote p {
  font-family: "EuclidCircularA-Medium", Arial, sans-serif;
  display: block;
  margin-top: 20px;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
}
main blockquote p span {
  display: inline-block;
  font-family: "EuclidCircularA-Regular", Arial, sans-serif;
}
main .profile-page-content .field-content {
  max-width: 840px;
  margin: auto;
}

@media (min-width: 768px) {
  main .profilehero-container .profile-page-hero-banner {
    display: flex;
    padding: 60px 0;
    margin: auto;
  }
  main .profilehero-container .profile-page-hero-banner .profile-image {
    width: auto;
    margin: 0;
  }
  main .profilehero-container .profile-page-hero-banner .profile-image img {
    width: 240px;
    height: 240px;
    margin-right: 30px;
    min-width: 240px;
  }
  main .profilehero-container .profile-page-hero-banner .profile-info .name-position h1 {
    font-size: 48px;
    line-height: 60.86px;
  }
  main .profilehero-container .profile-page-hero-banner .profile-info .name-position h2 {
    font-size: 32px;
    line-height: 40.58px;
  }
  main .profilehero-container .profile-page-hero-banner .profile-info .social-icons {
    margin-top: 30px;
  }
  main .profilehero-container .profile-page-hero-banner .profile-info .social-icons p {
    font-size: 24px;
  }
}