/* Override the fill color of the services section SVGs on the mainpage to prevent overriding the SVG's internal background/fill settings */
.home .ts-ihbox-svg .ts-ihbox-svg-wrapper svg,
.page-id-80 .ts-ihbox-svg .ts-ihbox-svg-wrapper svg {
    fill: none !important;
	stroke-width: 2.5;
}
