.p-author_list {
  margin-top: 5rem;
  display: flex;
  flex-wrap: wrap;
}

.p-author_list__item {
  align-items: center;
  border: 3px solid #E4E4E4;
  padding: 2rem;
  width: 360px;
  margin-bottom: 2rem;
  position: relative;
}

.p-author_list__item:not(:nth-child(2n)) {
  margin-right: 2rem;
}

.p-author_list__item_flex {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  color: #000;
}

.p-author_list__item__image {
  width: 70px;
  height: 70px;
  margin-right: 2rem;
  border-radius: 50%;
  display: block;
  background: #F1F5FA;
  position: relative;
  overflow: hidden;
}

.p-author_list__item__image img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: auto;
  max-width: none;
  height: 100%;
}

.p-author_list__item__text {
  flex: 1;
}

.p-author_list__item__text__name {
  font-weight: bold;
  line-height: 1.4;
}

.p-author_list__item__summary {
  color: #666;
  line-height: 1.6;
  margin-top: 1.6rem;
  margin-bottom: 4.6rem;
}

.p-author_list__item .c-btn_primary {
  position: absolute;
  width: calc(100% - 4rem);
  bottom: 2rem;
}
