.main {
  width: calc(100% - 400px);
}

@media (max-width: 750px) {
  .main {
    order: 1;
    width: 100%;
    margin-bottom: 50px;
  }
}