@media only screen and (max-width: 767px) {
  .section-bg,
  .hero,
  .cover,
  .header,
  .block-bg {
    background-image: none !important;
    background-color: #ffffff !important; /* 066ee5 */
  }
}