.profiles {
  padding: 75px 0;
  background-color: #eaebeb;
}

.profile {
  display: flex;
  margin-bottom: 30px;
  flex-direction: column;
}
@media (min-width: 48em) {
  .profile {
    flex-direction: row;
  }
}
@media (min-width: 64em) {
  .profile {
    align-items: center;
    margin-bottom: 0;
  }
  .profile .profile__text {
    margin-left: -50px;
  }
}
@media (min-width: 64em) {
  .profile:nth-child(odd) {
    flex-direction: row-reverse;
  }
  .profile:nth-child(odd) .profile__text {
    margin-left: 0;
    margin-right: -50px;
  }
}
.profile__image {
  max-width: 435px;
  height: auto;
}
.profile__text {
  background-color: #fff;
  padding: 25px;
}
.profile__title {
  font-family: "Larken", serif;
  font-weight: 700;
  font-size: 2rem;
}

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