.threew-testimonials .testimonial-list {
    border: 1px solid var(--w3-white);
    border-radius: 12px;
    padding: 50px 30px;
    list-style: none;
    margin: 0;
    color: var(--w3-green-lightest);
}

.threew-testimonials .testimonial-list .list-item {
    break-inside: avoid;
}

.threew-testimonials .testimonial-list .list-item:not(:last-of-type) {
    border-bottom: 1px solid var(--w3-green-lightest);
    padding-bottom: 10px;
    margin-bottom: 10px;
}

.threew-testimonials .testimonial-list .list-item p {
    margin: 0;
}


.threew-testimonials .testimonial-list .list-item strong {
    color: var(--w3-white);
}

.threew-testimonials  .testimonial-footer {
    padding: 15px 16%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    position: relative;
}

.threew-testimonials  .testimonial-footer .block-title {
    margin: 0;
}

.threew-testimonials  .testimonial-footer::after {
    content: url('../images/testi-footer.svg');
    position: absolute;
    left: 0;
    bottom: 63px;
}

@media (min-width: 768px)  {

    .threew-testimonials  .testimonial-footer {
        flex-direction: row;
        padding: 20px 3.5rem;
    }

    .threew-testimonials  .testimonial-footer::after {
        left: 0;
        bottom: 25px;
    }
}

@media (min-width: 992px) {
    .threew-testimonials .testimonial-list {
        padding: 73px 52px;
    }
    

    .threew-testimonials .testimonial-list {
        -moz-column-count: 2;
        -moz-column-gap: 100px;
        -webkit-column-count: 2;
        -webkit-column-gap: 100px;
        column-count: 2;
        column-gap: 100px;
    }
    
    .threew-testimonials .testimonial-list .list-item.hide-bb {
        border-bottom: none;
        padding: 0;
        margin: 0;
    }

    .threew-testimonials  .testimonial-footer {
        padding: 25px 8rem;
    }

    .threew-testimonials  .testimonial-footer::after {
        left: 4rem;
        bottom: 35px;
    }
}