.section-results{
    padding: 101px 0 110px;
}
.section-results h2{
    font-style: italic;
    font-weight: 500;
    margin: 0 0 110px;
}
.block-results {
    display: flex;
    flex-wrap: wrap;
    gap: 60px;
}
 .block-results .product-card{
    width: calc(100%/3 - 40px);

}
.section-results .block-results .product-card{
    margin: 0 0 92px;
}
.block-results .card-text ul{
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    width: calc(100% - 60px);
}

.section-results .product-card .card-img{
    margin: 0 0 22px;
}
.section-results .card-text h3{
    margin: 0 0 17px 40px;
}
.block-results .card-text li{

}
.block-results .card-text li{
    padding: 0 0 0 12px;
    margin: 0 0 0 10px;
    line-height: 1.44;
    position: relative;
}
.section-results .block-results .card-text li::before{
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translate(0,-50%);
    height: 80%;
    width: 2px;
    background: var(--black-color);
}
.section-results .block-results .card-text li:last-child::before{
    display: none;
}
.block-results .card-text li:last-child{
    border-left: 0;
}
.block-results .card-text li p{
    margin: 0;
}
