.news {
  display: none;
}
.btn-blue {
  background-color: #406893;
  border: none;
  color: #fff;
  padding: 8px 25px;
  border-radius: 8px;
  font-size: 15px;
}

/* new-hero */
#new-hero {
  background-image: url(../../images/New/new-hero.webp);
  align-items: center;
  display: flex;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 20vh;
}
#new-hero a {
  color: #fff;
  text-decoration: none;
}
/* new-hero */

/* sec3-reports */
#sec3-reports a h5:hover {
  color: #20437d;
}
#newsbody {
  padding-top: 20px;
  text-align: justify;
}
#newsbody h5 {
  text-align: left;
}
#newsbody img {
  max-width: 100%;
  height: auto;
}
#read_also img{
  height: 213px;
}
.accordion-body .d-flex{
  display: flex !important;
  flex-direction: column;
  text-align: left !important;
}
.accordion-body a{
  color: blue;
  text-align: left !important;
}
/* sec3-reports */
@media only screen and (min-width: 780px) {
  #news-details-header {
    font-size: 28px !important;
    line-height: 30px;
    background-color: rgba(0, 0, 0, 0.4);
    padding: 10px;
    border-radius: 3px;
  }
}
@media only screen and (max-width: 575px) {
  #news-details-header {
    width: 100%;
    font-size: 14px !important;
    line-height: 20px;
    background-color: rgba(0, 0, 0, 0.4);
    padding: 10px;
    border-radius: 3px;
  }
  .btn-blue {
    font-size: 14px;
  }
  #new-hero {
    height: 8vh;
  }
  #newsdetheadertitle p,
  #newsdetheadertitle i {
    font-size: 12px;
  }
}
