.block-actnowaction-block {
    background-image: url(images/us-flag-2.jpg);
    position: relative;
    padding: 40px 0;
    background-repeat: no-repeat;
    background-attachment: fixed;
    z-index: 1;
    background-position: center;
    background-size: cover;
    text-align: center;
}
.block-actnowaction-block::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    background-color: rgba(37,44,99,0.7);
    content: "";
    z-index: -1;
    display: unset !important;
}
.block-actnowaction-block h1 {
    color: rgba(255,255,255,1);
    margin: 0 0 20px;
    font-size: 42px;
    font-weight: 800;
    letter-spacing: 0;
    margin: 0;
}
.block-actnowaction-block h5 {
    color: rgba(255,255,255,1);
    margin: 0;
    font-size: 2.4rem;
    text-transform: uppercase;
}