/* redaction page */

.profession {
  font-size: 16px;
  line-height: 1.55;
  margin: 0 0 28px 0;
  color: #666;
  font-weight: 300;
}

.redaction-content {
  max-width: 1300px;
  margin: auto;
  padding-bottom: 40px;
}

.red-photo {
  padding-right: 30px;
  width: 180px;
  height: 190px;
  padding-top: 10px;
}

.person-info {
  display: flex;
}

.person {
  width: 50%;
}

.person img {
  width: 100%;
  object-fit: cover;
}

.about {
  width: 50%;
  padding: 0 0 0 40px;
}

.person-info__divider {
  height: 300px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.person-info__divider span {
  padding-top: 15;
  line-height: 52px;
  font-size: 48px;
}

.members {
  text-align: justify;
  max-width: 650px;
  margin: auto;
  text-align-last: center;
}

.members .text {
  max-width: 580px;
  margin: 28px auto 0 auto;
}

.section-title__redaction {
  font-size: 26px;
  line-height: 1.55;
  font-weight: 900;
  text-align: center;
  margin: 28px 0 0 0;
  width: 815px;
  height: 40px;
}

.text-redaction {
  max-width: 815px;
  font-size: 18px;
  line-height: 1.55;
  font-weight: 300;
  margin-top: 15px;
  text-align: justify;
}

.redaction-members {
  text-align: justify;
  max-width: 1300px;
  margin: auto;
}

.redaction-photo {
  display: flex;
}

.read-box {
  align-content: center;
  max-width: 815px;
}

@media screen and (max-width: 900px) {
  .redaction-content {
    padding: 20px;
  }

  .person-info {
    display: block;
  }

  .person,
  .about {
    width: 100%;
    padding: 0;
  }

  .about {
    margin: 20px 0 0;
  }
}
