.why_we_sect {
    background-color: #F5F9FD;
    margin: 0 calc(50% - 50vw);
    padding: 2.5em calc(50vw - 50%);
}
.why_we_sect .items {
    display: block;
    margin: 0;
}
.why_we_sect .item {
    border-radius: 1.125em;
    background-color: #ffffff;
    box-sizing: border-box;
    margin: 0;
    display: block;
    padding: 1.5em 1em 1.75em;
    width: 100%;
    text-align: center;
    box-shadow: 0 0.25em 0.5em rgba(0, 0, 0, 0.02);
}
.why_we_sect .item:not(:last-child) {
    margin-bottom: 1.25em;
}
.why_we_sect .item_icon_wrap {
    width: 100%;
    margin: 0 0 1.25em;
}
.why_we_sect .item_icon {
    display: block;
    margin: 0 auto;
    max-width: 100%;
    max-height: 4em;
}
.why_we_sect .item_info {
    width: 100%;
}
.why_we_sect .item_title {
    font-weight: 500;
    line-height: 1.17;
    font-size: 1.125em;
    margin: 0 0 0.5em;
}
.why_we_sect .item_desc {
    line-height: 1.5;
    font-size: 1em;
}
.why_we_sect .sect_title {
    text-align: center;
}