.price {
  text-align: center;
  margin: 3rem 0 6rem 0;
}

h1 {
  color: #000;
}

.price-img {
  width: 100%;
}

@media (min-width: 769px) {
  .price-img {
    width: 80%;
  }
}

.btn {
  color: #fff;
  font-size: 2rem;
}

@media (min-width: 769px) {
  .btn {
    font-size: 3rem;
  }
}

.item {
  margin: 4rem auto;
  width: 90%;
  background-color: #00a1e9;
  padding: 2rem 0;
}

@media (min-width: 769px) {
  .item {
    width: 50rem;
  }
}

.item:hover {
  background-color: #f2e724;
}

.price-content {
  text-align: left;
  padding: 0 2rem;
}

table {
  border-collapse: collapse;
}

table tr th {
  border-bottom: 1px solid #3f547b;
  font-weight: 400;
}

.goods-wrapper {
  display: flex;
  justify-content: center;
}

.goods-img {
  width: 100%;
}

.goods-content {
  text-align: left;
  padding: 0 2rem;
}
