.page-header .container {
    text-align: center!important;
}

.page-header__description p {
    margin-bottom: 0rem!important;
}

.page-header {
    padding-bottom: 0px!important;
    padding-top: 4rem!important;
}

.projectBannerLink:hover {
    filter: drop-shadow(0px 10px 20px rgba(0, 0, 0, 0.1));
}

a.projectBannerLink {
    text-decoration-color: var(--behr-black);
    text-decoration: none;
}

.project-resources a:hover {
    color: #465058;
}
.projectBannerLink .prod-card__cta:hover {
    text-decoration: none;
    
}
.projectBannerLink {
    background: white;
    display: flex;
    flex-direction: column;
    height: auto;
    position: relative;
    transition: all .1s ease-in;
}

.hero-banner__wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
}
.hero-banner__mobile{
    width: 100%;
}
@media (max-width: 1199px) {
    .hero-banner__wrapper h1 {
        font-size: 40px !important;
        line-height: 44px !important;
    }
}
@media (max-width: 1199px) {
    .page-header .container h1 {
        font-size: 32px !important;
        line-height: 36px !important;
    }
    .page-header .container .page-header__description {
        padding-top: 20px!important;    
    }
}
.project-resources .threeColLayout h3 {
    font-size: 24px;
    line-height: 28px;
    margin-bottom: 10px;
}
.project-resources .threeColLayout h3, .fourColLayout h3 {
    font-family: var(--behr-body-and-label-font);
    font-weight: var(--behr-bold) !important;
}
.project-resources .row:not(:last-child) {
    padding-bottom: 20px;   
}

.project-resources .projectBannerLink h3 {
    font-family: var(--behr-body-and-label-font)!important;
    font-size: 24px!important;
    line-height: 28px;
    font-weight: 700!important;
    color: #333333!important;
    margin-bottom: 5px;
}