/* Add custom CSS styles below */ 
.al-categories {
  .lg\:grid-cols-6 {
    grid-template-columns: repeat(3, minmax(0, 270px));
    justify-content: center;
}
  p.text-sm.md\:text-base.mb-1 {
    opacity: 0;
}
  @media (max-width:767px){
    .text-xl {
    font-size: 1rem;
    line-height: 1rem;
}
  }
}
.al-categories {
    padding: 0;
}
.al-testimonial {
.card {
    background-color: #fff;
}
@media (min-width:881px){
  .w-44 * {
    color: #fff;
}
}
}