Шаблон:PageGasFrame/styles.css

.gas-card {
  background: var(--tmp-25);
  border-radius: 10px;
  border: 2px solid var(--tmp-25);
  box-shadow: 0 4px 12px var(--tmp-25);
  padding: 1.25rem;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.gas-card__images {
  display: flex;
  justify-content: center;
  gap: 0.75rem;
}

.gas-card__name {
  font-size: 1.2rem;
  margin: 0;
  text-align: center;
}

.gas-card__params {
  list-style: none;
  padding: 0;
  margin: 0px 0px 0px 0px !important;
}

.gas-card__params li {
  display: flex;
  justify-content: space-between;
}

.gas-card__params span {
  font-weight: bold;
}