.euler__author {
  position: relative;
  z-index: 0;
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.euler__author-top {
  width: 90%;
  min-width: 288px;
  height: auto;
  margin: 0 auto;
}
.euler__author-info {
  width: 100%;
  height: auto;
  margin-top: 5rem;
  padding-bottom: 12rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.euler__author-info-data {
  width: 100%;
  height: auto;
  margin-top: 5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.euler__author-info-data-picture {
  width: auto;
  height: auto;
  margin: 0 auto;
}
.euler__author-info-data-picture > img {
  width: 192px;
  height: 192px;
  margin: 0 auto;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
  image-rendering: optimizeQuality;
}
.euler__author-info-data-meta {
  width: 90%;
  height: auto;
  margin: 0 auto;
  margin-top: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
  font-family: "Plus Jakarta Sans", sans-serif;
}
.euler__author-info-data-meta-name {
  font-size: 2.4rem;
  font-weight: 600;
  text-align: center;
}
.euler__author-info-data-meta-role {
  font-size: 1.8rem;
  font-weight: 500;
  text-align: center;
}

@media (min-width: 1200px) {
  .euler__author-info {
    gap: 2vw;
  }
  .euler__author-info-data {
    margin-top: 2.5vw;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 2vw;
  }
  .euler__author-info-data-picture {
    width: auto;
    height: auto;
    margin: 0;
  }
  .euler__author-info-data-picture img {
    width: 12.5vw;
    height: 12.5vw;
  }
  .euler__author-info-data-meta {
    width: auto;
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 0.5vw;
  }
  .euler__author-info-data-meta-name {
    font-size: 2vw;
  }
  .euler__author-info-data-meta-role {
    font-size: 1.5vw;
  }
}