.custom-module__benefits { overflow-x: hidden;}
.custom-module__benefits strong {
    font-weight: 600;
}

.custom-module__benefits__title { font-weight: 300; }
.custom-module__benefits__image-wrapper__image { z-index: 10; }

.custom-module__benefits__body:after { content: ''; background-color: red; position: absolute; height: 100%; width: 6000px; left: -3000px; top: -10px; }
.custom-module__benefits__body > * { z-index: 2; position: relative; }

.custom-module__benefits__body { font-weight: 300; position: relative;  }
.custom-module__benefits__body ul { list-style: none!important; padding-left: 0; }
.custom-module__benefits__body ul li { padding-left: 45px; position: relative;  margin-bottom: 20px; line-height: 24px; }
.custom-module__benefits__body ul li:before { 
    background-color: #fff; 
    border-radius: 100%; 
    content: ''; 
    display: inline-block; 
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    height: 20px; 
    width: 20px; 
    position: absolute;    
}

/*@media(min-width: 992px) {
    .custom-module__benefits .custom-module__benefits__title h2, .custom-module__benefits .custom-module__benefits__title h2 > p  { font-size: 2.6rem; }
}
