
.template-product .highlights-wrapper{
    max-width: 810px;
}
.template-product .highlight-grid {
    grid-template-columns: repeat(3, 1fr);
}

@media screen and (max-width:767px){

.template-product .highlight-grid {
    grid-template-columns: repeat(1, 1fr);
}


}
