.texts_sect {
    padding: 3.125em 0;
}
.texts_sect.padding_top_off {
    padding-top: 0;
}
.texts_sect.padding_bottom_off {
    padding-bottom: 0;
}
.texts_sect .items {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0 0 1.5em;
}
.texts_sect .items:last-child {
    margin-bottom: -0.5em;
}
.texts_sect .item {
    box-sizing: border-box;
    background-color: #FAFAFA;
    line-height: 1.5;
    border-radius: 1.125em;
    width: 100%;
    margin: 0 0 1em;
    padding: 2.5em;
}
.texts_sect .item:last-child {
    margin-bottom: 0;
}
.texts_sect .item_text {
    font-size: 1em;
}
.texts_sect .butt_wrap {
    text-align: center;
}
.texts_sect .sect_title {
    text-align: center;
}