.product-list-text-area {
  width: 100%;
  height: 500px;
  background: white;
  padding: 30px;
  justify-content:center;
  padding-top:0px;
}
.product-list-area-title {
    font-weight: 600 !important;
    color: black !important;
    font-size: 25px !important;
}
.product-title {
  color: black;
  font-weight: 600;
  margin-bottom: 40px;
  font-size: 40px;
}

.product-description {
  color: #626262;
  font-size: 19px;
}

.product-price {
    color: #626262;
    font-size: 16px;
    margin-bottom: 1rem;
}

.product-list-photo {
  height: 500px;
  width: 100%;
  background-repeat: no-repeat!important;
  background-size: cover!important;
  background-position: center!important;
}

.product-link {
  color: #626262;
  font-size: 20px;
}

.product-link:hover {
  color: black;
}

@media only screen and (max-width:992px){

    .product-list-text-area {
        height:500px;
        padding:15px;
    }
    }
.product-button {
    background-color: black;
    color: #ffffff;
    padding: 8px;
    border-radius: 21px;
    padding-left: 20px;
    padding-right:20px;
    font-weight:500;
}

.rec-picture-area {
}

.rec-title {
    font-size: 22px;
    color: black;
    font-weight: 400;
    margin-top: 10px;
}

.rec-description-area {
    height: 100px;
    padding: 7px;
    overflow: hidden;
}

.rec-description {
    color: #626262;
}

.rec-button-area {
    margin-top: 10px;
    padding: 7px
}