/* ************************************************************
***************************************************************
:: HOME
***************************************************************
************************************************************* */
/* Part 3 */
section[data-sectionname="home"] .part_3 .slider .card,
section[data-sectionname="home"] .part_4 .slider .card {
  width: 20vw;
}

/* ************************************************************
***************************************************************
:: LOCATIONCARDS
***************************************************************
************************************************************* */
.locationEntries {
  grid-template-columns: repeat(3, minmax(300px, 1fr));
}

/* ************************************************************
***************************************************************
:: SERVICECARDS
***************************************************************
************************************************************* */
.serviceEntries {
  grid-template-columns: repeat(3, minmax(300px, 1fr));
}