.montoport-single-post {
  width: 100%;
  background: #fff;
  padding: 0;
}

.montoport-single-post__article {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  margin-top: 88px;
}

.montoport-single-post__header {
  text-align: center;
}

.montoport-single-post__header--top {
  margin: 0 0 36px;
}

.montoport-single-post__header--title {
  margin: 0 0 52px;
}

.montoport-single-post__subtitle {
  margin: 0;
  color: #00617F;
  text-align: center;
  font-family: "Gotham", "Ghotam", sans-serif;
  font-size: 10px;
  font-style: normal;
  font-weight: 350;
  line-height: normal;
  letter-spacing: 1.2px;
  text-transform: uppercase;
}

.montoport-single-post__title {
  margin: 0 auto;
  max-width: 760px;
  color: #54585A;
  text-align: center;
  font-family: "Berlingske Serif", "Times New Roman", Times, serif;
  font-size: 30px;
  font-style: normal;
  font-weight: 400;
  line-height: 34px;
  letter-spacing: 0.3px;
}

.montoport-single-post__media {
  margin: 0 0 56px;
  width: 100%;
  overflow: hidden;
}

.montoport-single-post__media img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
}

.montoport-single-post__content-wrap {
  width: 100vw;
  max-width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  background: transparent;
  padding: 0 24px 0 !important;
  box-sizing: border-box;
}

.montoport-single-post__content {
  width: 1066px;
  max-width: 100%;
  margin: 0 auto;
  color: #54585A !important;
  text-align: left !important;
  font-family: "Gotham", "Ghotam", sans-serif;
  font-size: 14px;
  font-weight: 350;
  line-height: 1.7;
}

.montoport-single-post__content p {
  margin: 0 0 18px;
}

.montoport-single-post__content h2,
.montoport-single-post__content h3,
.montoport-single-post__content h4 {
  color: #e0e0e0;
  text-align: center;
  font-family: "Berlingske Serif", "Times New Roman", Times, serif;
  font-weight: 400;
  margin: 36px 0 16px;
}

.montoport-single-post__content a {
  color: #00617f;
  text-decoration: underline;
}

.montoport-single-post__content blockquote {
  text-align: left;
}

@media (max-width: 720px) {
  .montoport-single-post__title {
    font-size: 26px;
    line-height: 30px;
  }

  .montoport-single-post__media {
    margin-bottom: 40px;
  }
}
