article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, main {
	display: block;
}

ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
*,
*::after,
*::before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}


span.popular {
    font-size: 30px;
    display: block;
    color: white;
    margin-bottom: -29px;
    background: #70e1f5 !important;
    background: -webkit-linear-gradient(to right, #70e1f5, #ffd194) !important;
    background: linear-gradient(to right, #2c3e50, #ff625e) !important;
    margin-top: -47px;
        font-family: Montserrat;
    font-weight: 700;
        border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}


html * {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}