.how-we-work {
    margin-top: 110px;
}

.how-we-work-title {
    font-weight: 700;
    font-size: 32px;
    line-height: 39px;

    text-align: center;

    color: #242424;
}

.how-we-work-wrapper {
    margin-top: 72px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    max-width: 1320px;
    margin: 0 auto;
}

.how-we-work-first-wrapper {
    display: flex;
}

.circle {
    background: #CCE3FF;
    margin-bottom: 41px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 34px;
    border-radius: 100%;
    font-style: normal;
    font-weight: 700;
    font-size: 17px;
    line-height: 21px;

    text-align: center;

    color: #7A8999;
}

.how-we-work-block {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    margin-right: 129px;
}

.how-we-work-block-last {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
}

.how-we-work-block-content {
    font-weight: 400;
    font-size: 12px;
    line-height: 15px;
    text-align: center;
    width: 155px;
    margin: 0;
    margin-top: 44px;

    color: #242424;
}

.how-we-work-block::after {
    content: '';
    position: absolute;
    width: 191px;
    height: 4px;
    background: #E1E9F4;
    right: 0;
    left: 80%;
    top: 50%;
}


.how-we-work-block-wrapper {
    display: flex;
}

@media (max-width : 1200px) {
    .how-we-work-block {
        margin-right: 94px;
    }

    .how-we-work-block::after {
        width: 153px;
    }

    .how-we-work-wrapper div:nth-child(3)::after {
        display: none;
    }

    .how-we-work-wrapper div:nth-child(3) {
        margin-right: 0;
    }

    .how-we-work-first-wrapper {
        margin-bottom: 28px;
    }
}

@media (max-width : 710px) {
    .how-we-work-block {
        margin-right: 44px;
    }
    .how-we-work-block::after {
        width: 107px;
    }
}

@media (max-width : 588px) {
    .how-we-work-block {
        margin-right: 25px;
    }
    .how-we-work-block::after {
        width: 107px;
    }

    .how-we-work-block-content {
        font-size: 11px;
        width: 109px;
    }
    .how-we-work-block::after {
        top: 41%;
        width: 70px;
    }

    .how-we-work-block-wrapper div:nth-child(1):after {
        top: 45%;
    }
}