.blog-detail {
  padding: 0 0 80px 0;
}

.blog_detail_left_block {
  width: calc(100% - 370px);
  padding-right: 50px;
}

.blog_detail_description .heading-40 {
  margin-top: 26px;
  position: relative;
  padding-bottom: 20px;
  margin-bottom: 20px;
}

.blog_detail_description .heading-40:after {
  position: absolute;
  content: "";
  width: 22px;
  height: 3px;
  bottom: 0px;
  left: 0;
  background-color: #363636;
}

.blog_image img {
  border-radius: 10px;
}

.blog-detail-head,
.blog_detail_wrapper h4 {
  font-size: 26px;
  font-weight: 900;
  margin-bottom: 24px;
}

ul.blog-detail-list,
ul:not([class]) {
  position: relative;
}

ul.blog-detail-list li,
.blog_detail_wrapper ul:not([class]) li {
  position: relative;
  margin-bottom: 25px;
  padding-left: 30px;
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
}

ul.blog-detail-list li:before,
.blog_detail_wrapper ul:not([class]) li:before {
  position: absolute;
  content: "";
  background: url(../images/list-check.svg) no-repeat left top;
  left: 0;
  top: 8px;
  width: 16px;
  height: 13px;
}

.blog_detail_right_block {
  width: 370px;
}

/* recent posts */
.blog_detail_right_wrap {
  background: transparent linear-gradient(144deg, #fedfec 0%, #dcfcec 50%, #ddfefe 100%) 0% 0% no-repeat padding-box;
  border-radius: 10px;
}

.recent-post-head {
  font-size: 24px;
  font-weight: 600;
  color: #363636;
  border-bottom: 1px solid #fff;
  padding: 18px 30px;
}

.recent_post_list {
  padding: 20px 30px 30px 30px;
}

.recent_post_list li {
  display: flex;
  align-items: center;
  margin-bottom: 38px;
}

.recent_post_list li img {
  border-radius: 5px;
}

.recent_post_list li:last-of-type {
  margin-bottom: 0px;
}

.recent_post_list li>a {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  margin-left: 20px;
}

.recent_post_list li.active>a {
  font-weight: var(--font-semibold);
  transition: all 0.4s ease-in-out;
}

.recent_post_list li.active>a,
.recent_post_list li:hover>a {
  color: var(--blue);
}

.student_contact_form {
  padding: 40px 30px;
  z-index: 1;
}

.blog-detail-social {
  justify-content: space-between;
  align-items: center;
  padding: 27px 30px;
  background: transparent linear-gradient(103deg, #fedfec 0%, #dcfcec 50%, #ddfefe 100%) 0% 0% no-repeat padding-box;
  border-radius: 10px;
  margin-top: 30px;
}

.bd-head {
  font-size: 24px;
  font-weight: 600;
}

.bd-social-links img {
  margin-right: 9px;
  height: 22px;
}

figure.size-full img {
  margin-bottom: 30px;
}

/* responsive area */
@media (max-width: 1400px) {}

@media (max-width: 991px) {
  .blog_detail_wrapper.flex-container {
    justify-content: center;
  }

  .blog_detail_left_block {
    width: 100%;
    padding-right: 0;
  }

  .blog_detail_right_block {
    width: 100%;
  }

  .blog-detail {
    padding: 0 0 40px 0;
  }

  .blog-detail-pg .blog_section {
    padding: 50px 0;
  }

  .blog_detail_wrapper h4 {
    font-size: 24px;
  }
}

@media (max-width: 576px) {
  .blog-detail-social {
    padding: 20px;
  }

  .blog_detail_wrapper h4 {
    font-size: 22px;
  }

  ul.blog-detail-list li,
  .blog_detail_wrapper ul:not([class]) li {
    font-size: 14px;
  }

}

.blog_detail_description ul:not([class]) {
  margin-bottom: 30px;
}

.recent_post_list li>a:hover {
  color: var(--theme-color);
}