.newsitem {
  display: flex;
  gap: 20px;
  flex-direction: column;
}

.newsitem__article {
  flex: 1 0 0px;
}

.newsitem__article h2, .newsitem__article h3, .newsitem__article h4, .newsitem__article h5,  .newsitem__article h6  {
  padding: 15px 0;
}

.newsitem__rightside_div {

  text-align: center;
}

.newsitem__rightside_div .newsitem__rightside_div__keyword {
  color: white;
  display: inline-block;
  background-color: var(--primary);
  text-decoration: none;
  margin: 7px;
  padding: 9px;
  border-radius: 7px;
  width: calc(100% - 14px);
}

.newsitem__rightside_div .newsitem__rightside_div__keyword:hover {
  background: rgb(252, 175, 26);
}





.article__authordate {
  display: flex;
  align-items: center;
  min-height: 100px;
  justify-content:flex-start;
  gap: 20px;
}

.article__author__img {
  max-height: 100px;
  max-width: 100px;
  /* padding: 5px; */
  border: 1px solid rgb(131, 127, 127);
  border-radius: 50%;
  margin-top: 10px;
  margin-bottom: 20px;
  margin-right: 20px;
}


.blog__author__img {
  max-height: 100px;
  max-width: 150px;
  /* padding: 5px; */
  border: 0;
  border-radius: 5px;
  margin-top: 10px;
  margin-bottom: 20px;
  margin-right: 20px;
}

.article__author {
  font-weight: bold;
}




@media (min-width: 700px) {

    .newsitem {
    flex-direction: row;
  }

  .newsitem__rightside {
    flex: 0 0 300px;
  }
}

.video_wrapper {
  position: relative;
  padding-bottom: 56.25%; /* 16:9, for an aspect ratio of 1:1 change to this value to 100% */


}


.video_wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}


.newsitem a {
  color: #316aca;
}

.newsitem p {
  padding: 7px 0;
}

a:hover,
a:active {
  color: #23527c;
}

/* .newsitem__rightside ul {
    padding-left: 20px;
  } */

.newsitem ul,
.newsitem ol {
  padding-left: 30px;
  line-height: 1.7;
}

.newsitem ul {
  list-style-type: square;
}

.newsitem p {
  line-height: 1.7;
}

.newsitem__rightside_title {
  background-color: var(--secondary);
  color: white;
  padding: 7px;
  font-size: 1.2rem;
  font-weight: 300;
  margin: 10px 0;
}

.newsitem__rightside_ul li {
  padding-bottom: 15px;
}

.newsitem__rightside_ul a {
  text-decoration: none;
}
.newsitem__rightside_ul a:hover {
  text-decoration: underline;
}

.subscribe-newsletter-ad {
  background-color: var(--primary);
  padding: 30px;
  margin-top: 20px;
}

.subscribe-newsletter-ad__title {
  font-size: 32px;
  font-weight: 500;
  line-height: 1.3;
  color: white;
}
.subscribe-newsletter-ad__description {
  font-size: 16px;
  color: #fff;
}

.subscribe-newsletter-ad__button {
  display: inline-block;
  margin: 10px 0;
  padding: 10px 30px;
  border-radius: 3px;
  color: #fff;
  background-color: #80539c;


}

.subscribe-newsletter-ad__button:hover {
  box-shadow: inset 0 0 0 99999px rgba(0, 0, 0, 0.2);
  cursor: pointer;
  text-decoration: underline;
}

a.subscribe-newsletter-ad__link {
  color: #fff;
  text-decoration: none;
}

.subscribe-newsletter-ad__link:hover,
.subscribe-newsletter-ad__link:active,
.subscribe-newsletter-ad__link:visited {
  color: #fff;
  text-decoration: underline;
  cursor: pointer;
}
