.bank-wrapper {
  display: flex;
  flex-direction: row;
}

.twoSections {
  min-height: none;
}

@media (max-width: 1280px) {
  .bank-wrapper {
    flex-direction: column;
  }
}