@media only screen and (min-width: 0px) {
  .hero {
    background-image: url("../images/rates/rates-hero.webp");
  }
}
@media only screen and (min-width: 0px) {
  .rates {
    background-repeat: no-repeat;
    padding: clamp(75px, 5vw, 100px) clamp(25px, 5vw, 100px) clamp(100px, 8vw, 150px);
    background: var(--background);
    padding: clamp(25px, 5vw, 100px);
    background-image: url(../images/index/corner1.webp);
    background-position: bottom right;
    background-repeat: no-repeat;
  }
  .rates .rates-inner {
    width: 90%;
    max-width: 1100px;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    gap: 50px;
  }
  .rates .rates-inner .rates-text {
    margin: 0 auto;
    max-width: 600px;
    gap: 15px;
    grid-template-columns: 1fr 1fr;
  }
  .rates .rates-inner .rates-text h1 {
    margin-bottom: 15px;
  }
  .rates .rates-inner .rates-text p {
    margin-bottom: 25px;
  }
  .rates .rates-inner .rates-text .rates-cards {
    display: flex;
    flex-direction: column;
    gap: 25px;
  }
  .rates .rates-inner .rates-text .card {
    padding: 25px;
    background: var(--background2);
    box-shadow: var(--boxShadow);
    border-radius: 3px;
    gap: 50px;
    display: flex;
    flex-direction: row;
    align-items: flex-end;
    justify-content: space-between;
  }
  .rates .rates-inner .rates-text .card .card-text div {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-bottom: 15px;
  }
  .rates .rates-inner .rates-text .card .card-text div h2 {
    font-size: 20px;
  }
  .rates .rates-inner .rates-text .card .card-text div img {
    margin-right: 10px;
  }
  .rates .rates-inner .rates-text .card .card-text p {
    margin-bottom: 0;
  }
  .rates .rates-inner .rates-text .card .card-price {
    display: flex;
    height: 100%;
    align-self: flex-end;
    margin-bottom: 0;
  }
  .rates .rates-inner .rates-text .card .card-price p {
    font-size: 24px;
    margin-bottom: 0;
  }
  .rates .rates-inner .rates-image img {
    max-width: 500px;
    height: auto;
    box-shadow: var(--boxShadow);
  }
}/*# sourceMappingURL=rates.css.map */