.product-main-container {
  display: flex;
  justify-content: center;
  height: 625px;
  border: solid 2px black;
 
}
.product-container {
  width: 40%;
  height: 80%;
  border: solid 2px blue;
  margin-top: 50px;
}
.para h1{
  line-height: 46px;
    font-style: oblique;
}
.para hr{
  
    width: 96px;
    border-color: red;
}
.para h3{
  line-height: 38px;
}
.para button a{
  text-decoration: none;
    color: black;
    font-weight: 700;
}
.product-container img{
  width: 100%;
}
