.what_get2_sect {
    padding: 6.875em 0;
}
.what_get2_sect.padding_top_off {
    padding-top: 0;
}
.what_get2_sect.padding_bottom_off {
    padding-bottom: 0;
}
.what_get2_sect .items {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: -0.5em;
}
.what_get2_sect .item {
    box-sizing: border-box;
    margin: 0.5em;
    width: calc(100%/3 - 1em);
    padding: 2em 2.5em 1em;
    background-color: #F5F9FD;
    border-radius: 1.125em;
}
.what_get2_sect .item_icon_wrap {
    height: 3.75em;
    margin: 0 0 2em;
    display: flex;
    align-items: center;
}
.what_get2_sect .item_icon {
    max-width: 100%;
    max-height: 100%;
}
.what_get2_sect .item_title {
    font-weight: 500;
    font-size: 1.5em;
    line-height: 1.5;
    margin: 0 0 0.5em;
}
.what_get2_sect .item_description {
    font-size: 1.125em;
    line-height: 1.5;
}
@media(max-width: 1199px) {
    .what_get2_sect .item {
        width: calc(50% - 1em);
    }
}