.detail-cover {
  display: block;
  width: 100%;
  height: 320px;
  object-fit: fill;
  object-position: center;
  border-radius: 18px;
  background: #e7eadf;
}

@media (max-width: 520px) {
  .detail-cover {
    height: 220px;
    border-radius: 14px;
  }
}
