.single_blog_page {
  padding-top: 150px;
  background: #ebeaea1c;
}
.single_blog_page .poster img {
  width: 100%;
  height: auto;
}
.single_blog_page .poster {
  border-radius: 20px;
  overflow: hidden;
  margin-bottom: 40px;
}
.single_content h2 {
  font-family: "Inter SemiBold", sans-serif;
  font-size: 24px;
  line-height: 32px;
  color: #1f1f25;
  margin-bottom: 24px;
}
.single_content p {
  font-family: "Inter Regular", sans-serif;
  font-size: 18px;
  line-height: 24px;
  color: #1f1f25;
  opacity: 0.9;
  margin-bottom: 18px;
  text-indent: inherit !important;
}
.single_content h1 {
  font-family: "Inter SemiBold", sans-serif;
  font-size: 32px;
  line-height: 40px;
  color: #1f1f25;
  margin-bottom: 30px;
}

.single_content h3 {
  font-family: "Inter SemiBold", sans-serif;
  margin-top: 0px;
  margin-bottom: 18px;
  color: #1f1f25;
}

.single_content li {
  padding: 3px;
  margin: 3px;
}

.single_content ul {
  padding-left: 40px;
  list-style: initial;
}

.single_content ol {
  padding-left: 40px;
  list-style: decimal;
}

.informer .date {
  margin-right: 30px;
  font-family: "Inter SemiBold", sans-serif;
  font-size: 12px;
  line-height: 16px;

  color: #788078;
}
.informer {
  display: flex;
  margin-bottom: 50px;
}
.informer .read_time i {
  font-size: 16px;
  margin-right: 10px;
}
.informer .read_time {
  font-family: "Inter SemiBold", sans-serif;
  font-size: 12px;
  line-height: 16px;

  align-items: center;
  display: flex;
  color: #1f1f25;
}

.single_content .accordion-item {
  border: 1px solid #dfdfe0;
  border-radius: 16px;
}
.single_content .accordion-button {
  font-family: "Inter SemiBold", sans-serif;
  font-size: 16px !important;
  line-height: 24px;
  color: #1f1f25 !important;
}

.single_content h2.accordion-header {
  margin-bottom: 0px;
}

.single_content .accordion-body ul li {
  margin-bottom: 10px;
}
.single_content img {
  width: 100%;
  height: auto;
  margin-bottom: 16px;
}
.single_content .img_caption {
  font-family: "Inter SemiBold", sans-serif;
  font-size: 12px;
  line-height: 16px;
  color: #788078;
  margin-bottom: 32px;
}
.single_content table {
  width: auto !important;
}
.join_us_block {
  padding: 25px;
  background: #f5f5f5;
  border-radius: 20px;
  width: 300px;
}
.blog_content_wrapper {
  display: flex;
}

.single_content {
  background: #ffffff;
  border: 1px solid #e3e3e3;
  border-radius: 16px;
  padding: 40px;
}

.accordion-header .accordion-button {
  border-top: 0 !important;
}

.join_us_block .block_title {
  font-family: "Inter SemiBold", sans-serif;
  font-size: 24px;
  line-height: 32px;
  margin-bottom: 25px;
  color: #358c65;
}
.join_us_block .block_text {
  margin-bottom: 15px;
  font-family: "Inter Medium", sans-serif;
  font-size: 24px;
  line-height: 32px;
  color: #1f1f25;
}

.join_us_block span {
  margin-bottom: 15px;
  font-family: "Inter SemiBold", sans-serif;
  font-size: 16px;
  line-height: 24px;
  /* or 150% */

  /* Secondary Grey */

  color: #788078;
}

.sidebar {
  margin-left: 40px;
}
.subscribe_btn {
  background: #358c65;
  border-radius: 12px;
  font-family: "Inter SemiBold", sans-serif;
  font-size: 18px;
  line-height: 24px;
  align-items: center;
  width: 100%;
  padding: 16px;
  display: block;
  color: #ffffff !important;
  transition: all 0.5s;
}

.subscribe_btn:hover {
  color: #ffffff !important;
}
.join_us_block .subscribe_btn {
  margin-top: 30px;
  text-align: center;
}

@media only screen and (max-width: 991px) {
  .blog_content_wrapper {
    flex-direction: column;
  }
  .blog_content_wrapper .sidebar {
    margin-top: 30px;
    margin-left: 0px;
  }
  .join_us_block {
    width: 100%;
    justify-content: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  .single_content {
    border: 0;
    padding: 0;
  }
}
