.why_we_sect {
    background-color: #F5F9FD;
    padding: 4.75em calc(50vw - 50%) 6.25em;
    margin: 0 calc(50% - 50vw);
}
.why_we_sect .items {
    display: flex;
    flex-wrap: wrap;
    margin: -0.75em;
}
.why_we_sect .item {
    margin: 0.75em;
    width: calc(43% - 1.5em);
    border-radius: 1.125em;
    background-color: #ffffff;
    box-sizing: border-box;
    padding: 1.5em 5em 1.5em 2.5em;
    display: flex;
    align-items: center;
}
.why_we_sect .item:nth-child(4n - 2),
.why_we_sect .item:nth-child(4n - 1) {
    width: calc(57% - 1.5em);
}
.why_we_sect .item_icon_wrap {
    width: 4em;
    margin-right: 3.25em;
}
.why_we_sect .item_icon {
    display: block;
    margin: 0 auto;
    max-width: 100%;
}
.why_we_sect .item_info {
    width: calc(100% - 7.25em);
}
.why_we_sect .item_title {
    font-weight: 500;
    font-size: 1.5em;
    line-height: 1.17;
    margin: 0 0 0.2em;
}
.why_we_sect .item_desc {
    line-height: 1.5;
    font-size: 1.125em;
}
@media(max-width: 1199px) {
    .why_we_sect .item {
        padding: 1.5em;
    }
    .why_we_sect .item_title {
        font-size: 1.125em;
    }
    .why_we_sect .item_desc {
        font-size: 1em;
    }
    .why_we_sect .item_icon_wrap {
        margin-right: 1em;
    }
    .why_we_sect .item_info {
        width: calc(100% - 5em);
    }
}