body {
  padding-top: 0;
}

.top-dots {
  top: 50px;
}

.bottom-dots {
  left: 89%;
  top: 0;
}

.footer .container {
  flex-direction: row;
}

.container {
  flex-direction: inherit;
}

.post-content {
  width: 100%;
  max-width: 100%;
}

.post-info {
  background-image: linear-gradient(to right, #002745, #0087ca) !important;
  background-color: #fff;
  max-height: 200px;
}

.post-info>div {
  min-height: 200px;
  margin-top: 100px;
}

.post-info__title {
  margin-bottom: -180px;
  color: #001b41;
  max-width: 55%;
  box-shadow: #0078b1 -10px 10px;
}

.post-info__title:after {
  content: "";
  width: 193px;
  border-bottom: solid 6px #027fb9;
  display: block;
  margin: 20px auto;
}

.post-columns {
  background-color: #fff;
}

.post-content h1 {
  font-size: 36px;
  font-weight: 300;
  text-align: center;
}

.post-content h1:after {
  content: "";
  width: 193px;
  border-bottom: solid 6px #027fb9;
  display: block;
  margin: 10px auto 30px;
}

.post-content {
  max-width: 900px;
  margin: 0 auto;
}

@media screen and (max-width: 1000px) {
  .post-info__title {
    font-size: 35px;
  }
}

@media screen and (max-width: 700px) {
  .post-info__title:after {
    width: 130px;
  }

  .post-info__title {
    max-width: 80%;
  }
}


@media screen and (max-width: 400px) {
.post-info__title {
    font-size: 26px;
}
}

