.nums_sect {
    margin: 0 calc(50% - 50vw);
    background-color: #F5F9FD;
    background-size: cover;
    background-position: center;
    background-image: url(../../../img/num_sect/bg.svg);
    padding: 2.5em 0;
}
.nums_sect .nums {
    margin: 0;
    display: block;
}
.nums_sect .nums:not(:last-child) {
    margin-bottom: 3em;
}
.nums_sect .num {
    text-align: center;
    margin: 0;
    width: 100%;
}
.nums_sect .num:not(:last-child) {
    margin-bottom: 2.25em;
}
.nums_sect .num_num {
    font-size: 3em;
    font-weight: 700;
    line-height: 1.3;
    margin: 0 0 0.15em;
    color: #4588E1;
}
.nums_sect .num_title {
    font-size: 1.125em;
    line-height: 1.78;
}
.nums_sect .butt_wrap {
    text-align: center;
}
.nums_sect .butt_wrap .butt {
    padding: 0 1.75em;
}
.nums_sect .sect_title {
    text-align: center;
}