.page-banner::before {
    background-color: #f96000 !important;
    opacity: .4 !important;
}
.page-banner h3 {
    max-width: 800px !important;
}
.benefits {
    position: relative;
}
.benefits .content {
    max-width: 800px;
    margin: auto;
    padding: 15px;
   
}
.benefits .content  i {
    color: #f96000;
    margin-right: 5px;
    font-size: 20px;
}
.benefits img {
    width: 100%;
    object-fit: cover;
    position: absolute;
    bottom: 0;
    left: 0;
    height: 100%;
    opacity: .1;
    object-position: center;
    
}


.benefits .content ul {
    list-style: none;
    padding: 10px;
    border-radius: 20px;
    border-left: 3px solid #f96000;
}

.benefits .content ul li {
    margin-bottom: 15px;
    color: #440404;
}