.nums_sect {
    margin: 0 calc(50% - 50vw);
    padding: 6em calc(50vw - 50%);
    background-color: #F5F9FD;
    background-size: cover;
    background-position: center;
    background-image: url(../../../img/num_sect/bg.svg);
}
.nums_sect .nums {
    display: flex;
    margin: -1.5em;
    flex-wrap: wrap;
    justify-content: center;
}
.nums_sect .nums:not(:last-child) {
    margin-bottom: 2em;
}
.nums_sect .num {
    margin: 1.5em;
    width: calc(20% - 3em);
    text-align: center;
}
.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;
}
@media(max-width: 1199px) {
    .nums_sect .num {
        width: calc(100%/3 - 3em);
    }
}