@media (max-width: 1200px) {
  .section-content img {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 0 auto !important;
    float: none !important;
  }
}
