.hero-secondary.hero-basic .hero-secondary-inner .hero-secondary-background-green {
    background-color: rgba(217,207,185,.3);
}

.hero-secondary.hero-basic .hero-secondary-inner {
    height: 245px;
}

.hero-secondary.hero-basic .hero-secondary-inner .hero-secondary-text-wrapper a {
    color: #01426A;
    /* Overridden as padding top was considerated from main css */
    padding-top: 90px;
}

.featured-image {
    margin-top: 51px;
    margin-bottom: 34px;
}

.entry-content {
    /* max-width: 800px;
    margin-left: auto;
    margin-right: auto; */
    
    font-size: 18px;
    color: #636363;
}
.container-inline-padding{
    padding-inline: 50px;
}

.without-featured{
    margin-top: 85px;
}
.site-main-404 .without-featured{
    margin-bottom: 1rem;
}

.entry-content h1 {
    font-size: 45px;
    font-weight: 800;
    color: #01426A;
    margin-bottom: 0;
}

.content-main{
    margin-top: 0.5rem;
}

.entry-content h3 {
    font-size: 28px;
}
.entry-content h4 {
    font-size: 24px;
}
.entry-content h5 {
    font-size: 24px;
    font-weight: 800;
    color: #008C44;
}

.entry-content ol li::marker,
.entry-content ul li::marker{
    font-weight: 800;
    color: #008C44;
}
