.module-results-a-buttons {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 40px 0;
}

.module-results-a-single {
	background: transparent;
	border: 1px solid transparent;
	text-align: center;
	padding: 40px 15px 55px 15px;
}
.module-results-a-inner .module-results-a-buttons {
	margin: 15px 0;
}

.module-results-a-single h2 {
	color: #fff;
	font-size: 55px;
	margin-bottom: 10px;
}
.module-results-a-single p.res-tit {
	color: #0091dc;
	margin-bottom: 15px;
}

.module-results-a-single h3 {
	color: #fff;
	margin-bottom: 15px;
	font-size: 25px;
}


.module-results-a-single:hover h2 {
	color: #0091dc;
 
}
.module-results-a-single:hover  p.res-tit {
	color: #141d41;
 
}
.module-results-a-single:hover h3 {
	color: #141d41;
}
.module-results-a-single:hover p {
	color:#626262;
}
.res-link {
	text-decoration: none !important;
}
.module-results-a-single p {
	color: #8bd7ff;
	margin-bottom: 15px;
}

.module-results-a-single h3 {
	font-size: 25px;
	margin-bottom: 15px;
}

.module-results-a-inner-main {
	position: relative;
	padding: 55px 0 65px 0;
}



.module-results-a-inner-main::before {
	content: "";
	height: 2px;
	width: 100%;
	position: absolute;
	background: #0091dc;
	top: 15px;
	left: 0;
}

.module.module-results-a .columns.no-float {
	padding: 0;
}
.module.module-results-a {
	padding-bottom: 0;
	padding-top:0;
}


.module-results-a-inner-main::after {
	content: "";
	height: 2px;
	width: 100%;
	position: absolute;
	background: #0091dc;
	bottom: 15px;
	left: 0;
}

@media screen and (min-width: 640px) {
  .slider-results-a .slick-slide {
    margin-right: 30px;
  }
}

@media screen and (min-width: 768px) {
  .module-results-a-inner .slick-arrow {
    position: absolute;
    left: 0;
    top: 33%;
  }

  #slider-results-a-next {
    left: auto;
    right: 0;
  }

  .slider-results-a {
    width: 80%;
    margin: 0 auto;
  }
}