.content-section{
    
}
.inner-page{
    background-color: #FDF4E8;
    padding-top: 6rem;
    padding-bottom: 6rem;
}
.page-title{
    font: normal normal 700 3rem /1.2 "Poppins", sans-serif;
    color: #FC5E02 !important;
    text-align: center;
}
.content-section{
    margin-top: 2rem;
}
/***** Custom Post type News ******/
.news-page-title{
    font: normal normal 700 2.5rem / 2.1875rem "Poppins", sans-serif;
    color: #FC5E02 !important;
    text-align: center;
    margin-bottom: 2rem;
}
.news-archive-image{
    max-width: 220px;
}
.news-archive h3 a, .events-archive h3 a{    
    font: normal normal 600 1.625rem / 1.875rem "Poppins", sans-serif;
    color: #FC5E02 ;
    text-decoration: none;
}
.event-past-content {
    padding-left: 3rem;
}
@media (max-width: 576px) {
    .past-archive-image {
        width: 100%;
    }
    .event-past-content {
    padding-left: 1rem;
    }
    .events-archive {    
        padding-left: 1rem !important;
        padding-right: 1rem;
    }
}
/***** Custom Post type News ends ******/