#singlePost {
  margin: 62px 0;
}
#singlePost h2.section-title {
  padding-left: 10px;
}
#singlePost .back-button-container {
  margin-bottom: 40px;
}
#singlePost .post-date {
  font-size: 20px;
  font-weight: normal;
  color: #204685;
}
#singlePost .single-content {
  color: #204685;
  z-index: 99;
}
#singlePost .single-content p {
  font-size: 20px;
  line-height: 30px;
  margin-bottom: 30px;
}
#singlePost .single-content ul {
  font-size: 20px;
  line-height: 30px;
}
#singlePost .single-content blockquote {
  font-weight: bold;
  position: relative;
}
@media (max-width: 768px) {
  #singlePost .single-content blockquote {
    padding-left: 70px;
    padding-right: 20px;
  }
}
#singlePost .single-content blockquote::before {
  content: "";
  background-image: url(../images/quote.svg);
  display: inline-block;
  width: 55px;
  height: 47px;
  position: absolute;
  left: -70px;
  top: 8px;
}
@media (max-width: 768px) {
  #singlePost .single-content blockquote::before {
    left: 0;
  }
}
#singlePost .image-gallery {
  margin-bottom: 130px;
}
#singlePost .image-gallery .gallery-item {
  border-radius: 20px;
  overflow: hidden;
}
#singlePost .videos-list {
  position: relative;
  margin-bottom: 120px;
}
#singlePost .videos-list .video {
  margin-bottom: 30px;
}
#singlePost .videos-list .video--inner {
  height: 325px;
  border-radius: 20px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  justify-content: center;
}
#singlePost .related-articles {
  margin-bottom: 50px;
  position: relative;
}
#singlePost .related-articles strong {
  color: #204685;
  font-weight: bold;
  letter-spacing: -0.8px;
  margin-bottom: 30px;
  display: block;
}
#singlePost .related-articles .related-article {
  margin-bottom: 30px;
}
#singlePost .related-articles .related-article--inner {
  background-color: #ffffff;
  border-radius: 20px;
  padding: 30px 40px;
}
#singlePost .related-articles .related-article--inner .title {
  font-size: 25px;
  line-height: 30px;
  color: #204685;
  margin-bottom: 20px;
  font-weight: bold;
  min-height: 90px;
}
