<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.dexp-builder-box.icon-fill.orange-fill .box-icon {
  background-color: #ee994a;
}
.dexp-builder-box.icon-x-large .box-icon {
  width: 8em;
  height: 8em;
  line-height: 8em;
}
.dexp-builder-box.icon-x-large .box-icon img {
  width: 5em;
}
.custom.step {
	z-index: 10;
}
.row.steps:after {
	content: '';
  width: 65%;
  border: 5px solid #ee994a;
  position: absolute;
  left: 0;
  right: 0;
  top: 6.3em;
  margin-left: auto;
  margin-right: auto;
}
.custom .box-title h3 {
    line-height: 1.2em;
}
.custom.white .box-title h3 {
    color: #FFF;
}
@media screen and (max-width: 992px) {
	.row.steps:after {
  display: none;
  }
} 
@media screen and (max-width: 768px) {
	.custom .box-icon {
  	display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .custom .box-icon img {
		padding: 0;
  }
}</pre></body></html>