#block-sass-theme-msd-views-block-month-teaser-mode-block-1 .views-row,#block-sass-theme-msd-views-block-month-teaser-mode-block-1-2 .views-row{
	  position: relative;
	  margin-bottom: 40px;
	 
	  a{
	  	color:#68b879;
	  font-family: "Traditional Arabic", serif;
    font-size: 18px;
    font-weight: 900;
    line-height: 24px;
	  }
}
#block-sass-theme-msd-views-block-month-teaser-mode-block-1 ,#block-sass-theme-msd-views-block-month-teaser-mode-block-1-2{

  margin-top: 40px;

}

#block-sass-theme-msd-views-block-month-teaser-mode-block-1 .views-row::after,#block-sass-theme-msd-views-block-month-teaser-mode-block-1-2 .views-row::after{
  content: "NEW";
  position: absolute;
  top: -20px;
  left: -8px;
  background: #00b0f0;;
  color: #fff;
  padding: 5px 10px;
  border-radius: 4px;
  font-size: 11px;
  font-weight: bold;
  animation: bounceNew 1.5s infinite;
}

@keyframes bounceNew {
  0%, 100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-5px);
  }
}