:root{
	--lightred: #d64848;
	--red: #a53e3e;
	--dark: #262626;
	--lightdark: #3e3e3e;
	--black: #000;
  --white: #fff;
	--whitegray: #eeeeee;
  --whitefordark: #cbcbcb;
  --darkgrey: #5e5e5e;
}

.servicesCards{
	text-align: center;
	position: relative;
	vertical-align: baseline;
	display: block;
  margin-top: 100px;
}

.servicesCards-Cards{
	width: 350px;
	height: 380px;
	background-color: #f5f5f5;
	border: 1px solid #d8d8d8;
	border-radius: 3px;
	font-family: 'Raleway', sans-serif;

	line-height: 1.5;
  display: inline-block;
  vertical-align: middle;
	transition: .5s !important;
}

.servicesCards-Cards:hover .servicesCards-Avatar {
	background-color: #fff;
	color: var(--darkgrey);
	transition: .25s ease-in-out;
}

.servicesCards-Cards:hover .fa_custom{
	color: var(--lightred);
	transition: .25s ease-in-out;
}

.servicesCards-Cards:hover .servicesCards-ColorChange{
	color: var(--lightred);
	transition: .25s ease-in-out;
}

.servicesCards-Avatar{
	transform: translate(0,-50%);
	display: inline-block;
	border-radius: 100px;
	line-height: 106px;
	width: 106px;
	height: 106px;
	text-shadow: none;
	text-align: center;
	border: 2px solid var(--lightred);
	background-color: var(--lightred);
	transition: .5s ease-out;

	line-height: 1.5;
  vertical-align: middle;
}

.servicesCards-Cards-Desc-Title{
	margin-top: -10px;
	text-align: center;
	font-weight: 300;
	font-size: 34px;
	text-transform: uppercase;
	color: var(--dark);
	transition: .5s ease-out;
}

.servicesCards-Cards-Desc-Desc{
	padding-right: 20px;
	padding-left: 20px;
	font-size: 17.5px;
	font-weight: 1;
	line-height: 35px;
	color: var(--darkgrey);
	text-align: justify;
	transition: .5s ease-out;
}

.faGLOBE{
	margin-left: 1.8px;
	margin-top: 16px;
}

.faBANK{
	margin-left: 1.5px;
  margin-top: 13px;
}

.faMOBILE{
	margin-left: 1.5px;
  margin-top: 20px;
}

.fa_custom{
	color: #fff;
	transition: .5s ease-out;
  display: inline-block;
  vertical-align: middle;
}

.servicesCards-Title{
	text-align: center;
	text-transform: uppercase;
	margin-top: 150px;
	letter-spacing: 5px;
	font-size: 22px;
	margin-bottom: 30px;
	font-family: 'Raleway', sans-serif;
}

.servicesCards-Separator{
	width: 30%;
	border: 1px solid #c1c1c1;
  margin: auto;
}

.servicesCards-Desc{
	font-family: 'Raleway', sans-serif;
	font-size: 19px;
	letter-spacing: 3px;
	margin-top: 50px;
	margin-bottom: 50px;
	text-align: center;
	font-weight: 330;
}

@media (max-width: 1199px){
  .servicesCards-Cards{
  	width: 300px;
  }

  .servicesCards-Cards-Desc-Desc{
    font-size: 15.5px;
  }
}

@media (max-width: 991px){
  .servicesCards-Cards{
  	margin-top: 30px;
  }
}
