.detail-content {
  display: flex;
  flex-direction: column;
  width: 100%;

  justify-content: center;
  align-items: center;

}

.detail-content > p {
  line-height: 1.667;
}
