.list-search-results{
    list-style: none;
    padding: 0;
    margin: var(--space-lg) 2.5%;
}
    
    @media (min-width: 1025px) {.list-search-results{
        margin: var(--space-lg) var(--space-zero)
}
    }
    
    .list-search-results li {

        margin-bottom: var(--space-md);
        position: relative;
        padding-top: 1em;
    }
    
    .list-search-results li h2 {

            margin-bottom: var(--space-sm);
            margin-top: var(--space-zero);
        }
    
    .list-search-results li h2 a {
                font-size: var(--step-2);
                
            }
    
    .list-search-results li p {
            display: block;
        }
    
    .list-search-results li:after {
            content: '';
            width: 100%;
            height: 1px;
            background-color: #d3d3d3;
            position: absolute;
            left: 0;
            bottom: -1em;
        }