.how_we_work-header {
    font-weight: 700;
    font-size: 40px;
    line-height: 120%;
    padding-bottom: 12px;
    border-bottom: 6px solid;
    max-width: 350px;
}

.how_we_work {
    padding-top: 100px;
}

.how_we_work-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.how_we_work-element {
    display: flex;
    flex-direction: column;
    margin: 20px 16px 10px 16px;
    width: 275px;
    height: 282px;
}

.how_we_work-element-header {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    font-size: 80px;
    line-height: 120%;
    color: #CBD5E1;
    padding-bottom: 8px;
}

.how_we_work-element-title {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 140%;
    color: #081F32;
    padding-bottom: 16px;
}

.how_we_work-element-description {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    color: #94A3B8;
}

.arrow {
    padding-left: 11px;
    padding-right: 11px;
}

@media (max-width: 768px) {

    .how_we_work-content {
        flex-direction: column;
    }

    .arrow {
        transform: rotate(90deg);
        z-index: -1;
    }

    .how_we_work-element {
        align-items: center;
        text-align: center;
    }
}