.services-row {
	row-gap: 24px;
}

.service-box.style-1 {
	overflow: hidden;
	position: relative;
	border-radius: 24px;
	border: 1px solid rgba(0, 0, 0, 0.07);
	background: #FFF;
	box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.03);
	color: #000;
	text-decoration: none;
	height: 280px;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
}

.service-box.style-1 .icon {
	position: absolute;
	top: 20px;
	right: 20px;
}

.service-box.style-1 .title {
	font-size: 22px;
	font-style: normal;
	font-weight: 600;
	line-height: 120%;
	margin: 0;
	margin-bottom: 16px;
	max-width: 200px;
}

.service-box.style-1 .description {
	font-size: 14px;
	font-style: normal;
	font-weight: 500;
	line-height: 150%;
	margin-bottom: 14px;
}

.service-box.style-1 > a {
	text-decoration: none;
	color: #000;
	padding: 18px 40px;
	display: block;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: end;
}

.service-box.style-1 > a:visited {
	color: #000;
}

.service-box.style-1 .hidden-el {
	display: none;
}

.service-box.style-1 .btn-arrow {
	width: 48px;
	height: 48px;
	display: inline-block;
	border-radius: 50px;
	background-image: url(../../../img/arrow-white-r.svg);
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	-ms-border-radius: 50px;
	-o-border-radius: 50px;
	background-color: #B1325F;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
}

@media (max-width: 1535px) {

	.service-box.style-1 {
		height: 230px;
	}

	.service-box.style-1 .title {
		font-size: 18px;
		margin-bottom: 10px;
	}

	.service-box.style-1 .icon {
		width: 70px;
	}

	.service-box.style-1 > a {
		padding: 18px 32px;
	}

	.service-box.style-1 .description {
		font-size: 12px;
		line-height: 120%;
	}

	.service-box.style-1 .btn-arrow {
		width: 30px;
		height: 30px;
	}
}

@media (max-width: 768px) {
	.services-row {
		margin-top: 24px!important;
	}

	.section-home-services {
		padding-right: 0;
	}
}

@media (max-width: 560px) {
	.service-box.style-1 .icon {
        width: 70px;
        position: static;
		margin: 0 auto 16px;
    }

	.service-box.style-1 {
        height: 100%;
		text-align: center;
		border: none;
    }

	.service-box.style-1 a {
		padding: 24px 16px;
		justify-content: flex-start;
	}

	.service-box.style-1 .title {
		font-size: 14px;
		margin-bottom: 0;
	}
}