.wcu-service-cards {
	width: 100%;
	max-width: 640px;
	background: #ffffff;
	border: 1px solid #e2e2ec;
	border-radius: 8px;
	overflow: hidden;
}

.for-overflow{
	max-height: 524px;
	overflow-y: auto;
	scrollbar-width: thin;
	scrollbar-color: #c7c9d1 transparent;
}
.for-overflow::-webkit-scrollbar {
	width: 6px;
}

.for-overflow::-webkit-scrollbar-thumb {
	background: #c7c9d1;
	border-radius: 4px;
}

.for-overflow::-webkit-scrollbar-track {
	background: transparent;
}
/* .wcu-service-cards__scroll {

} */

/* .wcu-service-cards__scroll::-webkit-scrollbar {
	width: 6px;
}

.wcu-service-cards__scroll::-webkit-scrollbar-thumb {
	background: #c7c9d1;
	border-radius: 4px;
}

.wcu-service-cards__scroll::-webkit-scrollbar-track {
	background: transparent;
}
 */
.wcu-service-cards__grid {
	display: grid;
	grid-template-columns: 1fr;
	grid-auto-rows: 1fr;
transition: transform .15s linear;
}

.wcu-service-cards__card {
	padding: 24px;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	height: 100%;
	border-top: 1px solid #e2e2ec;
	background: #ffffff;
	text-decoration: none;
	transition:background 0.2s ease-in;
	cursor:pointer;
}
.wcu-service-cards__card:hover{
    background-color:#F4F4F5;
}
.wcu-service-cards__grid > .wcu-service-cards__card:first-child {
	border-top: none;
}

.wcu-service-cards__icon-box {
	width: 46px;
	height: 46px;
	border-radius: 8px;
	background:rgba(8, 101, 255, 0.15);
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 24px;
	flex-shrink: 0;
	color: #ffffff;
}

.wcu-service-cards__icon-box img,
.wcu-service-cards__icon-box svg {
	width: 24px;
	height: 24px;
	display: block;
}

.wcu-service-cards__title {
	margin: 0 0 8px;
	font-family: "Inter Tight", sans-serif;
	font-weight: 500;
	font-size: 18px !important;
	line-height: 24px;
	color: #000000;
}

.wcu-service-cards__text {
	margin: 0 0 24px;
	flex-grow: 1;
	font-family: "Inter Tight", sans-serif;
	font-weight: 400;
	font-size: 14px;
	line-height: 21px;
	color: #525b53;
}

.wcu-service-cards__link {
	display: inline-flex;
	align-items: center;
	gap: 5px;
	padding: 0;
	border: 0;
	background: none;
	font-family: "Inter Tight", sans-serif;
	font-weight: 500;
	font-size: 14px;
	line-height: 25.6px;
	text-decoration: none;
	color:#0865FF !important;
}
.wcu-service-cards__card--cta .wcu-service-cards__link{
color:#FFF !important;
font-size:16px;
font-weight:400;
}
.wcu-service-cards__card.wcu-service-cards__card--cta:hover{
background:#075CE8 !important;
}
/* .wcu-service-cards__link:hover {
	text-decoration: underline;
} */
.wcu-service-cards__card--cta .wcu-service-cards__link svg{
fill:#FFF !important;
}
.wcu-service-cards__card--cta .wcu-service-cards__link svg path{
fill:#FFF !important;
}
.wcu-service-cards__link svg {
	width: 20px;
	height: 20px;
	flex-shrink: 0;
	fill:#0865FF;
	color:#0865FF;
}
.wcu-service-cards__link svg path{
	fill:#0865FF;
	color:#0865FF;
}

.wcu-service-cards__card--cta {
	background: #0865ff;
	color: #ffffff;
}

.wcu-service-cards__card--cta .wcu-service-cards__icon-box {
	background:rgba(255, 255, 255, 0.15);
	border: 1px solid rgba(255, 255, 255, 0.12);
	margin-bottom:16px;
}

