/* Add custom CSS styles below */ 
@media screen and (max-width: 767px) {
section.s-block.s-block--fixed-banner .grid {
  grid-template-columns: repeat(2, 50%)
}
}