.service-pillars {
  padding: 120px 0;
}
.service-pillars .service-pillars-subtitle {
  color: var(--default-blue);
  font-size: 1.25rem;
  font-weight: 800;
  text-transform: uppercase;
  margin-bottom: 11px;
  text-align: center;
}
.service-pillars .service-pillars-title {
	font-weight: 400;
	font-size: 2.5rem;
	line-height: 1.2;
	text-align: center;
}
.service-pillars .service-pillars-wrap {
	display: flex;
	flex-wrap: wrap;
	gap: 23px;
	margin-top: 47px;
}

.service-pillars .service-url{
	display: block;
	width: 100%;
	height: 100%;
	text-decoration: none;
}
.service-pillars .service-pillar-card {
  position: relative;
  width: 100%;
  max-width: calc(25% - 17.25px);
  height: auto;
  border-radius: 10px;
  overflow: hidden;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.service-pillars .service-pillar-card .service-pillar-overlay {
  position: absolute;
  width: 100%;
  height: calc(100% - 36px);
  top: auto;
  left: 0;
  bottom: 0;
  background-repeat: no-repeat;
}
.service-pillars .service-pillar-card .service-pillar-content {
  position: relative;
  z-index: 2;
  height: 100%;
  padding: 17px 10px 21px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 14px;
  color: #fff;
}
.service-pillars .service-pillar-icon  {
  width: 76px;
  height: 76px;
  object-fit: contain;
  object-position: center;
}
.service-pillars .service-pillar-card  .service-pillar-title{
	font-weight: 700;
	font-size: 1.25rem;
	line-height: 1.2;
	margin-top: auto;
}
@media only screen and (max-width: 1280px) {
    .service-pillars {
		padding: 100px 0;
	}
}

@media only screen and (max-width: 991px) {
	.service-pillars {
		padding: 80px 0;
	}
	.service-pillars .service-pillars-wrap{
		gap: 20px;
		margin-top: 40px;
	}

	.service-pillars .service-pillar-card {
		max-width: calc(50% - 10px);
	}
	.service-pillars .service-pillar-card .service-pillar-title{
		font-size: 1rem;
	}
	.service-pillars .service-pillars-title {
		font-size: 2rem;
	}
	.service-pillars .service-pillar-icon  {
	  width: 54px;
	  height: 54px;
	  object-fit: contain;
	  object-position: center;
	}
}

@media only screen and (max-width: 767px) {
	.service-pillars {
		padding: 60px 0;
	}
	.service-pillars .service-pillar-card .service-pillar-title{
		font-size: 0.875rem;
	}
	.service-pillars .service-pillars-subtitle {
	  font-size: 0.75rem;
	}
	.service-pillars .service-pillars-title {
		font-size: 1rem;
	}
}
