.num_items_sect {
    padding: 3.125em 0;
}
.num_items_sect.padding_top_off {
    padding-top: 0;
}
.num_items_sect.padding_bottom_off {
    padding-bottom: 0;
}
.num_items_sect .items {
    display: block;
    margin: 0;
}
.num_items_sect .item {
    width: 100%;
}
.num_items_sect .item:not(:last-child) {
    margin-bottom: 2em;
}
.num_items_sect .item_num {
    line-height: 1.4;
    color: rgba(49, 126, 229, 0.08);
    font-weight: 700;
    font-size: 6.5em;
}
.num_items_sect .item_title {
    font-weight: 500;
    color: #53627C;
    line-height: 1.4;
    font-size: 1.25em;
    margin: -0.75em 0 0.8em;
}
.num_items_sect .item_description {
    color: #53627C;
    line-height: 1.4;
}
.num_items_sect .sect_title {
    text-align: center;
}
/*style_type2*/
.num_items_sect.style_type2 .items {
    justify-content: center;
    display: block;
    margin: 0;
}
.num_items_sect.style_type2 .item {
    box-sizing: border-box;
    border: 1px solid #E5E9F4;
    border-radius: 1.125em;
    position: relative;
    text-align: center;
    margin: 0;
    width: 100%;
    padding: 3em 0.5em 1em;
}
.num_items_sect.style_type2 .item:not(:last-child) {
    margin-bottom: 2em;
}
.num_items_sect.style_type2 .item_num {
    font-size: 1.125em;
    font-weight: 500;
    color: #317EE5;
    background-color: #EAF1FC;
    width: 2em;
    height: 2em;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    border-radius: 50%;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, -50%);
}
.num_items_sect.style_type2 .item_title {
    color: #2C4268;
    line-height: 1.2;
    font-size: 1.125em;
    margin: 0 0 1em;
    min-height: 0;
    display: block;
}
.num_items_sect.style_type2 .item_description {
    letter-spacing: -0.005em;
    font-weight: 300;
    line-height: 1.35;
    color: #2C4268;
    font-size: 1em;
}
.num_items_sect.style_type2 .sect_title {
    margin: 0 0 1.5em;
}