.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-bottom: 55px;
  margin-top: 6px;
  text-align: center;
  position: relative;
  letter-spacing: -1px;
}
.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 .news_desc {
  font-family: "Lato TR", sans-serif;
  font-weight: 300;
  font-size: 1.5rem;
  color: #212121;
  display: block;
  margin-bottom: 68px;
}

.category_cont {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #ffffff;
  padding: 7px 12px;
  border-radius: 50px;
  margin-top: 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: center;
    border-radius: 16px;
  }
  .news_title_sec {
    padding-top: 5vh;
  }
  .news_title_sec .news_desc {
    margin-bottom: 38px;
  }
}
