#services1 .block {
/*  background:linear-gradient(to bottom, #488EC3 0%,#305470 100%);*/
  background:linear-gradient(to bottom, #305470 0%,#000 100%);
  color: #fff;
  line-height: 2em;
}

#services1 .icon {
  border-radius: 0.3rem;
  width: 2.5rem;
  height: 2.5rem;
  line-height: 2.5rem;
  font-size: 1.25rem;
  background: var(--basecolor2);
  color: #fff;
  display: inline-block;
  margin: 0px 5px 5px 0px;
  text-align: center;
}


#services1  .horizline {
/*	width: 70%; */
	height: 1px;
	margin: 0px auto;
	border-top: 1px dashed #fff;
}
