/* Repeating tile layout */

@media (min-width: 992px) {



    .news-tiles .news-tile  {
        flex: 0 0 calc(100% / 3);
        max-width: calc(100% / 3);
    }
	
    

}
/* Repeating tile layout end */

/* news tile styling */

.panel
{
 	margin-bottom: auto;
  	border: none;
  	border-radius: 0;
    box-shadow: none;
  	background-color: #eee;
	
}

.news-tile-title
{
 	font-size: 1.6rem;
  	
}


.news-tile-abstract p {
     display: -webkit-box;
     -webkit-line-clamp: 4;
     -webkit-box-orient: vertical;
     overflow: hidden;
   }

/* news tile styling end */

/* intro styling */

.boxstyle_.box3  {
    font-weight: bolder;
    font-size: x-large;
border:none;

}


/* intro styling end */