.blog-card {
  padding: 15px;
  border: 1px solid rgba(232, 232, 234, 1);
  border-radius: 12px;
  margin-bottom: 30px;
}

.blog-card .blog-img img {
  width: 100%;
}

.blog-card .blog-content .releated_text {
  color: #566772;
  width: fit-content;
  font-size: 14px;
  background: rgba(75, 107, 251, 0.05);
  padding: 6px 10px;
  border-radius: 6px;
  margin-top: 15px;
}

.blog-card .blog-content .blog_heading {
  font-weight: 600;
  color: #12141d;
  font-size: 22px;
  margin: 10px 0px;
}

.blog-card .blog-content .blog_date_link {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.blog-card .blog_date_link .blog_date {
  color: #566772;
  font-size: 14px;
}

.blog-card .blog_date_link a {
  color: #de2b28;
  font-weight: 400;
}

.blog_card_button .d-btn {
  margin: auto;
}

/* Releated_blog_card_styling */
.releated_listing .releated__border {
  border: 1px solid rgba(18, 20, 22, 0.2);
  padding: 30px;
  margin-bottom: 60px;
}

.releated_listing .releated__border .releated_recent_heading {
  font-weight: 600;
  color: #12141d;
  font-size: 18px;
  margin: 10px 0px;
}

.releated_card {
  display: flex;
  gap: 20px;
  margin-bottom: 30px;
  cursor: pointer;
}

.releated_card .blog_releated_img img {
  height: 100%;
  width: 400px;
}
.releated_card .releated_content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.releated_card .rel_blog_heading {
  color: #12141d;
  font-weight: 500;
  font-size: 17px;
}

.releated_card .rel_blog_date {
  color: #566772;
  font-weight: 400;
  margin-top: 8px;
  font-size: 14px;
}

/* *******************DETAIL_BLOG************** */
.detail_blog_section .d_blog_content .tech_text {
  background-color: #de2b28;
  color: #ffffff;
  width: fit-content;
  padding: 5px 10px;
  border-radius: 6px;
  font-weight: 400;
  font-size: 13px;
}

.detail_blog_section .d_blog_content .b_detail_heading {
  color: #181a2a;
  font-size: 30px;
  font-weight: 600;
  width: 60%;
  margin: 10px 0px;
}

.detail_blog_section .d_blog_content .b_det_img_text {
  display: flex;
  align-items: center;
  gap: 30px;
  margin-bottom: 20px;
}

.detail_blog_section .d_blog_content .b_det_img_text .b_detail_user {
  display: flex;
  align-items: center;
  gap: 10px;
}

.detail_blog_section
  .d_blog_content
  .b_det_img_text
  .b_detail_user
  .b_user_name {
  color: #566772;
  font-size: 15px;
  font-weight: 400;
}

.detail_blog_section .d_blog_content .b_det_img_text .b_detail_date {
  color: #566772;
  font-size: 15px;
  font-weight: 400;
}

.detail_blog_section .bdetail_inner_page img {
  margin-bottom: 20px;
}

.detail_blog_section .bdetail_inner_page p {
  color: #566772;
  font-weight: 400;
  font-size: 14px;
  margin-bottom: 20px;
}

.detail_blog_section .bdetail_inner_page h4 {
  margin-bottom: 20px;
}

.detail_blog_section .bdetail_inner_page .quote_text {
  background: rgba(246, 246, 247, 1);
  border-left: 4px solid rgba(232, 232, 234, 1);
  font-style: italic;
  font-size: 16px;
  padding: 14px 25px;
}

.detail_blog_section .bdetail_inner_page .b_detail_conclusion {
  margin: auto;
  width: 50%;
}

.detail_blog_section .bdetail_inner_page .b_detail_conclusion h4 {
  margin-bottom: 10px;
}
