* {
    box-sizing: border-box;
}
body {
    background-color:  hsl(30, 38%, 92%);
    height: 620px;
    width: 500px;
    margin: auto;
    margin-top: 70px;
}
.container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 0;
    width: 600px;
    height: 90%;
    margin-top: 50px;
    margin: auto;
  
}
img {
  width: 300px;
  height: 80%;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}
.card2 {
    padding: 0px 30px;
    background-color: #fff;
    height: 80%;
    width: 300px;
   border-top-right-radius: 10px;
   border-bottom-right-radius: 10px;
}
h5 {
    color:  hsl(228, 12%, 48%);
    letter-spacing: 1px;
    font-size: 18px;
    margin-top: 20px;
}
h2 {
    color:  hsl(212, 21%, 14%);
    font-size: 32px;
    margin-top: -10px;
}
p {
    font-size: 18px;
    color:  hsl(228, 12%, 48%);
}
h1 {
    color:  hsl(158, 36%, 37%);
    font-size: 35px;
    margin-top: 24px;
    margin-bottom: 40px;
}
span {
   margin-top: 60px;
}
.mon {
    text-decoration: line-through;
    color:  hsl(228, 12%, 48%);
  font-size: 12px;
  position: relative;
  top: -9px;
  left: 20px;
}
a {
   
    text-decoration: none;
    color: #fff;
    padding: 16px 70px;
    border-radius: 9px;
    
}
.button {
   
    background-color: hsl(158, 36%, 37%);
}

.button:hover {
    background-color: hsl(158, 56%, 40%) ;
    transition: all .3s ease;
    
}

@media only screen and (max-width:768px) {
    body {
        background-color:  hsl(30, 38%, 92%);
        height: 650px;
        width: 350px;
        margin-top: 20px;
    }
    .container {
   display: block;
   margin: auto;
   margin-top: 30px;
  height: 620px;
   width: 300px;
      
    }
    img {
     width: 300px;
     background-image: url(./images/image-product-mobile.jpg);
     height: 220px;
      border-top-left-radius: 10px;
      border-top-right-radius: 10px;
      border-bottom-left-radius: 0;
    }
    .card2 {
      width: 300px;
      height: 400px;
      padding: 30px 20px;
       border-bottom-left-radius: 10px;
       border-bottom-right-radius: 10px;
       border-top-right-radius: 0;
      margin-top: -30px;
    }
    
h5 {
    color:  hsl(228, 12%, 48%);
    letter-spacing: 3px;
    font-size: 14px;
   
}
h2 {
    color:  hsl(212, 21%, 14%);
    font-size: 30px;
    margin-top: -10px;
}
p {
    margin-top: -10px;
    font-size: 14px;
    color:  hsl(228, 12%, 48%);
    line-height: 25px;
}
h1 {
    color:  hsl(158, 36%, 37%);
    font-size: 35px;
    margin-top: 24px;
    margin-bottom: 40px;
}
span {
   margin-top: 60px;
}
.mon {
    text-decoration: line-through;
    color:  hsl(228, 12%, 48%);
  font-size: 12px;
  position: relative;
  top: -9px;
  left: 20px;
}
a {
   
    text-decoration: none;
    color: #fff;
    padding: 16px 70px;
    border-radius: 9px;
    
}
.button {
   
    background-color: hsl(158, 36%, 37%);
}
.button:hover {
    background-color: hsl(158, 56%, 40%) ;
    
}
}