.featured_post .featured_post__tag{
color:#BA0669;
  font-weight: 500;
font-size: 18px;
line-height: 22px;
}
.featured_post .featured_post__card__text{
 margin-top:15px;
  margin-bottom:40px;
}
.featured_post  .post__info {
    font-style: normal;
font-weight: 500;
font-size: 18px;
line-height: 22px;
  color:#B3B3B4;
}
.featured_post  .post__info .post__info-author{
font-weight: 500;
font-size: 18px;
line-height: 22px;
  color:#606060;
}

.featured_post__card-image{
height:100%;
}
.featured_post__card {
  height:100%;
background: #FFFFFF;
box-shadow: 0px 24px 128px rgba(76, 89, 129, 0.2);
border-radius: 20px;
}
.featured_post__card-image{

}
.featured_post__card__top {
  height: 100%;
  position: relative;
  border-radius: 20px 0px 0px 20px;
}

.featured_post__card__top img {
max-width:100%;
  width:100%;
  height:100%;

}
.featured_post__card__bottom {
  background: #FFFFFF;
  padding: 90px 50px 50px 50px;
  height:100%;
border-radius:20px;
}
.featured_post-views {
display:flex;
  align-items:center;
  margin-top:25px;
  float:right;
}



@media only screen and (max-width: 992px) {
 
   .featured_post{
  margin-right:10px;
    margin-left:10px;
  }
  
  .featured_post__card__bottom{
   padding: 50px 30px 50px 30px;
   
  }
}
@media only screen and (max-width: 768px){
 .featured_post__card__top{
    min-height:250px;
  border-radius: 20px 20px 0px 0px;
  }
 
}
@media only screen and (max-width: 540px) {

  .featured_post__card__bottom{
   padding:20px;
padding-bottom:50px;
  }
 
 

  .featured_post-views{
  margin-top:15px;
  }

  }
  
}