
/* .main {
  padding-top: 67px;
} */

/* Blog */
/* .header-section {
  padding-block: 60px;
  position: relative;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url('../../img/blog/iStock-1257456703.jpg');
}

.header-title,
.header-subtitle {
  color:#fff;
  position:relative;
  z-index: 1;
}

.header-section:after{
  position: absolute;
  content: " ";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  background-color: rgb(0 0 0 / 50%);
} */

.blog-thumbnail {
  width: 200px;
}

.blog-category {
  color: #BDBDBD;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 0;
}

.blog-post {
  padding-right: 75px;
}

.blog-post p {
  font-size: 16px;
  letter-spacing: 0;
  line-height: 22px;
  text-align: justify;
}

.blog-post img{
  width: 100% !important;
  height: auto !important;
}

.related-thumbnail {
  /* height: 150px; */
  width: 100% !important;
}

.related-title {
  font-weight: 600;
  letter-spacing: 0;
  line-height: 22px;
}

.related-section{
  position: relative;
  top: 40px;
}