#start__for__free {
	padding: 5rem 0;
}

.get-started {
	width: 74.375rem;
	height: 25.6875rem;
	padding: 0 6.44rem;
	position: relative;
	margin: auto;
	/* 	margin-top: 5.09rem;
	margin-bottom: 5.04rem; */
	display: flex;
	justify-content: space-between;
}

.get-started__wrapper {
	position: relative;
}

.get-started__wrapper--left {
	height: 100%;
	display: flex;
	flex-direction: column;
	color: var(--text-white);
	justify-content: center;
}

.get-started__wrapper--right {
	display: flex;
	align-items: center;
}

.get-started__image {
	height: 5.54rem;
	width: auto;
}

@media screen and (min-width: 640px) {
	.get-started__image:not(:last-child) {
		margin-right: 1.01rem;
	}

	.get-started__image:nth-last-child(2) {
		margin-right: 0;
	}

	.get-started__wrapper--right {
		position: absolute;
		right: 7rem;
		top: 50%;
		transform: translateY(-50%);
	}
}

.get-started__background {
	position: absolute;
	width: 100%;
	height: 100%;
	inset: 0;
}

.get-started__title {
	margin-bottom: 0.75rem;
	font-weight: 600;
	letter-spacing: 0.01563rem;
	color: var(--text-text-oxford-blue-0);
	font-size: var(--font-size-H2);
	font-style: normal;
	font-weight: 600;
	line-height: 120%;
	letter-spacing: 0.01563rem;
}

.get-started__wrapper--left>p {
	/* 	opacity: 0.8; */
	letter-spacing: 0.03125rem;
	margin-bottom: 2rem;
	max-width: 36rem;
	color: var(--Text-Ramp-inverse-80, rgba(255, 255, 255, 0.80));
	line-height: 160%;
}

.get-started__button {
	align-self: self-start;
	font-size: var(--font-size-sub1);
	padding: 0.75rem 1.5rem;
}