@import './components/custom-select.css';


.banner-container.search-option p { opacity:0.8; margin-bottom: 34px;}
.news-list-container { background:#faf8f1; padding: 0 0 88px; }
.news-list-wrap { max-width:1050px; width:100%; margin:0 auto; padding: 64px 26px 0; }
.news-list-item { border-bottom: 1px solid  #d5dac7;  padding: 46px 0 33px; }
.news-list-item h4 { margin: 2px 0 20px; }
.news-list-item p { margin-bottom: 20px; padding-right: 50px; }
.news-date { font-size:13px; font-family: 'Gotham-Medium'; font-weight:500; color: #3B4C64;}

@media only screen and (max-width:950px) {
    .news-list-container { padding:0 0 10px; }
    .news-list-wrap { padding: 0 39px; }
    .readmore-btn { display: inline-block; width:118px; }
    .readmore-btn a { display: block;  padding: 8px 21px !important;  height: 40px;  background-color: #44546b; color: #fff; }
    .readmore-btn a i { display: none; }
    .news-list-container .page-level .paginate-btn { padding:38px 0 0; }
}

@media only screen and (max-width:767px) { 
    .news-list-wrap { padding-top:20px; }
    .news-list-item { padding-bottom:22px; padding-top: 28px; }
    .news-list-item h4 { margin-bottom: 10px; }
    .news-list-item p { padding-right:0; }
	
	.banner-container:not(.home) {padding-bottom: 29px;}
	.banner-filter {padding:14px 7px 0;}
}

@media only screen and (max-width:620px) { 
    
}