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

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

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

#nfa-image-title-text-url-wrapper .nfa-image-title-text-url-container #nfa-image-title-text-url-image-wrapper {
    position: relative;
    display: flex;
    justify-content: center;
    flex-direction: column;
    flex: 0 0 50%;
}

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

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

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

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

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

#nfa-image-title-text-url-wrapper .nfa-image-title-text-url-container #nfa-image-title-text-url-content-wrapper .nfa-image-title-text-url-content-container {
    position: relative;
    transition: all .2s ease-in-out;
}

#nfa-image-title-text-url-wrapper .nfa-image-title-text-url-container #nfa-image-title-text-url-content-wrapper a:hover .nfa-image-title-text-url-content-container,
#nfa-image-title-text-url-wrapper .nfa-image-title-text-url-container #nfa-image-title-text-url-content-wrapper a:focus .nfa-image-title-text-url-content-container {
    color: #000000;
}

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

#nfa-image-title-text-url-wrapper .nfa-image-title-text-url-container #nfa-image-title-text-url-content-wrapper .nfa-image-title-text-url-content-container a,
#nfa-image-title-text-url-wrapper .nfa-image-title-text-url-container #nfa-image-title-text-url-content-wrapper .nfa-image-title-text-url-content-container a:hover,
#nfa-image-title-text-url-wrapper .nfa-image-title-text-url-container #nfa-image-title-text-url-content-wrapper .nfa-image-title-text-url-content-container a:focus {
    color: #000000;
    border-bottom: 0;
    text-decoration: none;
}

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

#nfa-image-title-text-url-wrapper .nfa-image-title-text-url-container #nfa-image-title-text-url-content-wrapper .nfa-image-title-text-url-content-container::after {
    display: block;
    content: '';
    height: 30px;
    width: 35px;
    background-image: url('../../images/arrows/Neuf Academy - Arrow Right - Blue.svg');
    background-position: left center;
    background-size: contain;
    background-repeat: no-repeat;
    margin-top: 50px;
    transition: all .2s ease-in-out;
}

#nfa-image-title-text-url-wrapper .nfa-image-title-text-url-container #nfa-image-title-text-url-content-wrapper .nfa-image-title-text-url-content-container:hover::after {
    margin-left: 30px;
    transition: all .2s ease-in-out;
}



@media( max-width: 767px ) {
    #nfa-image-title-text-url-wrapper .nfa-image-title-text-url-container {
        flex-direction: column;
        width: 100%
    }
                
    #nfa-image-title-text-url-wrapper .nfa-image-title-text-url-container #nfa-image-title-text-url-image-wrapper {
        flex: 0 0 100%;
    }
                
    #nfa-image-title-text-url-wrapper .nfa-image-title-text-url-container #nfa-image-title-text-url-image-wrapper.left {
        padding-right: inherit;
    }
                
    #nfa-image-title-text-url-wrapper .nfa-image-title-text-url-container #nfa-image-title-text-url-image-wrapper.right {
        padding-left: inherit;
    }
                
    #nfa-image-title-text-url-wrapper .nfa-image-title-text-url-container #nfa-image-title-text-url-image-wrapper .nfa-image-title-text-url-image-container img {
        padding: 0;
    }
                
    #nfa-image-title-text-url-wrapper .nfa-image-title-text-url-container #nfa-image-title-text-url-image-wrapper .nfa-image-title-text-url-image-container {
        padding-bottom: 62.5%;
    }
                
    #nfa-image-title-text-url-wrapper .nfa-image-title-text-url-container #nfa-image-title-text-url-content-wrapper {
        flex: 0 0 100%;
        padding: 35px 15px 0 0;
    }
                
    #nfa-image-title-text-url-wrapper .nfa-image-title-text-url-container #nfa-image-title-text-url-content-wrapper .nfa-image-title-text-url-content-container::after {
        display: block;
        content: '';
        height: 30px;
        width: 35px;
        background-image: url('../../images/arrows/Neuf Academy - Arrow Right - Blue.svg');
        background-position: left center;
        background-size: contain;
        background-repeat: no-repeat;
        margin-top: 50px;
        transition: all .2s ease-in-out;
    }
                
    #nfa-image-title-text-url-wrapper .nfa-image-title-text-url-container #nfa-image-title-text-url-content-wrapper .nfa-image-title-text-url-content-container:hover::after {
        margin-left: 0;
    }
}


@media only screen
  and (min-width: 768px) 
  and (max-width: 1024px) 
  and (orientation: portrait) {
    #nfa-image-title-text-url-wrapper .nfa-image-title-text-url-container {
        flex-direction: column;
        width: 100%
    }
                
    #nfa-image-title-text-url-wrapper .nfa-image-title-text-url-container #nfa-image-title-text-url-image-wrapper {
        flex: 0 0 100%;
    }
                
    #nfa-image-title-text-url-wrapper .nfa-image-title-text-url-container #nfa-image-title-text-url-image-wrapper.left {
        padding-right: inherit;
    }
                
    #nfa-image-title-text-url-wrapper .nfa-image-title-text-url-container #nfa-image-title-text-url-image-wrapper.right {
        padding-left: inherit;
    }
                
    #nfa-image-title-text-url-wrapper .nfa-image-title-text-url-container #nfa-image-title-text-url-image-wrapper .nfa-image-title-text-url-image-container img {
        padding: 0;
    }
                
    #nfa-image-title-text-url-wrapper .nfa-image-title-text-url-container #nfa-image-title-text-url-image-wrapper .nfa-image-title-text-url-image-container {
        padding-bottom: 62.5%;
    }
                
    #nfa-image-title-text-url-wrapper .nfa-image-title-text-url-container #nfa-image-title-text-url-content-wrapper {
        flex: 0 0 100%;
        padding: 35px 0;
    }
                
    #nfa-image-title-text-url-wrapper .nfa-image-title-text-url-container #nfa-image-title-text-url-content-wrapper .nfa-image-title-text-url-content-container::after {
        display: block;
        content: '';
        height: 30px;
        width: 35px;
        background-image: url('../../images/arrows/Neuf Academy - Arrow Right - Blue.svg');
        background-position: left center;
        background-size: contain;
        background-repeat: no-repeat;
        margin-top: 50px;
        transition: all .2s ease-in-out;
    }
                
    #nfa-image-title-text-url-wrapper .nfa-image-title-text-url-container #nfa-image-title-text-url-content-wrapper .nfa-image-title-text-url-content-container:hover::after {
        margin-left: 0;
    }
}