.texted_icon_sect {
    padding: 3.125em 0;
}
.texted_icon_sect.padding_top_off {
    padding-top: 0;
}
.texted_icon_sect.padding_bottom_off {
    padding-bottom: 0;
}
.texted_icon_sect .content {
    display: block;
}
.texted_icon_sect .icon_wrap {
    width: 13.25em;
    margin-left: 1.5em;
    border-radius: 50%;
    background-color: #FAFAFA;
    position: relative;
    display: none;
}
.texted_icon_sect .icon_wrap:before {
    content: '';
    display: block;
    padding: 50% 0;
}
.texted_icon_sect .icon {
    max-width: 70%;
    max-height: 70%;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.texted_icon_sect .info_wrap {
    width: 100%;
}
.texted_icon_sect .sect_title {
    text-align: left;
    margin: 0 0 1.1em;
}
.texted_icon_sect .description {
    font-weight: 300;
    line-height: 1.5;
    font-size: 1em;
}
.texted_icon_sect .title {
    font-size: 1.5em;
    margin: 0 0 0.75em;
}