.texted_icon_sect {
    padding: 6.875em 0;
}
.texted_icon_sect.padding_top_off {
    padding-top: 0;
}
.texted_icon_sect.padding_bottom_off {
    padding-bottom: 0;
}
.texted_icon_sect .content {
    display: flex;
    align-items: center;
}
.texted_icon_sect .icon_wrap {
    width: 13.25em;
    margin-left: 1.5em;
    border-radius: 50%;
    background-color: #FAFAFA;
    position: relative;
}
.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: calc(100% - 14.75em);
}
.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: 1.375em;
}
@media(max-width: 1199px) {
    .texted_icon_sect .content {
        display: block;
    }
    .texted_icon_sect .info_wrap {
        width: 100%;
    }
    .texted_icon_sect .icon_wrap {
        display: none;
    }
}