:root {
  --cnvs-themecolor: #f18052;
}

.feature-box {
  --cnvs-featured-box-font-size: ;
  --cnvs-featured-box-font-weight: 600;
  --cnvs-featured-box-font-tt: uppercase;
}

/* ----------------------------------------------------------------------------
	Services Grid
---------------------------------------------------------------------------- */

.grid-border {
  overflow: inherit;
  --cnvs-grid-border-width: 1px;
  --cnvs-grid-border-color: var(--cnvs-contrast-200);
  --cnvs-grid-border-opacity: 1;
}

.grid-border [class^="col-"] {
  margin: calc(-1 * var(--cnvs-grid-border-width)) 0 0
    calc(-1 * var(--cnvs-grid-border-width));
  padding: 30px;
  border: var(--cnvs-grid-border-width) solid var(--cnvs-grid-border-color);
}

.grid-border [class^="col-"]::before,
.grid-border [class^="col-"]::after {
  display: none;
}

.grid-border [class^="col-"]:hover {
  --cnvs-grid-border-color: var(--cnvs-themecolor);
  background-color: rgba(var(--cnvs-themecolor-rgb), 0.1);
  z-index: 1;
}
