.what_get_sect {
    background-position: center;
    background-size: 63.375em auto;
    background-repeat: no-repeat;
    margin: 0 calc(50% - 50vw);
    padding: 3.125em calc(50vw - 50%);
}
.what_get_sect.bg_min {
    background-size: 40em auto;
    background-position: center 60%;
}
.what_get_sect.padding_top_off {
    padding-top: 0;
}
.what_get_sect.padding_bottom_off {
    padding-bottom: 0;
}
.what_get_sect.bg_min .sect_title {
    margin-bottom: 1em;
}
.what_get_sect .items {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0;
}
.what_get_sect .item {
    box-sizing: border-box;
    background-color: #ffffff;
    border-radius: 1.125em;
    position: relative;
    display: flex;
    flex-direction: column;
    box-shadow: 0 0 2em rgba(49, 126, 229, 0.05), 0 0 0.25em rgba(47, 128, 237, 0.06);
    width: 100%;
    margin: 0;
    padding: 1.5em 1em;
}
.what_get_sect .item:not(:last-child) {
    margin-bottom: 1.25em;
}
.what_get_sect .item_icon_wrap {
    position: absolute;
    right: 0.625em;
    width: 3.75em;
    height: 3.75em;
    border-radius: 50%;
    box-sizing: border-box;
    top: 0.375em;
}
.what_get_sect.icon_circle .item_icon_wrap {
    border: 1px solid #317EE5;
}
.what_get_sect .item_icon {
    position: absolute;
    max-width: 2em;
    max-height: 2em;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: block;
}
.what_get_sect .item_title {
    margin: 0 5em 0.5em 0;
    line-height: 1.25;
    min-height: 2.5em;
    font-size: 1.25em;
}
.what_get_sect .item_desc {
    font-weight: 300;
    line-height: 1.5;
    color: #53627C;
}
.what_get_sect .sect_title {
    text-align: center;
}