.Qe_Recently-view {
  padding: 20px 40px !important;
}
.product_title {
    font-size: 16px !important;
    font-weight: 400 !important;
    overflow: hidden;
    white-space: normal;
    display: -webkit-box;
    -webkit-line-clamp: var(--product-title-line-text);
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
}