/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jun 13 2025 | 16:32:49 */
/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: May 22 2025 | 21:31:34 */
/*
font-size: 16px;

	@include tablet {
		font-size: 18px;
	}

	@include desktop {
		font-size: 20px;
	}

	@include tweakpoint(0, 600px) {
		// some styles
	}
}
*/
/* Feature boxes (homepage, sidebar) */
.feature-box {
  position: relative;
  padding: 15px 0 20px 3.5rem;
  /* max-width: 350px; */
}
.feature-box:not(.home .feature-box) {
  margin-bottom: 60px;
}
.feature-box::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 25px;
  background-color: #2f94a0;
  /* adjust to match the blue */
  clip-path: polygon(100% 0, 0 4%, 0 96%, 100% 100%);
  z-index: -1;
}
.feature-box.green::before {
  background-color: #9ebbaf;
}
.feature-box.teal::before {
  background-color: #428fa3;
}
.feature-box.gold::before {
  background-color: #d5d6aa;
}
@media (min-width: 981px) {
  .et_pb_gutters2 .et_pb_column_1_3 .et_pb_module {
    margin-bottom: 60px;
  }
}
