.content {
  width: 100%;
  padding: 0;
  margin-bottom: 50px;
}

@media (min-width: 1200px) {
  .content {
    padding: 0 15px;
  }
}
