#nfa-image-title-text-wrapper {
    position: relative;
}

#nfa-image-title-text-wrapper a,
#nfa-image-title-text-wrapper a:hover,
#nfa-image-title-text-wrapper a:focus {
    border-bottom: 0;
    text-decoration: none;
}

#nfa-image-title-text-wrapper .nfa-image-title-text-container {
    position: relative;
    display: flex;
    flex-direction: row;
    width: 100%;
    justify-content: flex-end;
}

#nfa-image-title-text-wrapper.image-position-right .nfa-image-title-text-container {
    justify-content: flex-start;
}

#nfa-image-title-text-wrapper .nfa-image-title-text-container #nfa-image-title-text-image-wrapper {
    position: absolute;
    display: flex;
    justify-content: center;
    flex-direction: column;
    flex: 0 0 40%;
    width: 40%;
}

#nfa-image-title-text-wrapper .nfa-image-title-text-container #nfa-image-title-text-image-wrapper.left {
    top: 0;
    left: 0;
    padding-right: 5%;
}

#nfa-image-title-text-wrapper .nfa-image-title-text-container #nfa-image-title-text-image-wrapper.right {
    top: 0;
    right: 0;
    padding-left: 5%;
}

#nfa-image-title-text-wrapper .nfa-image-title-text-container #nfa-image-title-text-image-wrapper .nfa-image-title-text-image-container img {
    position: absolute;
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center;
    padding: 70px 0;
}

#nfa-image-title-text-wrapper .nfa-image-title-text-container #nfa-image-title-text-image-wrapper .nfa-image-title-text-image-container {
    position: relative;
    height: 0;
    padding-bottom: calc( 130% + 140px );
}

#nfa-image-title-text-wrapper .nfa-image-title-text-container #nfa-image-title-text-content-wrapper {
    position: relative;
    display: flex;
    flex-direction: column;
    flex: 0 0 60%;
    padding: 100px 0 70px 0;
}

#nfa-image-title-text-wrapper .nfa-image-title-text-container #nfa-image-title-text-content-wrapper .nfa-image-title-text-content-container {
    position: relative;
}

#nfa-image-title-text-wrapper .nfa-image-title-text-container #nfa-image-title-text-content-wrapper .nfa-image-title-text-content-container ul,
#nfa-image-title-text-wrapper .nfa-image-title-text-container #nfa-image-title-text-content-wrapper .nfa-image-title-text-content-container ol {
    margin-top: 20px;
    padding-left: 15px;
}

#nfa-image-title-text-wrapper .nfa-image-title-text-container #nfa-image-title-text-content-wrapper .nfa-image-title-text-content-container h2.nfa-image-title-text-content-title {
    font-size: 1.75rem;
    color: #001036;
    margin-bottom: 2rem;
}

#nfa-image-title-text-wrapper .nfa-image-title-text-container #nfa-image-title-text-content-wrapper .nfa-image-title-text-content-container p:last-of-type {
    margin-bottom: 0;
}




@media( max-width: 767px ) {
    #nfa-image-title-text-wrapper {
        margin-bottom: 70px!important;
        background: linear-gradient(to bottom, #F5F1E7 0 100%, transparent 100% 100%)!important;
    }
    
    #nfa-image-title-text-wrapper .nfa-image-title-text-container {
        flex-direction: column;
        width: 100%;
    }
    
    #nfa-image-title-text-wrapper .nfa-image-title-text-container #nfa-image-title-text-image-wrapper {
        position: relative;
        display: flex;
        justify-content: center;
        flex-direction: column;
        flex: 0 0 100%;
        width: 100%;
    }
    
    #nfa-image-title-text-wrapper .nfa-image-title-text-container #nfa-image-title-text-image-wrapper.left {
        padding-right: inherit;
    }
    
    #nfa-image-title-text-wrapper .nfa-image-title-text-container #nfa-image-title-text-image-wrapper.right {
        padding-left: inherit;
    }

    #nfa-image-title-text-wrapper .nfa-image-title-text-container #nfa-image-title-text-image-wrapper .nfa-image-title-text-image-container {
        position: relative;
        top: -30px;
        padding-bottom: 75%;
    }
    
    #nfa-image-title-text-wrapper .nfa-image-title-text-container #nfa-image-title-text-image-wrapper .nfa-image-title-text-image-container img {
        padding: 0;
    }
            
    #nfa-image-title-text-wrapper .nfa-image-title-text-container #nfa-image-title-text-content-wrapper {
        flex: 0 0 100%;
        padding: 40px 0 70px 0;
    }
}


@media only screen
  and (min-width: 768px) 
  and (max-width: 1024px) 
  and (orientation: portrait) {
    #nfa-image-title-text-wrapper {
        margin-bottom: 70px!important;
    }
    
    #nfa-image-title-text-wrapper .nfa-image-title-text-container {
        flex-direction: column;
        width: 100%;
    }
    
    #nfa-image-title-text-wrapper .nfa-image-title-text-container #nfa-image-title-text-image-wrapper {
        position: relative;
        display: flex;
        justify-content: center;
        flex-direction: column;
        flex: 0 0 100%;
        width: 100%;
    }
    
    #nfa-image-title-text-wrapper .nfa-image-title-text-container #nfa-image-title-text-image-wrapper.left {
        padding-right: inherit;
    }
    
    #nfa-image-title-text-wrapper .nfa-image-title-text-container #nfa-image-title-text-image-wrapper.right {
        padding-left: inherit;
    }
    
    #nfa-image-title-text-wrapper .nfa-image-title-text-container #nfa-image-title-text-image-wrapper .nfa-image-title-text-image-container img {
        padding: 0;
    }
            
    #nfa-image-title-text-wrapper .nfa-image-title-text-container #nfa-image-title-text-content-wrapper {
        flex: 0 0 100%;
        padding: 100px 0 70px 0;
    }
}