#nfa-2-cols-list-wrapper #nfa-2-cols-list-items-wrapper {
    display: inline-flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 70px;
}

#nfa-2-cols-list-wrapper #nfa-2-cols-list-items-wrapper #nfa-2-cols-list-single-item-wrapper {
    position: relative;
    flex: 0 0 calc( 50% - 70px );
    padding-bottom: 35px;
}

#nfa-2-cols-list-wrapper #nfa-2-cols-list-items-wrapper #nfa-2-cols-list-single-item-wrapper a.nfa-2-cols-list-title-link {
    position: relative;
}

#nfa-2-cols-list-wrapper #nfa-2-cols-list-items-wrapper #nfa-2-cols-list-single-item-wrapper a.nfa-2-cols-list-title-link::after {
    display: none;
}

#nfa-2-cols-list-wrapper #nfa-2-cols-list-items-wrapper #nfa-2-cols-list-single-item-wrapper h2.nfa-2-cols-list-title {
    font-size: 1.75rem;
    margin-bottom: 2.5rem;
}

#nfa-2-cols-list-wrapper #nfa-2-cols-list-items-wrapper #nfa-2-cols-list-single-item-wrapper a {
    position: absolute;
    bottom: 0;
    font-weight: normal;
}

#nfa-2-cols-list-wrapper #nfa-2-cols-list-items-wrapper #nfa-2-cols-list-single-item-wrapper a::after {
    font-family: 'Fontawesome';
    content: '\f105';
    font-size: 14px;
    margin-left: 10px;
    transition: all .2s ease-in-out;
}

#nfa-2-cols-list-wrapper #nfa-2-cols-list-items-wrapper #nfa-2-cols-list-single-item-wrapper a:hover::after {
    font-size: 14px;
    color: #EA9D83;
    margin-left: 25px;
    transition: all .2s ease-in-out;
}



@media( max-width: 767px ) {
    #nfa-2-cols-list-wrapper #nfa-2-cols-list-items-wrapper {
        row-gap: 70px;
    }
    
    #nfa-2-cols-list-wrapper #nfa-2-cols-list-items-wrapper #nfa-2-cols-list-single-item-wrapper {
        flex: 0 0 100%;
    }
    
    #nfa-2-cols-list-wrapper #nfa-2-cols-list-items-wrapper #nfa-2-cols-list-single-item-wrapper h2.nfa-2-cols-list-title {
        font-size: clamp( 24px, 1.94444vw, 28px);
        margin-bottom: 30px;
    }
}


@media only screen
  and (min-width: 768px) 
  and (max-width: 1024px) 
  and (orientation: portrait) {
    #nfa-2-cols-list-wrapper #nfa-2-cols-list-items-wrapper {
        row-gap: 70px;
    }
    
    #nfa-2-cols-list-wrapper #nfa-2-cols-list-items-wrapper #nfa-2-cols-list-single-item-wrapper {
        flex: 0 0 100%;
    }
    
    #nfa-2-cols-list-wrapper #nfa-2-cols-list-items-wrapper #nfa-2-cols-list-single-item-wrapper h2.nfa-2-cols-list-title {
        font-size: clamp( 24px, 1.94444vw, 28px);
        margin-bottom: 30px;
    }
}
        