.a-content-section { padding-bottom: 4rem;}
.a-content-section .a-content-wrapper .a-content-list .a-content-image { display: flex;}
.a-content-section .a-content-wrapper .a-content-list .a-content-image img { width: 100%;}

@media screen and (min-width: 1000px) {
  .a-content-section .a-content-wrapper .a-content-list.mobile_images { display: none;}
}

@media screen and (max-width: 999px) {
  .a-content-section { padding-bottom: 2rem;}
  .a-content-section .a-content-wrapper .a-content-list.desktop_images { display: none;}
}