.edo-points-list {
    display: flex;
    flex-direction: column;
}

.edo-points-list__title {
    margin: 0 0 50px;
    font-size: 46px;
    font-weight: 700;
    line-height: 58px;
    color: #222222;
    z-index: 1;
}

.edo-points-list__item {
    display: flex;
    position: relative;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
    margin: 0;
    padding: 0 0 80px 40px;
}

.edo-points-list__item::before {
    content: '';
    position: absolute;
    top: 0;
    left: -1px;
    width: 1px;
    height: 100%;
    background-color: rgba(44, 86, 151, 0.6);
    z-index: 1;
}

.edo-points-list__item:first-of-type::after {
    content: '';
    position: absolute;
    top: 0;
    left: -5px;
    width: 10px;
    height: 38px;
    background-color: #f3f3f3;
    z-index: 2;
}

.edo-points-list__item-title {
    position: relative;
    margin: 0 0 20px;
    width: 48%;
    font-weight: 700;
    font-size: 34px;
    line-height: 39px;
    color: #222222;
}

.edo-points-list__item-title::before {
    content: url("data:image/svg+xml;charset=UTF-8,%3csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3ccircle cx='8' cy='8' r='7.5' stroke='%232C5697' stroke-opacity='0.6'/%3e%3ccircle cx='8' cy='8' r='4' fill='%232C5697' fill-opacity='0.6'/%3e%3c/svg%3e");
    position: absolute;
    top: 50%;
    left: -48px;
    width: 16px;
    height: 16px;
    line-height: 0;
    transform: translateY(-50%);
    z-index: 11;
}

.edo-points-list__item-title::after {
    content: '';
    position: absolute;
    top: 50%;
    left: -45px;
    width: 10px;
    height: 48px;
    line-height: 0;
    transform: translateY(-50%);
    background-color: #f3f3f3;
    z-index: 10;
}

.edo-points-list__item-content {
    display: flex;
    width: 45%;
}

.edo-points-list__item-content p {
    margin-bottom: 10px;
    font-weight: 400;
    font-size: 18px;
    line-height: 26px;
    color: #5E5E5E;
}

.edo-points-list__item-content p:last-child {
    margin-bottom: 0;
}

.edo-points-list__item:last-of-type {
    padding-bottom: 0;
}

@media screen and (max-width: 1439.9px) {
    .edo-points-list__title {
        margin: 0 0 40px;
        font-size: 32px;
        line-height: 38px;
    }

    .edo-points-list__item-title {
        font-size: 26px;
        line-height: 29px;
    }
}

@media screen and (max-width: 767.9px) {
    .edo-points-list__title {
        margin: 0 0 30px;
        font-size: 24px;
        line-height: 30px;
    }

    .edo-points-list__item {
        padding: 0 0 60px 24px;
        flex-direction: column;
    }

    .edo-points-list__item-content {
        width: 100%;
    }

    .edo-points-list__item:last-of-type::before {
        display: none;
    }

    .edo-points-list__item:last-of-type .edo-points-list__item-title {
        margin: 0 0 30px;
    }

    .edo-points-list__item-title {
        margin: 0 0 10px;
        font-size: 22px;
        line-height: 25px;
    }

    .edo-points-list__item-title::before {
        left: -32px;
    }

    .edo-points-list__item-title::after {
        left: -29px;
    }
}