@media (min-width: 576px) {
  .hero-content {
    background: #ffffff;
    height: 450px;
  }
}

@media (min-width: 992px) {
  .hero-cont.hero-content {
    height: 700px;
  }
}

@media (min-width: 1300px) {
  .hero-cont.hero-content {
    height: 700px;
  }
}

@media (min-width: 560px) {
  .div-accounts-gradient {
    border-radius: 30px;
  }
}

@media (min-width: 1200px) {
  .container-frame3 {
    height: 550px;
  }
}

@media (min-width: 1200px) {
  .container-frame2 {
    height: 550px;
  }
}

