.members-news {
  margin-bottom: 40px;
}
@media (min-width: 768px) and (max-width: 1160px) {
  .members-news {
    margin: 0 50px;
  }
}
@media (max-width: 767px) {
  .members-news {
    margin: 0 30px;
  }
}
.members-news .description {
  line-height: 30px;
  font-size: 18px;
  margin: 0 0 30px 0;
  text-align: justify;
}
@media (min-width: 1200px) {
  .members-news .members-details {
    display: grid;
    grid-template-columns: 1fr 1fr;
    /* two equal columns */
    gap: 20px;
    /* space between columns (optional) */
  }
}
.members-news .members-details .scholars-div {
  background-color: #fff;
  padding: 25px;
  display: flex;
  box-shadow: 0px 1px 2px 1px rgba(0, 0, 0, 0.0588235);
  border: 1px solid #f2f2f2;
  border-radius: 15px;
  transition: all 0.3s ease;
  margin-bottom: 20px;
  gap: 20px;
}
@media (max-width: 767px) {
  .members-news .members-details .scholars-div {
    display: block;
    padding: 25px 20px;
  }
}
.members-news .members-details .scholars-div:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 20px -5px rgba(0, 0, 0, 0.1019607843);
}
.members-news .members-details .scholars-div .left {
  margin-bottom: 10px;
}
@media (max-width: 481px) {
  .members-news .members-details .scholars-div .left {
    text-align: center;
  }
}
.members-news .members-details .scholars-div .left img {
  width: 135px;
  height: 135px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
}
.members-news .members-details .scholars-div .right {
  flex: 1 1 0%;
}
.members-news .members-details .scholars-div .right .title {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 10px;
  color: #333333;
}
.members-news .members-details .scholars-div .right .member-description {
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
  color: #333333;
}
.members-news .members-details .scholars-div .right a {
  background-color: #e37705;
  color: #fff;
  display: inline-block;
  padding: 8px 35px;
  border-radius: 5px;
  transition: 0.3s;
  font-size: 18px;
  font-weight: 400;
  text-transform: capitalize;
}
.members-news .members-details .scholars-div .right a:hover {
  transition: 0.3s;
  color: #fff !important;
  background-color: #005f60;
  transform: translate(0px, -3px);
}
.members-news .members-details .scholars-div .right ul {
  margin-bottom: 20px;
}
.members-news .members-details .scholars-div .right ul li {
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
  color: #333333;
  padding: 3px 0px;
  list-style: disc;
}

.members-news {
  margin: 30px 0;
}
.members-news .author-card {
  border: 1px solid #d8d8d8;
  border-radius: 4px;
  margin-bottom: 1rem;
  background-color: #fff;
  padding: 10px 15px;
  border-left: 4px solid #e37705;
  display: flex;
  justify-content: space-between;
  gap: 10px;
  height: 80px;
  align-items: center;
  transition: all 0.3s ease;
  box-shadow: 3px 3px 10px #d5d5d5;
}
.members-news .author-card:hover {
  border-left: 4px solid #005f60;
  transform: translateY(-3px);
  box-shadow: 0 10px 20px -5px rgba(0, 0, 0, 0.1019607843);
}
.members-news .author-card a {
  color: #005f60;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  width: 100%;
}
.members-news .author-card span {
  flex: 0 0 1%;
}
/*# sourceMappingURL=member-in-the-news.css.map */
