body.services {
    background-color: #F4F928;
}

.services .active .apeLink {
    color: #EBE8EE;
}

.services .active .apeLink::before, .services .active .apeLink::after {
    background-color: #EBE8EE;
}

.services #services {
    margin: 8em auto;
}
.services .ape-center {
    text-align: center;
    position: relative;
}

/* .services .apeTitle {
    margin-bottom: 10vh;
} */

/* .apeTitle::after{
  content: "";
  position: absolute;
  top: 2.1em;
  right: 3em;
  width: 50%;
  width: 35%;
    margin: 0 auto;
    height: 4px;
    background-color: #fc8270;
    -webkit-box-shadow: 0 4px 16px 0 rgba(252, 130, 112, 0.65);
    -moz-box-shadow: 0 4px 16px 0 rgba(252, 130, 112, 0.65);
    box-shadow: 0 4px 16px 0 rgba(252, 130, 112, 0.65);
} */

/* .services .grid-container {
    border-bottom: 3px solid #000000;
    padding-bottom: 10em;
} */

.services .services-card {
    background-color: #F4F928;
}

.services-card{ 
	position:relative;
}

.services .grid-container {
    padding-bottom: 4em;
}

.services .services-card {

    box-shadow: 0 30px 60px 0 rgba(29, 29, 31, .09);

}

.services-card:hover {

    box-shadow: 0 25px 32px 0 rgba(62,57,107,0.3),0 0 0 transparent;
  }
/* .services-card:before {
	content:'';
	position:absolute;
	width:100%;
	height:50%;
	top:0;
	left:-100%;
	background:rgba(187,191,23,.2);
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
} 
.services-card:after {
	content:'';
	position:absolute;
	width:100%;
	height:50%;
	bottom:0;
	right:-100%;
	background:rgba(187,191,23,.2);
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
} 
.services-card:hover:before {
	left:0;
}  
.services-card:hover:after {
	right:0;
}
.services-card .top{
	position:relative;
	text-align:left;
	font-family: 'Poppins', sans-serif;
	font-weight:600;
	font-size: 13px; 
	line-height: 16px;
	letter-spacing:1px;
	color:#fff;
	padding-bottom:40px;
}
.services-card .top span{
	padding-left:80px;
}
.services-card .top:before {
	content:'';
	position:absolute;
	width:40px;
	height:1px;
	top:7px;
	left:34px;
	background-color:#fff;
} 
.services-card .price{
	position:relative;
	text-align:left;
	font-family: 'Poppins', sans-serif;
	font-weight:300;
	font-size: 38px; 
	line-height: 38px;
	color:#fff;
	padding-bottom:40px;
}
.services-card .price .small{
	font-size: 20px; 
	line-height: 46px;
}   
.services-card .price .small-text{
	font-size: 14px; 
	line-height: 46px;
	font-style: italic;
}  
.services-card .price .small-super{
	vertical-align: super;
	font-size: 20px;
} 
.services-card .offers{
	position:relative;
	text-align:left;
	font-family: 'Poppins', sans-serif;
	font-weight:400;
	font-size: 12px; 
	line-height: 18px;
	letter-spacing:1px;
	color:#ccc;
	padding-bottom:12px;
}
.services-card .button{
	position:absolute;
	left:50px;
	bottom:50px;
	z-index:4;
	cursor:pointer;
	text-align:center;
	font-family: 'Poppins', sans-serif;
	font-weight:500;
	font-size: 12px; 
	line-height: 18px;
	letter-spacing:2px;
	color:#fff;
	width:70px;
	border-radius:3px;
	padding-top:8px;
	padding-bottom:8px;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
}
.services-card .button:hover{
	background:#fff;
	color:#212121;
} */
