.services-area {
	 padding: 50px 0;
}
 .services-area__title {
	 text-align: center;
}
 .services-area__title h1 {
	 margin-bottom: 10px;
}
 .services-area__title p {
	 margin-bottom: 1rem;
}
 .services-area__menu {
	 display: flex;
	 justify-content: space-between;
}
 .services-area__menu--items {
	 margin-top: 60px;
	 flex-basis: 33.33%;
	 display: flex;
	 flex-direction: column;
	 align-items: center;
	 text-align: center;
	 padding: 0 40px;
	 cursor: pointer;
}
 .services-area__menu--items img {
	 width: 35px;
	 height: 35px;
	 margin-bottom: 1rem;
}
 .services-area__menu--items p {
	 color: #777;
	 font-family: sans-serif;
	 font-size: 14px;
	 font-weight: 300;
	 line-height: 1.625em;
}
 .services-area__menu--items h4 {
	 text-transform: capitalize;
	 margin-bottom: 1rem;
}
 .services-area__menu--items:hover img {
	 filter: invert(49%) sepia(72%) saturate(2837%) hue-rotate(203deg) brightness(85%) contrast(86%);
}
 .services-area__menu--items:hover h4 {
	 color: #4b75cd;
}
 