.district-news-section .homeNewsWrapper .newsItem .inside .newsContent .inside-padding .newsTitle{font-size: 15px;}
/*@media screen and (max-width: 900px){*/
	.homeNewsWrapper{position: relative;}
	.homeNewsWrapper .controls .arrows{display: flex; justify-content: center; align-items: center; position: relative; padding-top: 20px;}
	.homeNewsWrapper .controls .arrows .slick-arrow{position: relative; font-size: 0; border: 0; width: 40px; background: #001A43;}
	.homeNewsWrapper .controls .arrows .slick-arrow:after{color: #fff;}
	.homeNewsWrapper .controls .arrows .slick-next{margin-left: 20px;}
	.homeNewsWrapper .slick-slide{opacity: 0.6;}
	.homeNewsWrapper .slick-active{opacity: 1;}
  /*}*/

.newsList{text-align: center;}
.newsItem .image .inside{height: 150px;}
a.newsItem{display: inline-block; /*width: 32%;*/ vertical-align: top; color: #706f6f; /* margin: 0 1% 0 1%;*/ background: #fff; position: relative; box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.16),0px 2px 5px 0 rgba(0, 0, 0, 0.26); transition: all .2s ease-in-out; text-align: left;}
a.newsItem:first-child{margin-left: 0;}
a.newsItem:last-child{margin-right: 0;}
a.newsItem:hover{text-decoration: none;color: #706f6f;}
.newsItem > .inside{position: relative;}
.newsItem .image{position: relative;}
.newsItem .newsDate{color: #706f6f; font-style: italic; margin-bottom: 15px;}
.newsItem .newsTitle{font-size: 16px; line-height: 1.2em; margin-bottom: 15px;}
/* .newsItem .readMore{display: block; position: absolute; bottom: 0; left: 0; transition: all .2s ease-in-out; width: 100%; padding: 10px 0 10px 0; text-align: center; font-size: 17px;} */
.newsItem span.ripple{box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.16),0px 2px 5px 0 rgba(0, 0, 0, 0.26); width: 45px; line-height: 45px; display: block; text-align: center; border-radius: 50%; position: absolute; bottom: -23px; right: 20px; transition: all .2s ease-in-out; color: #fff; z-index: 1;}
.newsItem:hover, .newsItem span.ripple:hover{text-decoration: none; box-shadow: 0 6px 20px 0 rgba(0, 0, 0, 0.19),0px 8px 17px 0 rgba(0, 0, 0, 0.2);}