h2 {
    color: #2B2B2B !important;
}

.home_cta_a
{
    padding-top: 74px;
    padding-bottom: 0px;
}
.home_cta_b
{
    padding-top: 74px;
    padding-bottom: 74px;
}

.featured_publication {
    margin-bottom: 0;
    padding-top: 48px;
    padding-left: 0;
    padding-bottom: 180px;
    margin-left: 0 !important;
}
.featured_box
{
    margin-top: 0px;
}
#bottom_featured {
    margin-top: -100px;
}

#bottom_featured h4 {
    line-height: 29px;
    margin-bottom: 8px;
}

.featured_title {
    font-weight: 400;
    font-family: 'Public Sans';
    font-size: 29px;
    color: #313131 !important;
    margin-bottom: 15px;
}


#advertising_section
{
    padding-top: 74px !important;
    margin-bottom: 74px !important;
}

#company_logo_content_box .tier {
    text-align: center;
}

.tiers {
    margin-bottom: 2rem;
}

.tiers h4 {
    color: #606060;
    text-transform: uppercase;
    margin-top: 2rem;
    margin-bottom: 2rem;
    border-bottom: 2px solid #d9d9d9;
    padding-bottom: 0.5rem;
}

#company_logo_content_box a {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 60px;
}

#company_logo_content_box img {
    max-width: 180px !important;
    max-height: 55px; 
}

.img-cta
{
    margin-top: -80px!important;
}

@media (max-width: 767px) {

    .home_cta_a
    {
        padding-top: 32px;
        padding-bottom: 0px;
    }
    .home_cta_c
    {
        padding-top: 32px;
        padding-bottom: 32px;
    }
    #advertising_section
    {
        padding-top: 32px !important;
        margin-bottom: 32px !important;
    }

}
@media (max-width: 480px){
    .img-cta .home_content_box
    {
        display: inherit !important;
    }
}

@media (max-width: 1024px) {
    #bottom_featured {
        margin-top: 0;
        margin-bottom: 50px;
    }

    .featured_publication {
        padding-bottom: 20px;
        margin-bottom: 15px;
    }
}

@media (min-width: 1320px) {
    .featured_publication {
        padding-left: 33px;
        margin-left: -33px !important;
    }
}