.how_start_sect {
    padding: 6.875em 0;
}
.how_start_sect.padding_top_off {
    padding-top: 0;
}
.how_start_sect.padding_bottom_off {
    padding-bottom: 0;
}
.how_start_sect .items {
    margin: 0 -3.25em -1.75em 0;
    display: flex;
    flex-wrap: wrap;
}
.how_start_sect .item {
    padding: 1.75em 3.25em 1.75em 0;
    box-sizing: border-box;
    width: 25%;
    position: relative;
    border-top: 0.125em dashed rgba(69, 136, 225, 0.4);
}
.how_start_sect .item:last-child {
    border-top: none;
}
.how_start_sect .item:before {
    content: '';
    display: block;
    width: 1.5em;
    height: 1.5em;
    position: absolute;
    top: 0;
    left: 0;
    transform: translate(0, -50%);
    background-color: #B5CFF3;
    border-radius: 0.75em;
}
.how_start_sect .item_title {
    line-height: 1.3;
    font-size: 1.5em;
    margin: 0 0 0.75em;
}
.how_start_sect .item_description {
    color: #53627C;
    line-height: 1.5;
    font-size: 1.125em;
    font-weight: 300;
}
@media(max-width: 1199px) {
    .how_start_sect .item {
        width: 50%;
    }
}