.community-presets-banner {
  width: 80%;
  max-width: 1400px;
  padding: 15px 25px;
  margin: auto;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}

@media (max-width: 1330px) {
  .community-presets-banner {
    max-width: 740px!important;
    flex-direction: column;
    justify-content: center;
    width: 100%!important;
  }
}

