Hello There,
Sorry if it did not resolve the issue. Please remove the custom css block first:
@media (max-width: 769px) {
.x-container.max {
width: 93%;
}
}
You need to replace it and make use of this code instead:
@media (max-width: 979px){
.entry-featured {
margin-left: -7%;
margin-right: -7%;
padding: 0;
}
}
You will have something like this:

We would loved to know if this has work for you. Thank you.