#homepage-services {
	padding:20px 30px;
	margin-top: -15px;
	margin-bottom: 20px;
	display: block;
  	overflow: auto; /* or: hidden */
  	width: 100%;
  	height: auto;
  	clear: both;
}
#homepage-services .some-class {
}
/*
#homepage-services  .section-header {
    font-family: Lato, Helvetica, sans-serif;
    font-size: 16px;
    text-align: center;
    color: #404040;
    padding-bottom: 75px;
  }

#homepage-services  .section-header h2 {
    font-family: Montserrat, Helvetica, sans-serif;
    font-weight: 700;
    line-height: 40px;
    color: #404040;
    margin: 15px 0 0;
    font-size: 45px;
    padding-bottom: 10px;
    display: inline-block;
    position: relative;
    text-transform: uppercase;
  }

#homepage-services  .section-legend {
    color: #000;
  }

#homepage-services  .row {
    width: 100%;
    float: left;
    text-align: center;
  }

  /* === Focus Box === */
/*
#homepage-services  .focus-box {
    margin: 0 -4px 25px 0;
    width: 235px;
    display: inline-block;
    vertical-align: top;
  }

#homepage-services  .service-icon {
    border: 10px solid #ececec;
    margin: 0 auto 20px;
    width: 145px;
    height: 145px;
    border-radius: 50%;
    position: relative;
    transition: 0.2s ease-in-out;
  }

#homepage-services  .service-icon i {
    position: absolute;
    inset: 0;
    width: 125px;
    height: 125px;
    margin: auto;
    border-radius: 50%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
  }

#homepage-services  .red-border-bottom {
    font-weight: bold;
    color: #404040;
    margin-bottom: 30px;
    font-size: 17px;
    display: inline-block;
    position: relative;
    text-transform: uppercase;
  }

#homepage-services  .focus-box p {
    font-size: 14px;
    color: #808080;
    margin-bottom: 1.5em;
  }

  /* === Secondary Row (optional fixed width) === */
/*
#homepage-services  .row.narrow {
    width: 940px;
    margin: 0 auto;
  }
*/
#homepage-services .col-md-12 {
	background-color: #018A10;
	width: calc(100% + 60px);
	margin-left: -30px;
	margin-right: -30px;
	margin-bottom: 20px;
	padding-top: 15px;
	padding-bottom: 15px;
	margin-top: -35px;
	font-size: 23px;
	color: white;
}

@keyframes highlight {
	0% 		{filter: brightness(100%);}
	16% 	{filter: brightness(140%);}
	33% 	{filter: brightness(100%);}
	100% 	{filter: brightness(100%);}
}
#homepage-services .service-description {
	font-size: 13px;
}
#homepage-services .block1 {
	animation-name: highlight;
	animation-duration: 6s;
	animation-delay: 0s;
	animation-iteration-count: infinite;
	color: black;
}
#homepage-services .block2 {
	animation-name: highlight;
	animation-duration: 6s;
	animation-delay: 2s;
	animation-iteration-count: infinite;
	color: black;
}
#homepage-services .block3 {
	animation-name: highlight;
	animation-duration: 6s;
	animation-delay: 4s;
	animation-iteration-count: infinite;
	color: black;
}
#homepage-services .block1 a, #homepage-services .block2 a, #homepage-services .block3 a {
	color: black;
}
#homepage-services .block1 a:hover, #homepage-services .block2 a:hover, #homepage-services .block3 a:hover {
	color: #018A10;
}
#homepage-services .block1:hover,#homepage-services .block2:hover,#homepage-services .block3:hover {
	/* filter: brightness(150%); */
	filter: drop-shadow(2px 2px 5px #bbbbbb);
	animation-name: none;
	-webkit-animation-name: none;
	color: #018A10;
}
@media (min-width: 992px) and (max-width: 1199px) {
	#homepage-services p {
		line-height:32px;
		font-size:24px;
	}
	#homepage-services .col-md-12 p {
		font-size:19px;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	#homepage-services .block1, #homepage-services .block2, #homepage-services .block3 {
		margin-bottom: 15px;
	}
	#homepage-services p {
		line-height:24px;
		font-size:18px;
	}
}
@media (max-width: 767px) {
	#homepage-services .block1, #homepage-services .block2, #homepage-services .block3 {
		margin-bottom: 15px;
	}
	#homepage-services .col-md-12 {
		text-align: center;
	}
	#homepage-services .col-md-12 p {
		line-height:5.3vw;
		font-size:3.5vw;
		width: 80%;
		margin-right: auto;
		margin-left: auto;
	}
}

