@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(50px, 5vw, 100px) clamp(25px, 5vw, 100px) clamp(75px, 8vw, 150px);
    background: var(--background);
    background-image: url(../images/index/corner1.webp);
    background-position: bottom right;
    background-repeat: no-repeat;
  }
  .rates .rates-inner {
    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(--background2T);
    box-shadow: var(--boxShadow);
    border-radius: 3px;
    gap: 50px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }
  .rates .rates-inner .rates-text .card:hover {
    background: var(--background2);
  }
  .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;
    max-width: 360px;
  }
  .rates .rates-inner .rates-text .card .card-price {
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: space-between;
    margin-bottom: 0;
    text-align: right;
    align-content: baseline;
  }
  .rates .rates-inner .rates-text .card .card-price p {
    font-size: 20px;
    margin-bottom: 5px;
  }
  .rates .rates-inner .rates-text .card .card-price a {
    width: 70px;
    -webkit-text-decoration: 2px solid underline;
            text-decoration: 2px solid underline;
    text-underline-offset: 4px;
    font-weight: lighter;
  }
  .rates .rates-inner .rates-text .card .card-price a:hover {
    color: var(--background3);
  }
  .rates .rates-inner .rates-image img {
    max-width: 500px;
    height: auto;
    box-shadow: var(--boxShadow);
  }
}
@media only screen and (min-width: 0px) and (min-width: 0px) and (max-width: 1000px) {
  .rates .rates-inner {
    display: flex;
    flex-direction: column-reverse;
  }
  .rates .rates-inner .rates-image {
    display: none;
  }
}/*# sourceMappingURL=rates.css.map */