body {
  background-color: hsl(30, 38%, 92%);
  font-size: 14px;
  font-family: "Fraunces", serif;
  font-weight: 300;
}
.container {
  position: relative;
  margin: auto;
  width: 640px;
  height: 450px;
  top: 120px;
  display: flex;
}
.box1 {
  position: relative;
  height: 450px;
  width: 370px;
}
.box2 {
  position: relative;
  background-color: hsl(0, 0%, 100%);
  height: 450px;
  width: 270px;
  padding-left: 35px;
  padding-right: 20px;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}
img {
  width: 100%;
  height: 450px;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}
h1 {
  padding-right: 45px;
  line-height: 30px;
}
h3 {
  font-family: "Montserrat", sans-serif;
  letter-spacing: 5px;
  font-size: 14px;
  font-weight: 400;
  padding-top: 10px;
}
p {
  padding-right: 40px;
  line-height: 25px;
}
.new-price,
.old-price {
  position: absolute;
}
.old-price {
  right: 0;
  padding-right: 80px;
  padding-top: 8px;
  text-decoration: line-through;
}
button {
  width: 210px;
  height: 50px;
  margin-top: 65px;
  border-radius: 10px;
  background-color: hsl(158, 36%, 37%);
  color: white;
}
i {
  padding-right: 7px;
}
