.dl ul li {
  min-width: calc(33% - 15px);
}

.post-content {
  padding: 50px 172px;
}

.post-content blockquote {
  padding: 96px 48px 48px 48px;
}

.post-content blockquote::before {
  top: 48px;
  left: calc(50% - 34.5px);
  width: 69px;
  height: 48px;
  background-size: 69px 48px;
}

.post-info-wrap .post-thumbnail {
  height: 480px;
}

.nds_image {
  width: 100% !important;
  border-radius: 50% !important;
}
@media (min-width: 1200px) {
  .nds_image {
    width: 55% !important;
  }
}
