:root {
	--blue-deep: #001e56;
	--blue-light: #258aff;
	--turq-light: #02f8d2;
	--tobak-title-color: #1d293f;
	/* --text-color: #7C8087;
	--heading: #1D293F; */
	--tobak-title-font: "Inter", sans-serif;
	--tobak-body-font: "DM Sans", sans-serif;
  }
.services-area .section-title .title {
	font-size: 40px;
	line-height: 1.4em;
	text-align: center;
	letter-spacing: -1px;
	margin-bottom: 15px;
}
.services-area .title {
	font-weight: 700;
	color: var(--tobak-title-color);
	font-family: var(--tobak-title-font);
}
.services-area .section-title .subtitle {
	font-size: 18px;
	line-height: 28px;
	text-align: center;
	color: #6076a8;
	padding: 0 420px;
	margin-bottom: 0;
}
.services-area .service-info {
	background: #f7f8fa;
	border-radius: 10px;
	padding: 20px 20px 40px 20px;
	margin-bottom: 30px;
	display: flex;
}
.services-area .service-info .icon {
	height: 68px;
	width: 92px;
	background: #FFFFFF;
	box-shadow: 0 15px 50px rgba(154, 219, 255, 0.07);
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-right: 20px;
}
.services-area .service-info .icon img {
	height: 68px;
	width: 68px;
	transition: all 0.3s ease-out 0s;
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-ms-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	padding: 15px;
}
.services-area .service-info .content {
	width: 100%;
}
.services-area .service-info .content .title {
	margin-bottom: 10px;
    font-size: 24px;
}
.services-area .service-info .content p {
	font-size: 16px;
	line-height: 28px;
	color: #7c8087;
	margin-bottom: 0;
}