.post-container {
  max-width: 1200px;
  margin: 0 auto;
  padding-bottom: 200px;
}
.dws_post-gallery {
  position: relative;
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  padding: 140px 0 160px;
  height: 600px;
  z-index: 0;
}
.owl-stage-outer * {
  height: 700px;
  object-fit: cover;
}
.owl-stage-outer {
  z-index: 0;
}
.owl-nav {
  position: relative;
  width: 1200px;
  top: -400px;
}
.owl-prev {
  position: relative;
  left: -635px;
  font-size: 2em !important;
}
.owl-next {
  position: relative;
  left: 635px;
  font-size: 2em !important;
}
.owl-dots {
  position: relative;
  top: -50px;
}
.dws_post-text {
  display: flex;
  padding: 20px 0 200px;
}
.dws_post-text-title {
  width: 50%;
  padding-right: 5%;
}
.dws_post-text-content {
  width: 50%;
}

.dws_post-text-title > h1 {
  margin-top: 10px;
  font-size: 3em;
  font-weight: 200 !important;
}
.dws_post-text-content > p {
  font-size: 1.1em;
  line-height: 1.3em;
  font-weight: 400;
}
