	.item-list ul li{
	  float: left;
    width: 100%;
    padding: 10px;
    background: #f5f6f7 ;
	border-radius:10px !important;
	border: 1px solid #005da8 !important;
margin: 0 0 1% 1%;

}
	
@media only screen and (max-width: 768px) {
	
	.item-list ul li{
		width: 100%;
		height:auto;
	}
	
}

.semanaciencia img{
		object-fit: cover; 
   width: 90%; 
    max-height: none ; 
  height: auto;
	    border-top: 5px solid #005da8;
    border-bottom: 5px solid #005da8;
}

h2{color: #005da8 !important;}
h2 a {
    font-size: 24px !important;
    margin-bottom: 10px !important;
    color: #005da8;
    line-height: 25px;
}