/* body.page-template-helpful-links-resources header.site-header {
    padding: 0;
}
body.page-template-helpful-links-resources nav.navigation-header {
    padding: 10px 0;
    background: rgba(32, 84, 147, 0.57);
}
body.page-template-helpful-links-resources .navigation-row {
    align-items: end;
}
body.page-template-helpful-links-resources .navigation-lang {
    top: -30px;
}
body.page-template-helpful-links-resources .navigation-brand {
    top: 80px;
} */
section.helpful-link-resources {
    padding: 150px 0 32px;
}
section.helpful-link-resources  .foster-care-title h1 {
    font-size: 34px;
    color: #333;
}
section.helpful-link-resources .foster-care-title{
    padding-bottom: 35px;
}
.helpful-link-resources-img {
    position: relative;
    padding-bottom: 39%;
    max-width: 400px;
    margin: 0 auto;
}
.helpful-link-resources-img img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    max-width: 100%;
}

@media only screen and (max-width: 1024px){
    
    body.page-template-helpful-links-resources .menu-icon span{
        background-color: #fff;
        opacity: 0.7;
    }
}

@media only screen and (max-width: 991px){
    .helpful-link-resources-img {
        padding-bottom: 62%;
    }
}

@media only screen and (max-width: 767px){
    
    .helpful-link-resources-img {
        padding-bottom: 76%;
    }
    section.helpful-link-resources .container {
        padding: 0 30px;
    }
}

@media only screen and (min-width: 768px){
    .main-helpful-links {
        width: 66.66666667%;
        margin: 0 auto;
    }
}