.all_content_news_details .control_wide_post_content {
  width: 70%;
  margin: auto;
}
.all_content_news_details .control_wide_post_content .row1_heading_post {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
}
.all_content_news_details .control_wide_post_content .row1_heading_post .poster {
  font-size: 17px;
  font-weight: 700;
  line-height: 17px;
}
.all_content_news_details .control_wide_post_content .row1_heading_post .created_time {
  color: rgb(102, 102, 102);
  font-size: 17px;
  font-weight: 300;
  line-height: 17px;
  display: flex;
  align-items: center;
  gap: 16px;
}
.all_content_news_details .control_wide_post_content .row1_heading_post .created_time::before {
  display: block;
  content: "";
  background-color: rgb(191, 191, 191);
  border-radius: 100px;
  width: 6px;
  height: 6px;
}
.all_content_news_details .control_wide_post_content .row1_heading_post .created_time::after {
  display: block;
  content: "";
  background-color: rgb(191, 191, 191);
  border-radius: 100px;
  width: 6px;
  height: 6px;
}
.all_content_news_details .control_wide_post_content .row1_heading_post .socials_share {
  display: flex;
  align-items: center;
  gap: 16px;
}
.all_content_news_details .control_wide_post_content .row1_heading_post .socials_share p {
  margin-bottom: 0;
}
.all_content_news_details .control_wide_post_content .row1_heading_post .socials_share .list_icon_socials {
  display: flex;
  align-items: center;
  gap: 16px;
}
.all_content_news_details .control_wide_post_content .title_post {
  font-size: 48px;
  font-weight: 700;
  line-height: 59.52px;
  text-align: center;
  margin: 24px 0;
}
.all_content_news_details .control_wide_post_content .summary_post {
  font-size: 16px;
  font-weight: 700;
  line-height: 26.88px;
  text-align: left;
}
.all_content_news_details .control_wide_post_content .main_content_post {
  margin-top: 32px;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.all_content_news_details .control_wide_post_content .main_content_post .main_img_post {
  width: 130%;
  margin: 0;
}
.all_content_news_details .control_wide_post_content .main_content_post p {
  font-size: 16px;
  font-weight: 300;
  line-height: 26.88px;
  text-align: left;
}
.all_content_news_details .control_wide_post_content .main_content_post img {
  width: 100%;
  height: auto;
}
.all_content_news_details .footer_post {
  width: 100%;
  border-top: 1px rgb(222, 222, 222) solid;
  padding: 32px 0 20px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.all_content_news_details .footer_post .back_to_news_page {
  font-size: 17px;
  font-weight: 300;
  line-height: 17px;
  text-align: left;
  color: rgb(102, 102, 102);
  display: flex;
  align-items: center;
  gap: 5px;
}
.all_content_news_details .footer_post .back_to_news_page p {
  margin: 0;
}
.all_content_news_details .footer_post .share_post {
  display: flex;
  align-items: center;
  gap: 16px;
}
.all_content_news_details .footer_post .share_post p {
  margin-bottom: 0;
}
.all_content_news_details .footer_post .share_post .list_icon_socials {
  display: flex;
  align-items: center;
  gap: 16px;
}
.img_news_wrapper {
  width: 100%;
  height: 195px;
}
.img_news_wrapper img {
  -o-object-fit: cover;
     object-fit: cover;
}

@media screen and (max-width: 768px) {
  .all_content_news_details .control_wide_post_content {
    padding-top: 24px;
    width: 100%;
  }
  .all_content_news_details .control_wide_post_content .row1_heading_post {
    display: grid;
    padding-top: 24px;
    grid-template-columns: 1fr 1fr;
  }
  .all_content_news_details .control_wide_post_content .row1_heading_post .created_time {
    grid-column: 1/3;
  }
  .all_content_news_details .control_wide_post_content .row1_heading_post .created_time::before {
    display: none;
  }
  .all_content_news_details .control_wide_post_content .row1_heading_post .created_time::after {
    display: none;
  }
  .all_content_news_details .control_wide_post_content .title_post {
    font-size: 32px;
    font-weight: 700;
    line-height: 45px;
  }
  .group_news_card {
    grid-template-columns: 1fr !important;
  }
  .main_content_post img {
    height: auto;
  }
  .image_resized {
    max-width: 100%;
  }
}
