.how_we_do_sect {
    padding: 6.875em 0;
}
.how_we_do_sect.padding_top_off {
    padding-top: 0;
}
.how_we_do_sect.padding_bottom_off {
    padding-bottom: 0;
}
.how_we_do_sect .items {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: -0.75em -0.5em;
}
.how_we_do_sect .item {
    margin: 0.75em 0.5em;
    width: calc(25% - 1em);
    box-sizing: border-box;
    border: 1px solid #E5E9F4;
    border-radius: 1.125em;
    padding: 3em 1em 1.5em;
    position: relative;
    text-align: center;
}
.how_we_do_sect .item_num {
    position: absolute;
    font-size: 1.125em;
    color: #317EE5;
    line-height: 1.16;
    font-weight: 500;
    width: 2em;
    height: 2em;
    text-align: center;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    top: 0;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #EAF1FC;
    display: flex;
}
.how_we_do_sect .item_title {
    line-height: 1.16;
    font-weight: 500;
    font-size: 1.5em;
    margin: 0 0 0.5em;
}
.how_we_do_sect .item_description {
    letter-spacing: -0.005em;
    line-height: 1.35;
    font-size: 1.125em;
    font-weight: 300;
}
@media(max-width: 1199px) {
    .how_we_do_sect .item {
        width: calc(50% - 1em);
    }
}