.c-author:after {
  margin-bottom: 2rem;
  content: "";
  display: block;
  border-bottom: 1px solid #dbdbd7;
  padding: 2rem 0 0 0;
}

.c-author:last-child:after {
  margin-bottom: 0;
  border-bottom: none;
}

.c-entry__content .c-author__header {
  display: flex;
  flex-direction: column;
  margin-bottom: 2rem;
}
.c-entry__content .c-author__header p, .c-entry__content .c-author__header figure {
  all: unset;
}
.c-entry__content .c-author__header figcaption {
  display: none;
}

@media screen and (min-width: 740px) {
  .c-entry__content .c-author__header {
    flex-direction: row;
  }
}
.c-entry__content .c-author__avatar {
  border-radius: 50%;
  width: 8rem;
  height: 8rem;
  margin-bottom: 1rem;
}

@media screen and (min-width: 740px) {
  .c-entry__content .c-author__avatar {
    margin: 0 1.5rem 0 0;
  }
}
.c-entry__content .c-author__info {
  text-align: center;
  font-size: 1rem;
}

@media screen and (min-width: 740px) {
  .c-entry__content .c-author__info {
    text-align: left;
  }
}
.c-entry__content .c-author__social a {
  border-bottom: none;
}

.c-entry__content .c-author__social a:hover {
  background: transparent;
}

.c-entry__content .c-author__social a .o-icon--light:hover {
  fill: #225678;
}

.c-entry__content .c-autor__card .c-author__header {
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.c-entry__content .c-autor__card .c-author__avatar {
  margin-bottom: 1rem;
}

.c-entry__content .c-autor__card .c-author__info {
  text-align: center;
}

.c-autor__card .c-author {
  position: relative;
  margin: 3rem 0;
}

.c-autor__card .c-author:after {
  display: block;
  content: "";
  width: 100%;
  background: #e2e2e2;
  height: 1px;
  margin-bottom: -3rem;
  position: absolute;
  bottom: 1.5rem;
  left: 0;
}

@media screen and (min-width: 740px) {
  .c-autor__card .c-author:nth-child(odd):before {
    display: block;
    content: "";
    background: #e2e2e2;
    height: 100%;
    position: absolute;
    width: 1px;
    top: 0;
    right: 0;
  }
}
.c-autor__card .c-author__details {
  display: flex;
  flex-direction: column;
  height: 100%;
}

@media screen and (min-width: 740px) {
  .c-entry__content .c-autor__card {
    display: flex;
    flex-wrap: wrap;
  }
  .c-entry__content .c-autor__card .c-author {
    position: relative;
    margin: 1.5rem 0;
    width: 50%;
  }
  .c-autor__card .c-author:nth-child(odd) {
    padding-right: 0.75rem;
  }
  .c-autor__card .c-author:nth-child(even) {
    padding-left: 0.75rem;
  }
}