.fa-angle-left:before {
    position: relative;
    top: -2px;
}

.fa-angle-right:before {
    position: relative;
    top: -2px;
    right: -1px;

}

@media (max-width:575px){
  .home-product-tabs .product-tabs-content .products-grid[data-row="4"] .col5{
    max-width: 50% !important;
  }
}