.about .section--one {
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #970C0C;
  padding: 2rem;
  z-index: 1;
  margin: 0 0 10rem 0;
  border-radius: 0.5rem;
}
@media only screen and (min-width: 768px) {
  .about .section--one {
    padding: 5rem;
    position: relative;
    max-width: 480px;
    margin-top: 3rem;
    transform: translate(200px, -70px);
  }
  .about .section--one:before {
    content: " ";
    position: absolute;
    left: 10px;
    right: 10px;
    top: 10px;
    bottom: 10px;
    border: 3px solid #D3494F;
    border-radius: 0.5rem;
  }
}
@media only screen and (min-width: 1024px) {
  .about .section--one {
    margin-top: 0;
    transform: translate(440px, -50px);
  }
}
@media only screen and (min-width: 1280px) {
  .about .section--one {
    transform: translateX(650px);
    max-width: 510px;
  }
}
@media only screen and (min-width: 1425px) and (min-height: 708px) {
  .about .section--one {
    transform: translate(720px, -60px);
    max-width: 525px;
  }
}
@media only screen and (min-width: 1900px) {
  .about .section--one {
    transform: translateX(1100px);
    max-width: 600px;
  }
}
@media only screen and (min-width: 2500px) {
  .about .section--one {
    transform: translateX(1560px);
    max-width: 650px;
  }
}
.about .section--one .text--gold {
  color: #f9c690;
}
.about .section--one .text--title {
  text-align: left;
  font-weight: 300;
  letter-spacing: -0.8px;
}
@media only screen and (min-width: 768px) {
  .about .section--one .text--title {
    max-width: 75%;
  }
}
@media only screen and (min-width: 1024px) {
  .about .section--one .text--title {
    max-width: 540px;
    margin-bottom: 1rem;
  }
}
@media only screen and (min-width: 2500px) {
  .about .section--one .text--title {
    max-width: 650px;
  }
}
.about .section--eight .container {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.about .section--eight .links {
  width: 100%;
  display: flex;
  flex-direction: column;
}
@media only screen and (min-width: 768px) {
  .about .section--eight .links {
    flex-direction: row;
    justify-content: center;
  }
}
.about .section--eight .link--btn {
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .about .section--eight .link--btn {
    width: auto;
  }
}
@media only screen and (min-width: 768px) {
  .about .section--eight .link--btn:first-child {
    margin-right: 1rem;
  }
}
.about .section--nine {
  padding: 5rem 1rem;
  margin-left: -2rem;
  margin-right: -2rem;
  display: flex;
  flex-direction: column;
  border-top: 3px solid #970C0C;
  border-bottom: 3px solid #970C0C;
}
@media only screen and (min-width: 375px) {
  .about .section--nine {
    margin-left: -2.5rem;
    margin-right: -2.5rem;
  }
}
@media only screen and (min-width: 428px) and (max-height: 926px) {
  .about .section--nine {
    margin-left: -3rem;
    margin-right: -3rem;
  }
}
@media only screen and (min-width: 768px) {
  .about .section--nine {
    margin-right: -4rem;
    margin-left: -4rem;
    padding: 7rem 4rem;
  }
}
@media only screen and (min-width: 1024px) {
  .about .section--nine {
    margin-right: -6rem;
    margin-left: -6rem;
  }
}
@media only screen and (min-width: 1280px) {
  .about .section--nine {
    margin-right: -8rem;
    margin-left: -8rem;
    padding: 9rem 6rem;
  }
}
@media only screen and (min-width: 1425px) and (min-height: 708px) {
  .about .section--nine {
    margin-right: -10rem;
    margin-left: -10rem;
  }
}
@media only screen and (min-width: 1900px) {
  .about .section--nine {
    margin-right: -14rem;
    margin-left: -14rem;
  }
}
@media only screen and (min-width: 2500px) {
  .about .section--nine {
    margin-right: -16rem;
    margin-left: -16rem;
  }
}
.about .section--nine .container {
  position: relative;
}
.about .section--nine .badge__img {
  display: none;
  position: absolute;
}
@media only screen and (min-width: 1024px) {
  .about .section--nine .badge__img {
    display: block;
    width: 150px;
    left: 0;
    top: -36%;
  }
}
@media only screen and (min-width: 1280px) {
  .about .section--nine .badge__img {
    top: -65%;
  }
}
@media only screen and (min-width: 1900px) {
  .about .section--nine .badge__img {
    width: 200px;
  }
}
@media only screen and (min-width: 2500px) {
  .about .section--nine .badge__img {
    top: -58%;
  }
}
.about .section--nine.bg--grey {
  background-color: #f7f6f7;
}
.about .section--nine .bg--black {
  background-color: #1a1a1a;
}
.about .section--nine .locations__container {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
@media only screen and (min-width: 1024px) {
  .about .section--nine .locations__container {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
.about .section--nine .location__container {
  display: flex;
  margin-top: 20px;
}
@media only screen and (min-width: 768px) {
  .about .section--nine .location__container {
    flex: 0 0 50%;
  }
}
@media only screen and (min-width: 1280px) {
  .about .section--nine .location__container {
    flex: 0 0 33%;
  }
}
.about .section--nine .location__container .map-icon {
  font-size: 4rem;
  color: #970C0C;
  margin-top: auto;
  transition: ease all 0.4s;
}
.about .section--nine .location__container .map-icon:hover {
  color: #D3494F;
  transition: 0.3s;
}
.about .section--nine .location__container .map-icon:focus {
  outline: 2px solid #D3494F;
}
@media only screen and (min-width: 1280px) {
  .about .section--nine .location__container .map-icon {
    font-size: 6rem;
  }
}
.about .section--nine .location__container .map-icon:hover {
  transform: scale(112%);
}
.about .section--nine .location__container .location__container-detail {
  margin-left: 15px;
  display: flex;
  flex-direction: column;
}
.about .section--nine .location__container .location__container-detail .title {
  font-size: 2.2rem;
  border-bottom: 1px solid #D3494F;
  margin-bottom: 5px;
}
.about .section--nine .location__container .location__container-detail address {
  font-style: normal;
}
.about .section--nine .location__container .location__container-detail .address {
  font-size: 1.8rem;
}
.about .section--nine .location__container .location__container-detail .address:last-child {
  margin-bottom: 5px;
}
.about .section--nine .location__container .location__container-detail .location__link-container {
  display: flex;
  font-size: 1.6rem;
}
.about .section--nine .location__container .location__container-detail .location__link-container .location__link-icon {
  margin-right: 8px;
  color: #D3494F;
}
.about .section--nine .location__container .location__container-detail .location__link-container .location__link {
  text-decoration: none;
  color: black;
  line-height: 1.7;
  transition: ease all 0.55s;
}
.about .section--nine .location__container .location__container-detail .location__link-container .location__link:hover {
  color: #D3494F;
}
.about .section--ten {
  padding: 0 1rem 5rem;
  margin-left: -2rem;
  margin-right: -2rem;
  display: flex;
  flex-direction: column;
}
@media only screen and (min-width: 375px) {
  .about .section--ten {
    margin-left: -2.5rem;
    margin-right: -2.5rem;
  }
}
@media only screen and (min-width: 428px) and (max-height: 926px) {
  .about .section--ten {
    margin-left: -3rem;
    margin-right: -3rem;
  }
}
@media only screen and (min-width: 768px) {
  .about .section--ten {
    margin-right: -4rem;
    margin-left: -4rem;
    padding: 0 4rem 7rem;
  }
}
@media only screen and (min-width: 1024px) {
  .about .section--ten {
    margin-right: -6rem;
    margin-left: -6rem;
    margin-top: 10rem;
  }
}
@media only screen and (min-width: 1280px) {
  .about .section--ten {
    margin-right: -8rem;
    margin-left: -8rem;
    padding: 0 6rem 9rem;
  }
}
@media only screen and (min-width: 1425px) and (min-height: 708px) {
  .about .section--ten {
    margin-right: -10rem;
    margin-left: -10rem;
  }
}
@media only screen and (min-width: 1900px) {
  .about .section--ten {
    margin-right: -14rem;
    margin-left: -14rem;
  }
}
@media only screen and (min-width: 2500px) {
  .about .section--ten {
    margin-right: -16rem;
    margin-left: -16rem;
  }
}
.about .section--ten .text--title {
  text-align: left;
  font-weight: 300;
  letter-spacing: -0.8px;
}
.about .section--ten .emails__container {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
@media only screen and (min-width: 1024px) {
  .about .section--ten .emails__container {
    flex-direction: row;
    flex-wrap: wrap;
  }
}
.about .section--ten .email {
  margin-top: 20px;
  flex: 0 0 33%;
}
@media only screen and (min-width: 1024px) {
  .about .section--ten .email {
    margin-right: 50px;
  }
}
.about .section--ten .email .title {
  font-size: 2.2rem;
  border-bottom: 1px solid #D3494F;
  margin-bottom: 5px;
}
@media only screen and (min-width: 1440px) and (min-height: 800px) {
  .about .section--ten .email .title {
    max-width: 85%;
  }
}
@media only screen and (min-width: 1900px) {
  .about .section--ten .email .title {
    max-width: 70%;
  }
}
@media only screen and (min-width: 3000px) {
  .about .section--ten .email .title {
    max-width: 60%;
  }
}
.about .section--ten .email .email__link-container {
  display: flex;
  font-size: 1.8rem;
}
@media only screen and (min-width: 2500px) {
  .about .section--ten .email .email__link-container {
    font-size: 2rem;
  }
}
.about .section--ten .email .email__link-container .email__link-icon {
  margin-right: 4px;
  color: #D3494F;
}
.about .section--ten .email .email__link-container .email__link {
  text-decoration: none;
  color: black;
  line-height: 1.7;
  transition: ease all 0.55s;
}
.about .section--ten .email .email__link-container .email__link:hover {
  color: #D3494F;
}
.about .section.content {
  margin: 8rem -2rem 10rem;
}
@media only screen and (min-width: 375px) {
  .about .section.content {
    margin-left: -2.5rem;
    margin-right: -2.5rem;
  }
}
@media only screen and (min-width: 428px) and (max-height: 926px) {
  .about .section.content {
    margin-left: -3rem;
    margin-right: -3rem;
  }
}
@media only screen and (min-width: 768px) {
  .about .section.content {
    margin-right: -4rem;
    margin-left: -4rem;
    margin-bottom: 12rem;
    position: relative;
  }
}
@media only screen and (min-width: 1024px) {
  .about .section.content {
    display: flex;
  }
}
@media only screen and (min-width: 1900px) {
  .about .section.content {
    margin-bottom: 15rem;
  }
}
@media only screen and (min-width: 2500px) {
  .about .section.content {
    margin-left: 10rem;
    margin-right: 10rem;
  }
}
@media only screen and (min-width: 1280px) {
  .about .section.content--test {
    margin-left: auto;
    margin-right: auto;
  }
}
@media only screen and (min-width: 2500px) {
  .about .section.content--test {
    padding: 5rem;
  }
}
.about .section.content .inner--image {
  height: 100%;
  width: 100%;
  margin-bottom: -1.5rem;
}
@media only screen and (min-width: 768px) {
  .about .section.content .inner--image {
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: 0;
  }
}
@media only screen and (min-width: 1024px) {
  .about .section.content .inner--image {
    position: absolute;
    width: 400px;
    height: 400px;
  }
}
@media only screen and (min-width: 1280px) {
  .about .section.content .inner--image:before {
    content: " ";
    position: absolute;
    left: -20px;
    right: -20px;
    top: -20px;
    bottom: -20px;
    background-color: #e5f5ff;
    border-radius: 0.5rem;
    z-index: -1;
  }
}
@media only screen and (min-width: 2500px) {
  .about .section.content .inner--image {
    position: relative;
    height: 100%;
    width: 100%;
  }
}
.about .section.content .inner--image img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  border-radius: 0.5rem;
}
@media only screen and (min-width: 1024px) {
  .about .section.content .inner--image img {
    object-fit: contain;
  }
}
.about .section.content .inner--banner {
  position: relative;
  margin-bottom: -1.5rem;
}
@media only screen and (min-width: 1280px) {
  .about .section.content .inner--banner {
    transform: translateX(-10rem);
  }
}
@media only screen and (min-width: 2500px) {
  .about .section.content .inner--banner {
    transform: translateX(-5rem);
    margin-bottom: -20.5rem;
  }
}
.about .section.content .inner--banner img {
  object-fit: contain;
  width: 100%;
  border-radius: 0.5rem;
}
.about .section.content .inner--testimonials {
  padding: 4rem 2rem 2rem;
  background-color: #970C0C;
}
@media only screen and (min-width: 768px) {
  .about .section.content .inner--testimonials {
    border-radius: 0.5rem;
    padding: 5rem;
    position: relative;
    z-index: 1;
  }
  .about .section.content .inner--testimonials:before {
    content: " ";
    position: absolute;
    left: 10px;
    right: 10px;
    top: 10px;
    bottom: 10px;
    border: 3px solid #D3494F;
    border-radius: 0.5rem;
  }
}
@media only screen and (min-width: 1280px) {
  .about .section.content .inner--testimonials {
    transform: translate(10rem, -11rem);
  }
}
@media only screen and (min-width: 2500px) {
  .about .section.content .inner--testimonials {
    transform: translate(5rem, 0);
  }
}
.about .section.content .inner--content {
  padding: 4rem 2rem 2rem;
  background-color: #970C0C;
}
@media only screen and (min-width: 768px) {
  .about .section.content .inner--content {
    border-radius: 0.5rem;
    padding: 5rem;
    flex: 0 0 50%;
    position: relative;
    z-index: 1;
  }
  .about .section.content .inner--content:before {
    content: " ";
    position: absolute;
    left: 10px;
    right: 10px;
    top: 10px;
    bottom: 10px;
    border: 3px solid #D3494F;
    border-radius: 0.5rem;
  }
}
@media only screen and (min-width: 1024px) {
  .about .section.content .inner--content {
    flex: 0 0 63%;
  }
}
@media only screen and (min-width: 1280px) {
  .about .section.content .inner--content {
    flex: 0 0 72%;
  }
}
@media only screen and (min-width: 1425px) and (min-height: 708px) {
  .about .section.content .inner--content {
    flex: 0 0 75%;
  }
}
@media only screen and (min-width: 1900px) {
  .about .section.content .inner--content {
    flex: 0 0 81%;
  }
}
@media only screen and (min-width: 2500px) {
  .about .section.content .inner--content {
    transform: translate(0, 5rem);
    flex: 0 0 68%;
  }
}
@media only screen and (min-width: 2500px) {
  .about .section.content .inner--content--left {
    transform: translate(-2rem, 5rem);
  }
}
@media only screen and (min-width: 2500px) {
  .about .section.content .inner--content--right {
    transform: translate(2rem, 5rem);
  }
}
@media only screen and (min-width: 1024px) {
  .about .section.content--left, .about .section.content--right {
    padding-bottom: 5rem;
    padding-top: 5rem;
    justify-content: flex-end;
  }
}
@media only screen and (min-width: 2500px) {
  .about .section.content--left, .about .section.content--right {
    padding: 5rem;
  }
}
@media only screen and (min-width: 1024px) {
  .about .section.content--left {
    flex-direction: row-reverse;
  }
}
.about .section.content--left .inner--image {
  border-radius: 5px;
}
@media only screen and (min-width: 1024px) {
  .about .section.content--left .inner--image {
    margin-left: auto;
  }
}
@media only screen and (min-width: 2500px) {
  .about .section.content--left .inner--image {
    transform: translateX(-2rem);
  }
}
@media only screen and (min-width: 1024px) {
  .about .section.content--right {
    flex-direction: row;
  }
}
@media only screen and (min-width: 2500px) {
  .about .section.content--right .inner--image {
    transform: translateX(2rem);
  }
}
@media only screen and (min-width: 768px) {
  .about .section--two {
    flex-direction: column;
  }
}
@media only screen and (min-width: 1280px) {
  .about .section--two {
    max-width: 90%;
  }
}
.about .section--two .text--title {
  text-align: left;
  font-weight: 300;
  letter-spacing: -0.8px;
}
.about .section .text--about-title {
  color: white;
  font-weight: 600;
  font-size: 2.6rem;
  margin-bottom: 3rem;
}
.about .section .text--about-title--black {
  color: black;
}
@media only screen and (min-width: 768px) {
  .about .section .text--about-title {
    font-size: 2.7rem;
  }
}
@media only screen and (min-width: 1024px) {
  .about .section .text--about-title {
    font-size: 2.8rem;
  }
}
@media only screen and (min-width: 1280px) {
  .about .section .text--about-title {
    font-size: 2.9rem;
  }
}
@media only screen and (min-width: 1425px) and (min-height: 708px) {
  .about .section .text--about-title {
    font-size: 3rem;
  }
}
@media only screen and (min-width: 1900px) {
  .about .section .text--about-title {
    font-size: 3.1rem;
  }
}
@media only screen and (min-width: 1900px) {
  .about .section .text--about-title {
    font-size: 3.2rem;
  }
}
.about .section .text--subtitle {
  font-size: 1.8rem;
  color: #D3494F;
  margin-bottom: 0.5rem;
  border-bottom: 1px solid #D3494F;
}
@media only screen and (min-width: 768px) {
  .about .section .text--subtitle {
    font-size: 2rem;
    margin-bottom: 1rem;
  }
}
@media only screen and (min-width: 1280px) {
  .about .section .text--subtitle {
    font-size: 2.2rem;
  }
}
@media only screen and (min-width: 1900px) {
  .about .section .text--subtitle {
    font-size: 2.4rem;
  }
}
@media only screen and (min-width: 2500px) {
  .about .section .text--subtitle {
    font-size: 2.6rem;
  }
}
.about .section .text--para {
  color: white;
  font-size: 1.6rem;
  text-decoration: none;
}
.about .section .text--para--black {
  color: black;
}
@media only screen and (min-width: 375px) {
  .about .section .text--para {
    font-size: 1.7rem;
  }
}
@media only screen and (min-width: 768px) {
  .about .section .text--para {
    font-size: 1.9rem;
  }
}
@media only screen and (min-width: 1024px) {
  .about .section .text--para {
    font-size: 2rem;
  }
}
@media only screen and (min-width: 1280px) {
  .about .section .text--para {
    font-size: 2.1rem;
  }
}
@media only screen and (min-width: 1425px) and (min-height: 708px) {
  .about .section .text--para {
    font-size: 2.2rem;
  }
}
@media only screen and (min-width: 1900px) {
  .about .section .text--para {
    font-size: 2.3rem;
  }
}
@media only screen and (min-width: 2500px) {
  .about .section .text--para {
    font-size: 2.4rem;
    max-width: 75%;
  }
}
.about .section .testimonials--wrap {
  display: block;
}
.about .section .testimonials--column {
  margin-bottom: 5rem;
  flex: 0 0 33%;
  padding: 0 25px;
  position: relative;
}
.about .section .testimonials--column::before {
  content: "";
  background-color: #D3494F;
  height: 100%;
  width: 1px;
  position: absolute;
  top: 15px;
  left: 10px;
  max-height: 100%;
}
.about .section .testimonials--column::after {
  content: "";
  background-image: url("https://jtagency.com/wp-content/themes/janus-title/assets/svg/quote.svg");
  background-repeat: no-repeat;
  background-size: 1rem;
  position: absolute;
  left: 0.5rem;
  top: 0;
  height: 1rem;
  width: 1rem;
}
.about .section .testimonials--author {
  color: #f9c690;
  display: block;
  font-size: 1.6rem;
  line-height: 2rem;
}
.about .section .testimonials--author--name {
  color: white;
  font-weight: 500;
  margin-bottom: 0.5rem;
}
@media only screen and (min-width: 375px) {
  .about .section .testimonials--author {
    font-size: 1.7rem;
  }
}
@media only screen and (min-width: 768px) {
  .about .section .testimonials--author {
    font-size: 1.9rem;
  }
}
@media only screen and (min-width: 1024px) {
  .about .section .testimonials--author {
    font-size: 2rem;
  }
}
@media only screen and (min-width: 1280px) {
  .about .section .testimonials--author {
    font-size: 2.1rem;
  }
}
@media only screen and (min-width: 1425px) and (min-height: 708px) {
  .about .section .testimonials--author {
    font-size: 2.2rem;
  }
}
@media only screen and (min-width: 1900px) {
  .about .section .testimonials--author {
    font-size: 2.3rem;
  }
}
@media only screen and (min-width: 2500px) {
  .about .section .testimonials--author {
    font-size: 2.4rem;
  }
}
.about .section .entry-content {
  font-size: 1.6rem;
  position: relative;
}
.about .section .entry-content::after {
  content: "";
  display: table;
  clear: both;
}
.about .section--three {
  border-top: 3px solid #970C0C;
  border-bottom: 3px solid #970C0C;
}
.about .section--three .container {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}
.about .section--three .container .text {
  text-align: center;
}
.about .section--three .container .text--title {
  text-align: center;
}
.about .section--three .container .badge__img {
  display: none;
  position: absolute;
}
@media only screen and (min-width: 1024px) {
  .about .section--three .container .badge__img {
    display: block;
    width: 150px;
    left: 30%;
    top: -65%;
  }
}
@media only screen and (min-width: 1280px) {
  .about .section--three .container .badge__img {
    top: -80%;
  }
}
@media only screen and (min-width: 1440px) and (min-height: 800px) {
  .about .section--three .container .badge__img {
    top: -85%;
  }
}
@media only screen and (min-width: 1900px) {
  .about .section--three .container .badge__img {
    width: 200px;
    left: 35%;
    top: -87%;
  }
}
@media only screen and (min-width: 2500px) {
  .about .section--three .container .badge__img {
    top: -70%;
    left: 38%;
  }
}
@media only screen and (min-width: 3000px) {
  .about .section--three .container .badge__img {
    top: -85%;
  }
}
.about .section.bg {
  padding: 5rem 1rem;
  margin-left: -2rem;
  margin-right: -2rem;
  margin-bottom: 10rem;
}
@media only screen and (min-width: 375px) {
  .about .section.bg {
    margin-left: -2.5rem;
    margin-right: -2.5rem;
  }
}
@media only screen and (min-width: 428px) and (max-height: 926px) {
  .about .section.bg {
    margin-left: -3rem;
    margin-right: -3rem;
  }
}
@media only screen and (min-width: 768px) {
  .about .section.bg {
    margin-right: -4rem;
    margin-left: -4rem;
    padding: 7rem 4rem;
  }
}
@media only screen and (min-width: 1024px) {
  .about .section.bg {
    margin-right: -6rem;
    margin-left: -6rem;
  }
}
@media only screen and (min-width: 1280px) {
  .about .section.bg {
    margin-right: -8rem;
    margin-left: -8rem;
    padding: 9rem 6rem;
  }
}
@media only screen and (min-width: 1425px) and (min-height: 708px) {
  .about .section.bg {
    margin-right: -10rem;
    margin-left: -10rem;
  }
}
@media only screen and (min-width: 1900px) {
  .about .section.bg {
    margin-right: -14rem;
    margin-left: -14rem;
  }
}
@media only screen and (min-width: 2500px) {
  .about .section.bg {
    margin-right: -16rem;
    margin-left: -16rem;
  }
}
.about .section.bg--grey {
  background-color: #f7f6f7;
}
.about .section.bg--black {
  background-color: #1a1a1a;
}
.about .section.bg--black .text {
  color: white;
  text-align: center;
}
.about .section .team-member {
  color: white;
}
.about .section .team-member--name {
  font-weight: 600;
  font-size: 2.6rem;
}
@media only screen and (min-width: 768px) {
  .about .section .team-member--name {
    font-size: 2.7rem;
  }
}
@media only screen and (min-width: 1024px) {
  .about .section .team-member--name {
    font-size: 2.8rem;
  }
}
@media only screen and (min-width: 1280px) {
  .about .section .team-member--name {
    font-size: 2.9rem;
  }
}
@media only screen and (min-width: 1425px) and (min-height: 708px) {
  .about .section .team-member--name {
    font-size: 3rem;
  }
}
@media only screen and (min-width: 1900px) {
  .about .section .team-member--name {
    font-size: 3.1rem;
  }
}
@media only screen and (min-width: 1900px) {
  .about .section .team-member--name {
    font-size: 3.2rem;
  }
}
.about .section .team-member--position {
  display: block;
  font-size: 1.8rem;
  color: #f9c690;
  padding-bottom: 0;
  margin-bottom: 3rem;
}
@media only screen and (min-width: 768px) {
  .about .section .team-member--position {
    font-size: 2rem;
  }
}
@media only screen and (min-width: 1280px) {
  .about .section .team-member--position {
    font-size: 2.2rem;
  }
}
@media only screen and (min-width: 1900px) {
  .about .section .team-member--position {
    font-size: 2.4rem;
  }
}
@media only screen and (min-width: 2500px) {
  .about .section .team-member--position {
    font-size: 2.6rem;
  }
}
.about .icon--placeholder {
  height: 150px;
  width: 180px;
  background-color: transparent;
  border-radius: 100px;
}
@media only screen and (min-width: 375px) {
  .about .icon--placeholder {
    height: 175px;
    width: 205px;
  }
}
@media only screen and (min-width: 428px) and (max-height: 926px) {
  .about .icon--placeholder {
    height: 200px;
    width: 230px;
  }
}
@media only screen and (min-width: 768px) {
  .about .icon--placeholder {
    height: 200px;
    width: 230px;
  }
}
@media only screen and (min-width: 1280px) {
  .about .icon--placeholder {
    height: 230px;
    width: 260px;
  }
}
@media only screen and (min-width: 1900px) {
  .about .icon--placeholder {
    height: 260px;
    width: 290px;
  }
}
.about .icon .link--btn {
  margin-top: 3rem;
  display: block;
}
.about .icon svg, .about .icon img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}