.second-service-cards-section-0 {
	box-sizing: border-box;
	display: flex;
	justify-content: center;
	align-content: center;
	flex-wrap: wrap;
}
@media (min-width: 1200px) {
  .second-service-cards-section-0 .second-service-card-section {
	width: calc((100% / 4) - (10px + 10px));
}
}
@media (min-width: 992px) and (max-width: 1199px) {
  .second-service-cards-section-0 .second-service-card-section {
	width: calc((100% / 4) - (10px + 10px));
}
}
@media (min-width: 768px) and (max-width: 991px) {
  .second-service-cards-section-0 .second-service-card-section {
	width: calc((100% / 1) - (10px + 10px));
}
}
@media (max-width: 767px) {
  .second-service-cards-section-0 .second-service-card-section {
	width: calc((100% / 1) - (10px + 10px));
}
}
.second-service-cards-section-0 .second-service-card-section {
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	background-color: #FFFFFFFF;
	align-items: center;
	justify-content: space-between;
	border-radius: 0px;
	border: none;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-right: 10px;
	margin-left: 10px;
	box-shadow: 0px 0px 30px -10px #1e3a28ff;
}
.second-service-cards-section-0 .second-service-card-section .card-image-wrap {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
}
.second-service-cards-section-0 .second-service-card-section .card-image-wrap img.card-image {
	display: block;
	width: 100%;
	height: auto;
	object-fit: cover;
	max-width: 100%;
}
.second-service-cards-section-0 .second-service-card-section .second-service-title-section {
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	margin-right: 10px;
}
.second-service-cards-section-0 .second-service-card-section h3.card-title {
	text-align: center;
	font-size: 20px;
	line-height: 1.2;
	font-weight: 600;
	text-transform: capitalize;
	color: #008000ff;
}
.second-service-cards-section-0 .second-service-card-section h3.card-title .card-title-link {
	color: #008000ff;
	text-decoration: none;
}
.second-service-cards-section-0 .second-service-card-section h3.card-title:hover {
	color: #008000ff;
}
.second-service-cards-section-0 .second-service-card-section h3.card-title:hover .card-title-link {
	color: #008000ff;
}
.second-service-cards-section-0 .second-service-card-section p.card-description {
	color: #000000FF;
	font-size: 16px;
	font-weight: 400;
	text-transform: none;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	margin-right: 10px;
}
.second-service-cards-section-0 .second-service-card-section a.card-button {
	color: #008000ff;
	display: flex;
	background-color: #ffffff;
	border-radius: 35px;
	font-weight: 600;
	font-size: 16px;
	text-transform: uppercase;
	text-align: center;
	align-items: center;
	justify-content: center;
	align-content: center;
	border: 1px solid #008000ff;
	margin-top: 5px;
	margin-bottom: 5px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
	padding-right: 20px;
	align-self: center;
	margin-left: 10px;
	margin-right: 10px;
}
.second-service-cards-section-0 .second-service-card-section a.card-button:hover {
	color: #ffffff;
	background-color: #008000;
	border-color: #0032f9FF#008000ff;
}
