.how_start_sect {
    padding: 3.125em 0;
}
.how_start_sect.padding_top_off {
    padding-top: 0;
}
.how_start_sect.padding_bottom_off {
    padding-bottom: 0;
}
.how_start_sect .items {
    display: block;
    margin: 0;
}
.how_start_sect .item {
    box-sizing: border-box;
    position: relative;
    border-top: 0.125em dashed rgba(69, 136, 225, 0.4);
    padding: 0;
    width: 100%;
    margin: 0 0 1.75em;
    z-index: 1;
    border-top: none;
}
.how_start_sect .item:last-child {
    border-top: none;
    margin-bottom: 0;
}
.how_start_sect .item:before {
    content: '';
    display: block;
    width: 1.5em;
    height: 1.5em;
    position: absolute;
    background-color: #B5CFF3;
    border-radius: 0.75em;
    z-index: -1;
    top: 0.8125em;
    left: 0.8125em;
    transform: translate(-75%, -50%);
}
.how_start_sect .item_title {
    line-height: 1.3;
    margin: 0 0 0.75em;
    font-size: 1.25em;
}
.how_start_sect .item_description {
    color: #53627C;
    line-height: 1.5;
    font-weight: 300;
    font-size: 1em;
}
.how_start_sect .sect_title {
    text-align: center;
}