.ratesheader_container {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  margin-top: 140px;
  padding-left: 120px;
  padding-right: 120px;
  gap: 100px;
  background-color: rgb(244,250,240);
}

.ratesheader_image {
  width: 600px;
}

.rates_statement > h1, p {
  margin: 0;
  font-weight: bold;
  color: rgb(35,37,38);
}

.rates_statement > h1 {
  font-size: 72px;
  margin-bottom: 10px;
}

.rates_statement > p {
  font-size: 30px;
  margin-bottom: 40px;
}

.rates_container {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding-bottom: 60px;
  padding-top: 60px;
}

.rates_container > h2 {
  padding-bottom: 20px;
}

.rates_table {
  overflow: auto;
  height: 990px;
  font-size: 18px;
}

.rates_table table {
  border: 1px none #dededf;
  width: 1400px;
  table-layout: fixed;
  border-collapse: collapse;
  border-spacing: 1px;
  text-align: center;
}

.rates_table th {
    border: 1px none #dededf;
    background-color: #464849;
    color: #419ddc;
    padding: 30px;
    position: sticky;
    top: 0;
}

.rates_table td {
    border: 1px none #dededf;
    background-color: #232526;
    color: #a39c9c;
    font-weight: bold;
    padding: 30px;
}

.notes_container {
  width: 1400px;
}

.notes_container > p {
  font-size: 18px;
  margin-bottom: 15px;
}

@media screen and (max-width:1589px) {
  .rates_table table {
    width: 1200px;
  }

  .notes_container {
    width: 1200px;
  }
}

@media screen and (max-width: 1422px) {
  .rates_statement > h1 {
    font-size: 70px;
  }

  .rates_statement > p {
    font-size: 28px;
  }

  .rates_container > h2 {
    font-size: 22px;
  }

  .rates_table {
    font-size: 16px;
    height: 950px;
  }

  .notes_container > p {
    font-size: 16px;
  }
}

@media screen and (max-width: 1293px) {
  .rates_statement > h1 {
    font-size: 68px;
  }

  .rates_statement > p {
    font-size: 26;
  }

  .rates_container > h2 {
    font-size: 20px;
  }

  .rates_table {
    font-size: 14px;
    height: 910px;
  }

  .notes_container > p {
    font-size: 14px;
  }

  .notes_container > h3 {
    font-size: 16.5px;
  }
  
  .rates_table table {
    width: 1000px;
  }

  .notes_container {
    width: 1000px;
  }

  .ratesheader_image {
    width: 500px;
  }
}

@media screen and (max-width: 1182px) {
  .ratesheader_image {
    width: 400px;
  }
}

@media screen and (max-width:1080px) {
  .rates_table table {
    width: 800px;
  }

  .notes_container {
    width: 800px;
  }
}

@media screen and (max-width: 1065px) {
  .rates_statement > h1 {
    font-size: 45px;
  }

  .rates_statement > p {
    font-size: 22px;
  }

  .rates_container > h2 {
    font-size: 18px;
  }

  .rates_table {
    font-size: 14px;
    height: 910px;
  }
}

@media screen and (max-width: 925px) {
  .rates_table table {
    width: 600px;
  }

  .notes_container {
    width: 600px;
  }

  .ratesheader_image {
    width: 300px;
  }

  .ratesheader_container {
    gap: 50px;
    margin-top: 100px;
    padding-left: 90px;
    padding-right: 90px;
  }
}

@media screen and (max-width: 845px){
  .rates_statement > h1 {
    font-size: 40px;
  }
}

@media screen and (max-width: 765px) {
  .rates_statement > h1 {
    font-size: 35px;
  }

  .rates_statement > p {
    font-size: 20px;
  }
}

@media screen and (max-width: 718px) {
  .ratesheader_container {
    padding-left: 60px;
    padding-right: 60px;
  }
}

@media screen and (max-width: 692px) {
  .rates_table table {
    width: 500px;
  }

  .notes_container {
    width: 500px;
  }
}

@media screen and (max-width: 655px) {
  .ratesheader_image {
    display: none;
  }

  .ratesheader_container {
    gap: 50px;
    padding-top: 60px;
    text-align: center;
  }

  .rates_table table {
    width: 400px;
  }

  .notes_container {
    width: 400px;
  }

}

@media screen and (max-width: 520px) {
  .ratesheader_container {
    padding-left: 30px;
    padding-right: 30px;
  }
}

@media screen and (max-width: 424px) {
  .ratesheader_container {
    padding-left: 10px;
    padding-right: 10px;
  }

  .rates_table table {
    width: 300px;
  }

  .notes_container {
    width: 300px;
  }
}

