
.work-with-us .flex-reason {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    margin: 45px 0;
}
.work-with-us .reason {
    display: flex;
    width: 30%;
}
.work-with-us .reason__figure {
    margin-right: 10px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    min-width: 70px;
}
.work-with-us .reason__figure img {
    width: 120px;
    height: auto;
    max-width: 100%;
}
.work-with-us .reason__title {
    margin: 0 0 8px;
    color: #30373f;
    font-weight: 600;
    font-size:18px;
    line-height:1.3
}
.work-with-us .reason__text {
    color: #60636c;
    font-size: 16px;
    line-height: 23px;
    margin-bottom: 0;
}





















@media screen and (max-width: 768px) {
    .work-with-us {
        margin: 0px auto;
        padding: 50px 15px;
    }
    .work-with-us .flex-reason {
        flex-direction: column;
        margin: 0;
    }
    .work-with-us .reason {
        width: 100%;
        margin-bottom: 2.5rem;
    }
    .work-with-us .reason__figure {
        margin-right: 1rem;
        min-width: 70px;
    }
}