.c-authors {
  padding: 30px 0 25px;
  padding: 3rem 0 2.5rem;
}
.c-author {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -30px;
  margin: 0 -3rem;
  align-items: center;
  justify-content: center;
}
@media all and (min-width: 768px) {
  .c-author {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
}
.c-author:nth-child(2n + 2) {
  padding-top: 30px;
  padding-top: 3rem;
}
.c-author:nth-child(2n + 2) .c-author__image__wrapper {
  order: 2;
}
.c-liturgy__line .c-author:nth-child(2n + 2) .c-author__image__wrapper {
  order: 0;
}
.c-liturgy__line .c-author {
  padding: 20px 0 0;
  padding: 2rem 0 0;
  margin: 0 -10px;
  margin: 0 -1rem;
  margin-top: 20px;
  margin-top: 2rem;
  border-top: 1px solid #d6d6d6;
  border-top: 0.1rem solid #d6d6d6;
}
.c-author__image__wrapper {
  flex: 0 0 260px;
  flex: 0 0 26rem;
  padding: 0 30px 30px;
  padding: 0 3rem 3rem;
  position: relative;
}
.c-liturgy__line .c-author__image__wrapper {
  flex: 0 0 90px;
  flex: 0 0 9rem;
  padding: 0 10px;
  padding: 0 1rem;
}
@media all and (min-width: 1280px) {
  .c-author__image__wrapper {
    flex: 0 0 36rem;
    padding: 0 3rem;
  }
}
.c-author__image {
  border-radius: 100%;
}
.c-author__image__icon__wrapper {
  height: 60px;
  height: 6rem;
  width: 60px;
  width: 6rem;
  bottom: 25px;
  bottom: 2.5rem;
  right: 35px;
  right: 3.5rem;
  border-radius: 100%;
  background: #673694;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media all and (min-width: 1280px) {
  .c-author__image__icon__wrapper {
    height: 10rem;
    width: 10rem;
    bottom: -2rem;
    right: 2rem;
  }
}
.c-author__image__icon__wrapper .e-icon {
  fill: white;
  font-size: 40px;
  font-size: 4rem;
}
@media all and (min-width: 1280px) {
  .c-author__image__icon__wrapper .e-icon {
    font-size: 6.5rem;
  }
}
.c-author__content {
  padding: 0 30px;
  padding: 0 3rem;
  flex: 1 1 auto;
  text-align: center;
}
.c-liturgy__line .c-author__content {
  text-align: left;
}
@media all and (min-width: 1280px) {
  .c-author__content {
    text-align: left;
  }
}
.c-liturgy__line .c-author__content {
  padding: 0 10px;
  padding: 0 1rem;
}
.c-author__heading {
  font-size: 36px;
  font-size: 3.6rem;
  color: #312F2F;
  font-weight: 300;
  margin: 0;
  margin-bottom: 10px;
  margin-bottom: 1rem;
}
.c-liturgy__line .c-author__heading {
  font-size: 18px;
  font-size: 1.8rem;
  font-style: italic;
}
.c-author__description {
  font-size: 18px;
  font-size: 1.8rem;
  color: #312F2F;
  margin: 0;
}
