#content.single-class:has(.bs-single-head) {
  padding-top: 0;
}
.d-grid {
  display: grid;
  row-gap: 30px;
}
.d-grid.column2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-column-gap: 2rem;
  padding: 0;
}
.bs-single-head .mg-info-author-block{
  padding: 0;
  margin-top: 0;
  box-shadow: none;
}
.bs-single-head .mg-info-author-block .media-heading{
  font-size: 16px;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  padding-bottom: 5px;
}
.bs-single-head .mg-info-author-block .mg-blog-date{
  font-size: 15px;
}
.bs-single-head .mg-info-author-block .mg-author-pic img{
  width: 60px;
  height: 60px;
  margin-bottom: 0;
  margin-right: 20px;
}
.bs-single-head .mg-blog-category a{
  font-size: 12px;
  padding: 6px 8px;
}
/* Single Two */

.bs-single-head:is(.two, .four) {
  padding: 50px 0;
  margin-bottom: 40px;
}
.bs-single-head:is(.two, .four) .bs-header .title {
  font-size: 3.7rem;
}
.bs-single-head:is(.two, .four) .bs-header .description {
  font-size: 18px;
}
/* Single Three */
.bs-single-head:is(.three, .five) {
  min-height: 380px;
  height: auto;
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
  padding: 50px 0;
  border-radius: 0;
  position: relative;
  z-index: 1;
  margin-bottom: 30px;
}
.bs-single-head .bs-header {
  z-index: 1;
}
.bs-single-head:is(.three, .five) .bs-header {
  margin: 0 0 20px;
}
.bs-single-head:is(.three, .five) .bs-header .title {
  font-size: 3rem;
}
.bs-single-head:is(.three, .five) .bs-info-author-block .d-flex {
  gap: 15px;
  font-size: 18px;
}
.bs-single-head:is(.three, .five)::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 0;
  background-color: rgba(0,0,0,.6);
}

/* Single Four */
.bs-single-head.four .single_img {
  order: 2;
}
/* Single Five */
.bs-single-head.five {
  min-height: 450px;
  height: auto;
  align-items: flex-end;
  justify-content: flex-start;
  padding: 50px 20px 0px 20px;
  z-index: 1;
  overflow: hidden;
  margin-top: 30px;
  margin-bottom: 30px;
}
.bs-single-head.five .bs-header {
  max-width: 100%;
  flex: 1;
  position: relative;
}
/* Responsive */
@media (max-width: 767.98px) {
  .d-grid.column2 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .bs-single-head.three .bs-header .title, .bs-single-head.two .bs-header .title, .bs-single-head.four .bs-header .title, .bs-single-head.five .bs-header .title {
    font-size: 2.2rem;
  }
}