.product-grid .item-box .picture > a img {
  height: 70%;
  top: 60%;
}

.product-grid .item-box .button-2 {
  border-radius: 3px;
  font-weight: normal;
  color: white;
  text-transform: uppercase;
  transition: all .2s ease;
}

.product-grid .item-box .product-title {
  height: 70px;
  margin: 0;
  overflow: hidden;
  font-size: 1.08rem;
  font-weight: normal;
  color: #444444;
  text-align: right;
  float: right;
  max-height: 60px;
}

.title-new-products {
    margin: auto !important;
    margin-bottom: 3% !important;
    padding: 0.5% 0;
    display: flex;
    justify-content: center;
}

        .title-new-products a:after {
            content: url('../../../../../../images/samples/left-arrow.svg') !important;
            padding-bottom: 5px;
        }

    .title-new-products a {
        display: flex;
        flex-direction: row;
        align-items: center;
        grid-gap: 20px;
        font-weight: bold;
        justify-content: center;
    }

@media (min-width: 768px) {
    /*.title-new-products {
        width: 20%;
    }*/
}