.wcu-service-cards__card--cta .wcu-service-cards__title {
	color: #ffffff;
	font-size:18px;
	line-height: 24px;
}

.wcu-service-cards__card--cta .wcu-service-cards__text {
	color: rgba(255, 255, 255, 0.85);
}

.wcu-service-cards__card--cta .wcu-service-cards__link {
	color: #ffffff;
}

@media (max-width: 799px) {
	.wcu-service-cards__scroll {
		max-height: none;
		overflow: visible;
	}
	.for-overflow{
	max-height: unset;
	overflow-y: unset;
}
}

@media (min-width: 700px) {
	.wcu-service-cards__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
    .wcu-service-cards--count-7 .wcu-service-cards__grid> *:last-child {
    grid-column: 1 / -1;
}
	.wcu-service-cards__grid > .wcu-service-cards__card {
		border-right: 0.6px solid #E4E7E5;
	}

	.wcu-service-cards__grid > .wcu-service-cards__card:nth-child(2n) {
		border-right: none;
	}

	.wcu-service-cards__grid > .wcu-service-cards__card:nth-child(1),
	.wcu-service-cards__grid > .wcu-service-cards__card:nth-child(2) {
		border-top: none;
	}

	.wcu-service-cards--count-1 .wcu-service-cards__grid,
	.wcu-service-cards--count-2 .wcu-service-cards__grid {
		grid-template-columns: 1fr;
	}

	.wcu-service-cards--count-1 .wcu-service-cards__grid > .wcu-service-cards__card,
	.wcu-service-cards--count-2 .wcu-service-cards__grid > .wcu-service-cards__card {
		border-right: none;
	}

	.wcu-service-cards--count-1 .wcu-service-cards__grid > .wcu-service-cards__card:nth-child(2),
	.wcu-service-cards--count-2 .wcu-service-cards__grid > .wcu-service-cards__card:nth-child(2) {
		border-top: 0.6px solid #E4E7E5;
	}

	.wcu-service-cards--count-3 .wcu-service-cards__grid > .wcu-service-cards__card:first-child {
		grid-column: 1 / -1;
		border-right: none;
	}

	.wcu-service-cards--count-3 .wcu-service-cards__grid > .wcu-service-cards__card:nth-child(2),
	.wcu-service-cards--count-3 .wcu-service-cards__grid > .wcu-service-cards__card:nth-child(3) {
		border-top: 0.6px solid #E4E7E5;
	}
	.operation-card .wcu-service-cards--count-3 .wcu-service-cards__grid > .wcu-service-cards__card:nth-child(2){
     border-right: 0.6px solid #E4E7E5;
    }
	.operation-card .wcu-service-cards--count-3 .wcu-service-cards__grid > .wcu-service-cards__card:nth-child(3){
       border-right:0;
    }
}
@media screen and (max-width:800px){
	.wcu-service-cards{
    width:100%;
	max-width:100%;
}
}
@media screen and (max-width:500px){
	.wcu-service-cards__icon-box{
   margin-bottom:32px;
  }
	.wcu-service-cards__text{
margin-bottom:32px;
}
	.wcu-service-cards__title {
   font-size:18px;
}
}

/* Tablet only: 768px - 1024px */
@media screen and (min-width:768px) and (max-width:1024px){
	.wcu-service-cards{
		width:100%;
		max-width:100%;
	}
	.wcu-service-cards__grid{
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
	.wcu-service-cards__card{
		padding:24px;
	}
	.wcu-service-cards__grid > .wcu-service-cards__card{
		border-right: 0.6px solid #E4E7E5;
	}
	.wcu-service-cards__grid > .wcu-service-cards__card:nth-child(2n){
		border-right: none;
	}
	.wcu-service-cards__grid > .wcu-service-cards__card:nth-child(1),
	.wcu-service-cards__grid > .wcu-service-cards__card:nth-child(2){
		border-top: none;
	}
}
