.news-gallery-main {
    padding: 0;
}
.news-gallery .quiz-wrapper h3 {
    margin: 0 0 14px;
}
.news-gallery .quiz-wrapper p {
    font-family: "Oswald",sans-serif;
    font-size: 16.6px;
}
.news-gallery a:hover{
    text-decoration: none;
}
.newsGallery figure {
    background-position: center center;
    background-size: cover;
    display: inline-block;
    height: 160px;
    margin-bottom: 15px;
    width: 100%;
}
.newsGallery h2 {
    font-size: 16.6px;
    font-weight: 600;
    margin: 0 0 10px;
    text-transform: uppercase;
}
.newsGallery img {
    display: none;
}
.newsGallery {
    background-color: #fff;
    box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2);
    margin-bottom: 30px;
    padding: 10px;
    position: relative;
    width: 100%;
}
.news-gallery-newsinit {
    display: inline-block;
    margin: 25px 0;
    padding-right: 20px;
    width: 100%;
}
.newsGallery i {
    color: #d92323;
    font-size: 16px;
    margin-right: 7px;
}
.vote-count {
    color: #000;
    font-size: 15px;
    font-weight: 600;
}
.lg-sub-html * {
    color: #fff;
}
.lg-sub-html h2 {
    margin: 0 0 10px;
}
.lg-sub-html p {
    font-size: 15px;
    margin: 5px 0 4px;
    padding: 0 15px;
}
@media(max-width:767px){
    .news-gallery-newsinit {
        padding: 0 20px;
        width: 100%;
    }
    .newsGallery{
        margin-bottom: 20px;
    }
}