.section-waypoint {
	padding: 96px 0;
	background: #EDF1F9;
	overflow: hidden;
}
	.waypoint-block {
		position: relative;
	}
	.waypoint-block::before {
		content: '';
		position: absolute;
		width: 573px;
		height: 458px;
		border-radius: 16777200px;
		opacity: 0.4;
		background: #A4B1C7;
		filter: blur(120px);
		left: -8px;
		top: -6px;
		z-index: 0;
	}
	.waypoint-block::after {
		content: '';
		position: absolute;
		width: 355px;
		height: 271px;
		border-radius: 16777200px;
		opacity: 0.5;
		background: #F28EFF;
		filter: blur(100px);
		bottom: -89px;
		left: 182px;
		z-index: 0;
		opacity: 0;
	}
.waypoint-block .col-sm-12 {
	position: relative;
	z-index: 1;
}
		.waypoint-block__ttl {
			font: 600 36px/1.3 Inter;
			color: #0E0E0E;
		}
			.waypoint-block__col:nth-child(1) {
				margin-top: 8px;
			}
			.waypoint-block__col:not(:last-child) {
				margin-bottom: 40px;
			}
			.waypoint-block__col {
				position: relative;
				padding-left: 48px
				;
			}
			.waypoint-block__col::before {
				content: '';
				position: absolute;
				width: 2px;
				height: 100%;
				background: #A4B1C7;
				top: 0;
				left: 0;
			}
			.waypoint-block__col:not(:last-child)::before {
				height: calc(100% + 50px);
			}
			.waypoint-block__col::after {
				content: '';
				position: absolute;
				width: 12px;
				height: 12px;
				border-radius: 50px;
				background: #A4B1C7;
				top: 0px;
				left: -5px;
			}
				.waypoint-block__col-ttl {
					font: 600 20px/1.3 Inter;
					color: #0E0E0E;
					margin-bottom: 8px;
				}
				.waypoint-block__col-txt {
					color: #0E0E0E;
				}
	.section-waypoint__btn-wrap {
		display: grid;
		grid-template-columns: auto;
		grid-gap: 24px;
		justify-content: flex-start;
		margin-top: 48px;
		position: relative;
		z-index: 1;
	}
	.section-waypoint__btn-wrap--mob {
		display: none;
	}
@media(min-width:992px) {
	.waypoint-block__col-ttl,
	.waypoint-block__col-txt {
		padding-right: 24px;
	}
}
@media (max-width: 991px) {
	.waypoint-block__ttl {
		font: 600 28px / 1.3 Inter;
		margin-bottom: 24px;
	}
	.waypoint-block__col-ttl {
		font: 600 24px / 1.3 Inter;
	}
}
@media(max-width:767px) {
	.section-waypoint__btn-wrap {
		grid-template-columns: auto;
	}
	.section-waypoint__btn-wrap--mob {
		display: flex;
		flex-wrap: wrap;
		margin-top: 48px;
		justify-content: center;
	}
	.section-waypoint__btn-wrap--mob {
		display: flex;
		flex-wrap: wrap;
		margin-top: 48px;
		justify-content: center;
	}
	.section-waypoint__btn-wrap--desktop {
		display: none;
	}
	.section-waypoint__btn-wrap--mob .btn-main,
	.section-waypoint__btn-wrap--mob .btn-secondary {
		min-width: 248px;
		text-align: center;
	}
}