.reviews__grid > div {
    transform: scale(.95)
}

.reviews__grid > div:nth-child(2) {
    transform: scale(1.05)
}

li.uk-open {
    position: relative;;
}

.uk-open::before {
    content: '';
    background: #555;
    position: absolute;
    left: -20px;
    bottom: 0;
    top: 10px;

    width: 2px;
}

.custom-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 56px;
    height: min-content;
}

.custom-line {
    display: inline-block;
    height: 2px;
    width: 100%;
    background: #4ADE80;
    transform: translateY(-5px);
}


@media screen and (max-width: 1620px) {
    .benefits h3 {
        font-size: 32px;
    }

    .benefits span {
        font-size: 22px;
    }

    .benefits .custom-title {
        margin-bottom: 20px;
    }
}

@media screen and (max-width: 1340px) {
    .benefits__image {
        display: none;
    }
}

