#nfa-image-quote-link-wrapper #nfa-image-quote-link-image-wrapper {
    position: relative;
}

#nfa-image-quote-link-wrapper .nfa-image-quote-link-content-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
}

#nfa-image-quote-link-wrapper .nfa-image-quote-link-content-container .nfa-image-quote-link-quote-content {
    font-family: 'Roboto Slab';
    font-size: 1.5rem;
    line-height: 2rem;
}

#nfa-image-quote-link-wrapper .nfa-image-quote-link-content-container a {
    display: block;
    font-weight: 400;
    max-width: fit-content;
}

#nfa-image-quote-link-wrapper .nfa-image-quote-link-content-container a::after {
    font-family: 'Fontawesome';
    content: '\f105';
    font-size: 14px;
    margin-left: 10px;
    transition: all .2s ease-in-out;
}

#nfa-image-quote-link-wrapper .nfa-image-quote-link-content-container a:hover::after {
    font-size: 14px;
    color: #EA9D83;
    margin-left: 30px;
    transition: all .2s ease-in-out;
}


@media( max-width: 767px) {
    #nfa-image-quote-link-wrapper #nfa-image-quote-link-image-wrapper {
        position: relative;
        left: inherit!important;
        width: 100%!important;
        margin-bottom: 30px;
    }
    
    #nfa-image-quote-link-wrapper .nfa-image-quote-link-content-container .nfa-image-quote-link-quote-content {
        line-height: 2rem;
        margin-bottom: 0;
    }
        
    #nfa-image-quote-link-wrapper .nfa-image-quote-link-content-container a:hover::after {
        margin-left: 10px;
        transition: all .2s ease-in-out;
    }
}


@media only screen
  and (min-width: 768px) 
  and (max-width: 1024px) 
  and (orientation: portrait) {
    #nfa-image-quote-link-wrapper #nfa-image-quote-link-image-wrapper {
        position: relative;
        left: inherit!important;
        width: 100%!important;
        margin-bottom: 30px;
    }
    
    #nfa-image-quote-link-wrapper .nfa-image-quote-link-content-container .nfa-image-quote-link-quote-content {
        line-height: 2rem;
        margin-bottom: 0;
    }
        
    #nfa-image-quote-link-wrapper .nfa-image-quote-link-content-container a:hover::after {
        margin-left: 10px;
        transition: all .2s ease-in-out;
    }
  }


  @media only screen and ( min-width: 768px ) and ( max-width: 1299px ) {
    #nfa-image-quote-link-image-wrapper {
        width: 90%!important;
        margin-bottom: 15px;
    }
}