.prices_table {
  font-family: var(--font-family-primary);
  line-height: 1.4;
  font-weight: 400;
  font-size: 24px;
}

.prices_table th {
  padding: 1rem;
  background-color: var(--color-secondary);
  color: white;
  border-right: 1px solid white;
}

.prices_table td {
  padding: 8px 8px;
  border-right: 1px solid var(--color-secondary);
}

.prices_table tr:nth-child(2) td {
  padding-top: 24px;
}

.body_xxxs {
  font-family: var(--font-family-primary);
  line-height: 1.4;
  font-weight: 400;
  font-size: 24px;
}

.prices_text img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

@media (max-width: 992px) {
  .prices_table,
  .body_xxxs {
    font-size: 18px;
  }
}

@media (max-width: 530px) {
  .prices_table th {
    padding: 0.5rem;
  }

  .prices_table,
  .body_xxxs {
    font-size: 14px;
  }
}
