.four-icons-area {
	height: auto;
  width: 100vw;
  display: flex;
  justify-content: center;
  align-items: center;
	background-color: rgb(246, 246, 246);
	background-size: cover;
  background-repeat: no-repeat;
	background-image: url(/wp-content/uploads/2019/12/paws_bg.svg);
	border-top: 6px solid #006f3c;
	padding: 50px 0 50px 0;
}

.four-icons-card {
  display: flex;
  justify-content: center;
  align-items: center;
	width: 100%;
}

.four-icons-card-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 90vw;
	width: 1200px;
}

.four-icons-area h1 {
  text-align: center;
  font-size: 30px;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 25px;
}

.four-icons-wrapper {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: center;
}

.icon-card {
  display: flex;
  flex-direction: column;
  text-align: left;
	padding: 10px;
}

.icon-card h2 {
  text-align: left;
  font-weight: bold;
}

.icon-card img {
	margin-bottom: 25px;
}

.four-icons-card p {
  text-align: left;
	max-width: 300px;
	font-size: 14px;
}

.icon-left {
	color: #39b54a;
  font-size: 50px;
	margin-right: 10px;
}

.icon-card-wrapper {
	display: flex;
	flex-direction: row;
	justify-content: center;
	margin: 15px;
}

.icon-learn {
  text-align: center;
  font-weight: bold;
  text-transform: uppercase;
  margin: 25px;
}
