/* CSS home page */
#hp-recent{
    padding: 1.25rem 0 2.5rem 0;
}
#hp-recent .recents-posts{
    padding-right: 1.25rem;
}
@media (max-width: 47.9375rem) {
    #hp-recent{
        padding-top: 0;
    }
	#hp-recent .recents-posts{
        padding-right: 0;
    }
}
#hp-recent .recents-posts>.main-title{
    margin-bottom: 1.25rem;
    margin-left: 0.625rem;
}

#home-modules{
    background-color: #F5F5F5;
    margin-bottom: 1.25rem;
    margin-top: -1.25rem;
    padding: 3.75rem 0; /* 60px */
}
#home-modules .container{
    align-items: stretch;
}
#home-modules .col-left{
    margin-bottom: 0;
}

@media (max-width: 47.9375rem) {
    #home-modules .col-left{
        margin-bottom: 1.875rem;
    }
    #home-modules{
        padding: 1.875rem 0; /* 60px */
    }
}