.producthighlights-grid {
    width: 80%;
    margin: auto;
    margin-top: 100px;
    border-top:2px solid #f0f0f0;
}

.grid-items {
    display: grid;
    grid-template-columns: 25% 25% 25% 25%;
    justify-items: center;
    grid-gap: 30px;
}

.producthighlights-grid .grid-item {
    text-align: center;
    background: #f3f3f3;
    margin-bottom: 30px;
    position: relative;
    width: 100%;
    height: 250px;
}

.grid-item label {
    padding: 15px;
    position: absolute;
    bottom: -15px;
    left: 50%;
    transform: translate(-50%, 0);
    z-index: 99;
    color: #FFF;
    border-radius: 10px 10px 0 0;
    font-weight: 700;
}

.producthighlights-grid img {
    max-width: 100%;
    max-height: 100%;
}

.product-url {
    display:inline-block;
    width:100%;
    height:100%;
}
