.spotlight-section-v3 li {
	padding-left: 32px;
	position: relative;
	color: #121127;
	margin-bottom: 8px;
}

.welcome-section-2 li {
	padding-left: 32px;
	position: relative;
	color: #121127;
	margin-bottom: 16px;
}

.spotlight-section-v3 ul, .welcome-section-2 ul {
	padding: 24px 0;
}

.tip-wrapper {
	position: relative;
}

.column-tip {
	box-shadow: 0px 20px 56px 0px #00000029;
	font-size: 12px;
	line-height: 16px;
	position: absolute;
	bottom: 32px;
	left: -87px;
	z-index: 50;
	width: 210px;
	background-color: #4C4B63;
	border-radius: 8px;
	padding: 12px;
	color: #fff;
}

.column-tip::after {
	content: "";
	display: block;
	width: 16px;
	height: 16px;
	background-image: url(../svg/bubble-bottom.svg);
	background-size: contain;
	background-repeat: no-repeat;
	position: absolute;
	bottom: -11px;
	left: 50%;
	transform: translateX(-50%);
}


.tip-wrapper svg {
	transition: all 0.2s;
	cursor: pointer;
}

.tip-wrapper svg:hover path {
	fill: #444BD3;
	transition: all 0.2s;
}

.spotlight-section-v3 li:before, .welcome-section-2 li:before {
	content: url(../svg/check_cr-fr.svg);
	position: absolute;
	left: 0;
	top: 2px;
}

.single-landings .beveled-t:before {
	border-top: 250px solid #fff !important;
}

.single-landings .beveled-t:after {
	border-bottom: 250px solid #fff !important;
}

.spotlight-section-v3 .block-image {
	max-width: 700px;
}

.inner-cell {
	border-top: none;
	border-left: none;
}

.tables-group table {
  border-collapse: collapse;
  border: none;
}

.tables-group td {
  border: 1px solid #E5E5EB
}

.tables-group tr:first-child td {
  border-top: none;
}

.tables-group tr td:first-child {
  border-left: none;
}

.tables-group tr td:last-child {
  border-right: none;
}

.tables-group tr:last-child td {
  border-bottom: none;
}

.tables-group table {
	box-shadow: 0px 20px 50px rgba(18, 17, 39, 0.08);
	border-radius: 12px;
	margin-bottom: 3rem;
	max-width: 100%;
	overflow-x: auto;
	display: table;
}

.tables-group table tr:nth-child(even) {
	background: rgba(92, 137, 252, 0.05);
}

.tables-group table td {
	padding: 12px 24px;
}

.tables-group table td img {
	display: inline-block;
}

.tables-group table td b {
	font-weight: 700;
}

.tables-group table th {
	padding: 16px 8px;
}

@media (max-width: 991px) {
	.single-landings .beveled-t:before {
		border-top: 250px solid #fff !important;
	}
	
	.py-24 {
		padding-top: 20rem;
		padding-bottom: 20rem;
	}
	
	.single-landings .beveled-t:after {
		border-bottom: 250px solid #fff !important;
	}
}

@media (max-width: 768px) {
	.tables-group table td {
		padding: 12px 0;
	}
	.spotlight-section-v3 .block-image {
		max-width: 100%;
	}
}