.posts-column {
    display: flex;
    flex-wrap: wrap;
    flex-grow: 0;
    justify-content: center;
}

.post-content {
    flex: 0 0 calc(50% - 17px);
}

.pagination-wrapper {
    flex: 0 0 100%;
}

.pagination {
  margin-top: 30px;
}

@media (max-width: 991px) {
  .widgets-col {
    padding: 0 15px;
  }
}

@media (min-width: 991px) {
  .content .container {
    padding: 0;
  }
}

.category-header {
    position: relative;
}

.category-name {
    position: absolute;
    z-index: 1;
    color: white;
    background: #FF0D69;
    line-height: 20px;
    font-size: 16px;
    padding: 14px 58px;
    top: -25px;
    text-transform: uppercase;
    font-family: "Open Sans";
}

.hero {
    padding: 88px 0 123px 0;
}

.hero .container {
  text-align: left;
  max-width: 100%;
}

@media (min-width: 992px) {
  .hero .container {
    max-width: 80%;
  }
}

.post-content:empty {
  height: 0;
  margin-bottom: 0;
}

@media (min-width: 1300px) {
  .posts-column {
    padding-left: 15px;
    padding-right: 22px;
  }
}

@media (max-width: 991px) {
  .widgets-col {
    margin-top: -5px;
  }

  .hero .container {
    padding-right: 15px;
  }

  footer {
    margin-top: -5px;
  }

  .widgets-col .textwidget:first-child .custom-ad {
    margin-top: 20px;
  }
}

@media (max-width: 768px) {
  .post-content {
    flex: 0 0 100%;
    margin-right: 0;
  }

  .posts-column {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media (min-width: 992px) {
  .row {
      padding-right: 15px;
  }
}

@media (min-width: 992px) and (max-width: 1200px) {
  .row {
      padding-left: 15px;
  }
}

.posts-column .custom-ad {
  margin-bottom: 46px;
}

hr {
    margin-top: 12px;
    margin-bottom: 10px;
}

.post-image-wrapper img {
    height: 265px;
}

@media (max-width: 768px) {
  .custom-ad {
    margin-left: auto !important;
    margin-right: auto !important;
  }
}

.pagination {
  margin-bottom: 26px;
}

.post-details-wrapper {
    padding: 0px 15px 15px;
}

.post-date {
    font-size: 14px;
    line-height: 20px;
}

.post-details-category {
    font-size: 14px;
    line-height: 20px;
}

@media (min-width: 992px) {
  .hero-subheading {
      width: 88%;
      margin-left: 0;
      margin-right: auto;
  }
}
