.blog-content {
  margin: 0 auto;
}

.blog-post-content a {
  text-decoration: none;
  border-bottom: 1px solid #00a0c8;
}

.hs-featured-image-wrapper {
    height: 200px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.blog-content .post-item {
  padding: 25px 0;
}

.blog-content .post-item h2 {
    font-size: 18px;
    line-height: 1.3;
}

.blog-content .post-tag {
    position: absolute;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 1;
    padding: 9px 15px 9px 15px;
    margin-top: 12px;
    background-color: #00a0c8;
    color: #fff;
    font-weight: 400;
    z-index: 2;
}

.post-tag:hover {
  filter: brightness(108%);
  transition: all 300ms ease;
}

.blog-content .post-date {
    display: block;
    font-size: 12px;
    margin-top: 6px;
    color: #2c2c2c;
}
.author-info-date__listing, .author-info-date__listing p {
  display: flex;
  align-items: baseline;
  font-size: 12px;
  margin-top: 6px;
  color: #2c2c2c;
}

.tag-separator_listing {
  border-left: 1px solid #000;
  height: 12px;
  margin: 6px 4px 0 4px;
}



.blog-post-content {
    margin: 2em auto 3rem;
}

.blog-social-sharing a {
  margin-right: 4px;
}

@media only screen and (min-width: 372px) {
  .blog-content {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.blog-pagination {
  display: flex;
  justify-content: center;
  width: 100%;
  margin-top: 75px;
}

.blog-pagination__number-link {
  font-weight: 600;
  color: #000;
  background-color: #fff;
  line-height: normal;
  padding: 4px 8px;
  margin: 0 6px;
}

.blog-pagination__link {
  text-decoration: none;
  vertical-align: text-top;
}

.blog-pagination__link svg {
  vertical-align: middle;
}

.blog-pagination__link--active {
  color: #fff;
  background-color: #000;
  line-height: normal;
  padding: 4px 8px;
}

.blog-pagination__numbers {
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  display: flex;
  padding: 0 14px;
  margin: 0;
  background: #fff;
  list-style: none;
  text-align: center;
  position: relative;
}

.blog-post-wrapper .post-info {
  line-height: 1;
  margin-bottom: 40px;
}

.blog-post-wrapper .post-info .tag-separator {
  border-left: 1px solid #000;
  margin: 0 4px;
}

.blog-post-wrapper .post-info .post-author {
  font-size: 16px;
}

.blog-post-wrapper .post-info .post-tag {
  text-transform: uppercase;
  font-size: 14px;
  line-height: 1;
  padding: 9px 15px 9px 15px;
  margin-top: 12px;
  background-color: #00a0c8;
  color: #fff;
  font-weight: 400;
  margin-left: 15px;
}

@media (max-width: 768px) {
  .blog-post-wrapper .post-info .post-tag {
    display: block;
    margin-left: 0;
    width: max-content;
    margin-top: 10px;
  }
}

.blog-post-author-info__block {
  margin-top: 80px;
}

.blog-post-separator {
  border: 0;
  border-top: 1px solid #e2e2e2;
  margin: 20px -18px 25px;
}

.blog-post-opened .blog-post-wrapper .post-header .post-title h1 {
  font-size: 26px;
  line-height: 30px;
  font-weight: 800;
  letter-spacing: 2px;
  text-transform: uppercase;
}

@media (max-width: 414px) {
  .blog-post-wrapper .post-info .tag-separator {
    display: none;
  }
  
  .post-author {
    display: block;
    margin-top: 10px;
  }
  
  .blog-post-opened .blog-post-wrapper .post-header .post-title h1 {
    font-size: 20px;
    line-height: 24px;
  }
}

.thumbnail-icon-image {
  position: absolute; 
  left: 50%; 
  top: 50%; 
  transform: translate(-50%, -50%);
  width: 50px;
}

.blog-post-sub__block {
  background-color: #e3e1e2;
  margin-top: 80px;
}

.blog-post-sub__block .cta_button {
  margin-bottom: 6px;
}

@media (max-width: 320px) {
.blog-post-sub__block .cta_button {
    font-size: 12px !important;
  }
]