/* Spacing */
/* Grid settings */
/* Row inner box */
/* Breakpoint options */
/* Calculated variables - do not edit unless you are a space cowboy */
/* Split colours - set colours when using .row.split */
/* Overlays - for modals, cookie popups */
/* Type */
/* Quotes */
/* Icons - see font-awesome.scss for more info */
/* Buttons */ /* Woocommerce */ /* Notifications */ /* Pagination */ /* Logo */ /* Header */
/* Header navigation */
/* Footer */
/* Mobile menu */ /* Cookie bar */ /* Social links */ /* Transitions */ /* Loader */ /* Modals */ /* Dots */
/* Tables */
.col-type-card .card {
  padding: 30px;
}

.bg-light .col-type-card {
  background-color: var(--grey);
  color: var(--black);
}

.bg-mid .col-type-card {
  background-color: var(--grey);
  color: var(--black);
}

.bg-dark .col-type-card {
  background-color: var(--grey);
  color: var(--black);
}

.col-type-card {
  border-radius: 5px;
}

.bg-mid .col-type-card {
  background-color: var(--white);
}
