div.svc_post_grid .svc_post_image, li.svc_event .svc_post_image {
    width: 100%;
    max-width: 100%;
    height: 220px !important;
    border-radius: 5px !important;
    object-fit: cover !important;
}

div.svc_post_grid_s1 article header{
	border: 0px !important;
}

div.svc_post_grid article {
	box-shadow: none !important;
}


div.svc_post_grid_s1 article section a{
    color: #193354;
    font-size: 18px;
    font-weight: 500;
    height: 150px;
}

div.svc_post_grid_s1 article section a:hover{
    color: #1a9ad6;
}

.svc_read_more{
	text-transform: uppercase;
    padding: 0;
    background: none;
    color: #1a9ad6 !important;
    border: none;
    font-size: 12px !important;
    font-weight: 500 !important;
}
.svc_read_more:hover{
    color: #ddd !important;
}

.svc_read_more i{
	display: none;
}