@media only screen and (max-width: 980px) {
  .c-col-img {
    height: 48.4vw;
  }
}
@media only screen and (max-width: 980px) {
  .c-col-img img {
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
  }
}

.p-name {
  margin-top: 24px;
  text-align: right;
}
.p-name strong {
  font-weight: 500;
}
@media only screen and (max-width: 980px) {
  .p-name strong {
    font-size: 1.125rem;
    line-height: 1.5;
  }
}
@media print, screen and (min-width: 981px) {
  .p-name strong {
    font-size: 1.375rem;
    line-height: 1.6;
  }
}