.share_icons {
  display: flex;
  flex-direction: column;
  position: fixed;
  transition: opacity 300ms;
}
.share_icons a {
  display: block;
  text-decoration: none;
  margin-bottom: 15px;
}

.news_newsletter {
  margin-bottom: 50px;
}

.news_bg {
  height: 80px;
  background-color: #0051b9;
}

.news_title_sec {
  padding-top: 11vh;
}
.news_title_sec h1 {
  font-weight: 700;
  font-size: 2rem;
  font-family: "univia-pro", sans-serif;
  color: #212121;
  padding-bottom: 32px;
  margin-top: 6px;
  text-align: center;
  position: relative;
  letter-spacing: 0;
}
.news_title_sec h1:after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  max-width: 206px;
  width: 100%;
  transform: translate3d(-50%, 0, 0);
  height: 2px;
  background: #31a7d9;
}
.news_title_sec .page_date {
  color: #7a7a7a;
  font-family: "univia-pro", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  text-align: center;
  display: block;
}
.news_title_sec.blog_section {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 63.5vh;
}
.news_title_sec.blog_section h1 {
  color: #ffffff;
}
.news_title_sec.blog_section h1:after {
  display: none;
}
.news_title_sec.blog_section .page_date {
  color: #dde7f7;
}

.blog_author_sec {
  text-align: center;
  /*margin-top: -60px;
  margin-bottom: 7vh;*/
  position: relative;
  margin-top: 3vh;
}
.blog_author_sec .news_desc {
  font-family: "Lato TR", sans-serif;
  font-weight: 300;
  font-size: 1.25rem;
  color: #212121;
  display: block;
  text-align: left;
  margin-top: 7vh;
}
.blog_author_sec .author_img {
  border-radius: 12px;
  border: 5px solid rgba(255, 255, 255, 0.5);
  max-width: 120px;
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
}
.blog_author_sec .author_img img {
  border-radius: 0;
}
.blog_author_sec .author_info {
  margin-top: 10px;
  padding-bottom: 30px;
  border-bottom: 1px solid #d0d5dd;
}
.blog_author_sec .author_info .author_title {
  font-size: 18px;
  color: #212121;
  display: block;
}
.blog_author_sec .author_info .author_person_title {
  font-size: 0.875rem;
  color: #7a7a7a;
  display: block;
}

.category_cont {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #ffffff;
  padding: 7px 12px;
  border-radius: 50px;
  margin-top: 6vh;
  margin-bottom: 6vh;
  position: relative;
}
.category_cont .category_list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.category_cont .category_list .btn_white_round {
  margin-right: 6px;
  margin-bottom: 6px;
}
.category_cont .all_link {
  display: flex;
  align-items: center;
  text-decoration: none;
}
.category_cont .all_link svg {
  margin-left: 10px;
}

@media screen and (max-width: 640px) {
  .share_icons {
    flex-direction: row;
    align-items: center;
    justify-content: center;
    position: static;
    opacity: 1 !important;
    margin-top: 30px;
  }
  .share_icons a {
    margin-left: 5px;
    margin-right: 5px;
    margin-bottom: 0;
  }
  .category_cont {
    flex-wrap: wrap;
    margin-top: 30px;
    justify-content: space-between;
    border-radius: 16px;
    padding-bottom: 1px;
  }
  .category_cont .all_link {
    margin-bottom: 6px;
    padding: 12px 0;
  }
  .category_cont .category_list .btn_white_round {
    padding: 6px 12px;
    line-height: 1.2;
    border-radius: 8px;
  }
}
