
section.price-top{
  width: auto;
  height: 600px;
  overflow: hidden;
  position: relative;
}

.price-top img{
  width: 100%;
}

section.price{
  margin: 3% 0;
}

h3{
  text-align: center;
}

.price-box-1 ul{
  display: flex;
  justify-content: space-between;
}

.price-box-1 ul li{
  width: 48%;
}
