@import url('https://fonts.googleapis.com/css2?family=Comfortaa:wght@300..700&display=swap');

.blog_top_post {
  box-shadow: 0 3px 6px 0 rgba(4, 73, 89, 0.06);
  border-radius: 6px;
  margin: 0;
    margin-bottom: 0px;
}

.blog_classic_item, p {
  overflow: hidden;
  margin-bottom: 50px;
  transition: all 0.2s linear;
  cursor: pointer;
  font-family: "Comfortaa", sans-serif;
}

.blog_classic_item .b_top_post_content {
  padding: 26px 40px 30px;
  background: var(--bs-white);
}

.blog_classic_item .b_top_post_content {
  padding: 26px 40px 30px;
  background: var(--bs-white);
}

.blog_top_post .b_top_post_content {
  padding: 50px 30px 50px 50px;
}

.blog_classic_item .b_top_post_content .post_tag {
  padding-bottom: 10px;
}

.blog_top_post .b_top_post_content h3 {
  font-size: 26px;
  font-weight: 500;
  line-height: 36px;
  margin-bottom: 17px;
  transition: color 0.2s linear;
}

.learn_btn {
  font-size: 14px;
  font-weight: 500;
  color: #000000;
  padding-top: 5px;
  display: inline-block;
  transition: color 0.2s linear;
}

.media {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
}

.blog_classic_item .b_top_post_content .post_author {
  padding-top: 0;
  align-items: center;
}
.blog_top_post .b_top_post_content .post_author {
  padding-top: 45px;
}

.post_author .author_text {
  margin-top: 5px;
}
.media-body {
  -ms-flex: 1;
  flex: 1;
}

.post_author .author_text h4 {
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 0;
}