/* Standalone title */
@import url('https://fonts.googleapis.com/css2?family=Lato&display=swap');
body.standalone h1.headerTitle {
font-family: 'Lato', sans-serif !important; 
font-style: normal;
font-weight: 900 !important;
}

/* This will change the appearance of the post boxes */
.feature {
box-shadow: 0px 25px 56px #E3E5E8 !important;
border-radius: 6px !important;
}

/* This will change the appearance of the category tags */
.feature .category {
border-radius: 3px;
}

.featureContent h2:not(:first-child) {
	margin-top: 40px;
}

.featureTitle a{
    color: #34495e !important;
}