.its .ellipse-border {
  display: block;
  width: 130px;
  height: 100px;
  margin-bottom: 1em;
  text-indent: -9999px;
  background-color: transparent;
  background-image: url(./its-logo.webp);
  border-radius: 0;
}

.tariff-list__footer {
  margin-top: 1em;
  text-align: center;
}

.tariff-list__footer a {
  font-size: 1.25rem;
  font-weight: 700;
}

@media (min-width: 400px) {
  .its .ellipse-border {
    padding: 0;
  }
}

@media (min-width: 576px) {
  .tariff-list__footer a {
    font-size: 1.5rem;
  }
}

@media (min-width: 768px) {
  .tariff-list__footer {
    display: flex;
    align-items: start;
    gap: 1em;
  }

  .tariff-list__note {
    margin-left: auto;
  }
}
