.profile {
  max-width: 1200px;
  margin: 40px auto 80px;
  padding: 0 20px;
}
.profile__text {
  width: 55%;
}
@media (width < 920px) {
  .profile__text {
    width: 100%;
  }
}
.profile__text--h2 {
  font-size: 2.2rem;
  padding: 48px 0 24px;
}
.profile__text--h {
  font-size: 1.8rem;
  padding: 48px 0 24px;
}
.profile__text--img {
  position: fixed;
  z-index: -1;
  bottom: 0;
  left: 55%;
}
@media (width < 920px) {
  .profile__text--img {
    left: 0;
    width: 100%;
    text-align: center;
    opacity: 0.5;
  }
}
.profile__text--img img {
  width: 100%;
  height: auto;
  max-height: 80vh;
  object-fit: contain;
}
.profile__text--p {
  font-size: 1em;
  line-height: 1.72;
}
.profile__text--list {
  list-style-type: none;
}
.profile__text--listItem {
  line-height: 1.72;
}

/*# sourceMappingURL=profile.css.map */
