* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

section.rate-container .rate-content {
  position: relative;
  background-image: url("./../../images/aboutus.jpeg");
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 20vh;
}
section.rate-container .rate-content p.rates {
  font-size: 3em;
  text-align: center;
  font-family: "Courier New", Courier, monospace;
  font-weight: bold;
  color: #fff;
}
section.rate-container .rate-content .rate-body {
  position: absolute;
  top: 90%;
  width: 100%;
  height: 60%;
  background: linear-gradient(to bottom, rgba(102, 102, 102, 0.8) 0%, rgb(102, 102, 102) 50%, rgb(102, 102, 102) 100%);
}

section.deposits {
  margin-top: 120px;
}
section.deposits .deposits-container {
  margin: 5%;
}
section.deposits .deposits-container h3 {
  font-size: 2em;
  color: rgb(189, 43, 43);
}

@media only screen and (min-width: 768px) {
  section.rate-container .rate-content {
    height: 70vh;
  }
  section.rate-container .rate-content .rate-body {
    background: none;
    top: 15%;
  }
  section.deposits {
    position: relative;
    margin-top: -60px;
  }
  section.deposits .line {
    position: absolute;
    top: 40px;
    width: 100%;
    height: 2px;
    background: #000;
  }
  section.deposits .deposits-container .dep-flex {
    display: flex;
    justify-content: space-between;
    width: 100%;
  }
  section.deposits .deposits-container .dep-flex .flex {
    margin: 50px 50px 0 50px;
  }
}/*# sourceMappingURL=pages.css.map */