.what_get2_sect {
    padding: 3.125em 0;
}
.what_get2_sect.padding_top_off {
    padding-top: 0;
}
.what_get2_sect.padding_bottom_off {
    padding-bottom: 0;
}
.what_get2_sect .items {
    display: block;
    margin: 0;
}
.what_get2_sect .item {
    box-sizing: border-box;
    background-color: #F5F9FD;
    border-radius: 1.125em;
    width: 100%;
    margin: 0;
    padding: 2em 1.25em;
}
.what_get2_sect .item:not(:last-child) {
    margin-bottom: 1em;
}
.what_get2_sect .item_icon_wrap {
    height: 3.75em;
    display: flex;
    align-items: center;
    margin: 0 0 1.5em;
}
.what_get2_sect .item_icon {
    max-width: 100%;
    max-height: 100%;
}
.what_get2_sect .item_title {
    font-weight: 500;
    line-height: 1.5;
    margin: 0 0 0.5em;
    font-size: 1.25em;
}
.what_get2_sect .item_description {
    line-height: 1.5;
    font-size: 1em;
}
.what_get2_sect .sect_title {
    text-align: center;
}