.news-listing-section { padding: 60px 0; position: relative; overflow: hidden; } 
.news-listing-section::before { content: ''; position: absolute; background-image: url(../images/bg-gears-white.jpg); left: 0; top: -65%; width: 100%; height: 100%; z-index: -1; background-repeat: no-repeat; background-size: 100%; background-position: bottom; } 
.news-listing-section::after { content: ''; position: absolute; top: 0; height: 15px; background: #EEEEE4; left: 0; width: 100%; z-index: 1; } 
.news-listing-section .news-listing-category-wrapper { display: flex; justify-content: space-between; } 
.news-listing-section .news-listing-category-wrapper .news-listing-wrapper { max-width: calc(100% - 280px); flex: 0 0 calc(100% - 280px); padding-right: 50px; } 
.news-listing-section .news-listing-category-wrapper .news-listing-wrapper .news-listing-item:not(:last-child) { margin-bottom: 25px;padding-bottom: 27px;border-bottom: 1px solid #EEEEE4; } 
.news-listing-section .news-listing-category-wrapper .news-listing-wrapper .news-listing-item .date { display: block; line-height: 1.2; } 
.news-listing-section .news-listing-category-wrapper .news-listing-wrapper .news-listing-item h3 { color: #6d4199; margin-bottom: 15px; } 
.news-listing-section .news-listing-category-wrapper .news-listing-wrapper .news-listing-item p { display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; overflow: hidden; margin-bottom: 12px; } 
.news-listing-section .news-listing-category-wrapper .news-listing-wrapper .news-listing-item .continue-reading-link { font-weight: 700; color: #74b62f; } 
.news-listing-section .news-listing-category-wrapper .news-listing-wrapper .news-listing-item .continue-reading-link:hover { text-decoration: underline; } 
.news-listing-section .news-listing-category-wrapper .category-wrapper { max-width: 280px; flex: 0 0 280px; } 
.news-listing-section .news-listing-category-wrapper .category-block { border-radius: 12px; padding:15px 15px 20px; background: #EEEEE4; } 
.news-listing-section .news-listing-category-wrapper .category-block h4 { font-family: "Roboto", sans-serif; margin-bottom: 12px; } 
.news-listing-section .news-listing-category-wrapper .category-block ul { padding-left: 10px;padding-right: 5px; } 
.news-listing-section .news-listing-category-wrapper .category-block ul li a { position: relative; padding-left: 10px; color: #74b62f; line-height: 1.2; } 
.news-listing-section .news-listing-category-wrapper .category-block ul li a:hover { text-decoration: underline; } 
.news-listing-section .news-listing-category-wrapper .category-block ul li { line-height: 1.2; } 
.news-listing-section .news-listing-category-wrapper .category-block ul li+li { margin-top: 15px; } 
.news-listing-section .news-listing-category-wrapper .category-block ul li a::before { position: absolute; content: ''; left: 0; top: 8px; height: 4px; width: 4px; border-radius: 50%; background-color: #74b62f; } 
.news-listing-section .news-listing-category-wrapper .category-block ul li span { margin-left: 2px; color: #74b62f; line-height: 1.2; } 
.news-listing-section .news-listing-category-wrapper .category-block:not(:last-child) { margin-bottom: 15px; } 
.news-listing-section .news-listing-category-wrapper .category-image-block { margin-top: -30px; text-align: center; } 
.news-listing-section .news-listing-category-wrapper .category-image-block img { max-width: 200px; } 
.news-listing-section .news-listing-category-wrapper .category-block .el-tab-box li { display: flex;align-items: center;flex-wrap: wrap;justify-content: space-between;}
.news-listing-section .news-listing-category-wrapper .category-block .el-tab-box li > a { width: calc(100% - 25px);}
.news-listing-section .news-listing-category-wrapper .category-block .el-panel { max-width: 100%;flex: 0 0 100%;margin: 7px 0 5px;display: none;padding-left: 15px;}
.news-listing-section .news-listing-category-wrapper .category-block .el-tab { min-width: 20px;height: 18px;position: relative;cursor: pointer;}
.news-listing-section .news-listing-category-wrapper .category-block .el-tab::before,
.news-listing-section .news-listing-category-wrapper .category-block .el-tab::after { position: absolute;content: '';left: 0;right: 0;top: 50%;transform: translateY(-50%);width: 20px;height: 18px;background-image: url(../images/plus-icon-white.svg);background-repeat: no-repeat;background-size: 12px;background-position: center;}
.news-listing-section .news-listing-category-wrapper .category-block .el-tab::after { background-image: url(../images/minus-icon-white.svg);opacity: 0;}
.news-listing-section .news-listing-category-wrapper .category-block .active .el-tab::after { opacity: 1;}
.news-listing-section .news-listing-category-wrapper .category-block .active .el-tab::before { opacity: 0;}
.news-listing-section .news-listing-category-wrapper .category-block .el-tab-box .el-panel li+li { margin-top: 10px;}
@media(max-width:1199px){
 .news-listing-section .news-listing-category-wrapper .news-listing-wrapper { max-width: calc(100% - 220px); flex: 0 0 calc(100% - 220px); padding-right: 30px; } 
 .news-listing-section .news-listing-category-wrapper .category-wrapper { max-width: 220px; flex: 0 0 220px; } 
 .news-listing-section .news-listing-category-wrapper .news-listing-wrapper .news-listing-item:not(:last-child) { margin-bottom: 20px;padding-bottom: 22px; } 
 .news-listing-section .news-listing-category-wrapper .category-image-block img { max-width: 160px; } 
 .news-listing-section { padding: 50px 0; } 
 }
@media(max-width:767px){
 .news-listing-section .news-listing-category-wrapper .news-listing-wrapper { max-width: 100%; flex: 0 0 100%; padding-right: 0; margin-bottom: 30px; } 
 .news-listing-section .news-listing-category-wrapper .category-wrapper { max-width: 100%; flex: 0 0 100%; } 
 .news-listing-section .news-listing-category-wrapper { flex-wrap: wrap; } 
 .news-listing-section { padding: 40px 0; } 
 .news-listing-section .news-listing-category-wrapper .news-listing-wrapper .news-listing-item h3 { margin-bottom: 12px; } 
 }