.peplynx-choose .choose-row {
	display: flex;
	align-items: center;
	flex-wrap: wrap-reverse;
	column-gap: 7.94rem;
	row-gap: 1.79rem;
}
.choose-text-wrapper,
.choose-bg-wrapper {
	width: 100%;
}
.choose-title {
	color: var(--color-primary);
	font-size: 1rem;
	font-weight: 700;
	line-height: 1.4em;
	letter-spacing: 0.05rem;
	text-transform: uppercase;
	margin-bottom: 0.94rem;
}
.choose-content {
	color: var(--color-secondary);
	font-size: 1.25rem;
	font-weight: 500;
	line-height: 140%;
}
.choose-bg {
	border-radius: 1.25rem;
	background: linear-gradient(145deg, #1e343f 6.17%, #4a8d9f 41.23%, #4a8d9f 50%, #559aad 67.53%, #3a5a6e 93.83%);
	padding: 2.69rem 3.81rem;
	text-align: center;
	width: 100%;
	margin: 0 auto;
}
.choose-bg-title {
	color: #fff;
	font-size: 2rem;
	font-weight: 400;
	line-height: 140%;
}
.choose-bg-text {
	color: #fff;
	font-size: 1rem;
	font-weight: 400;
	line-height: 140%;
	margin-top: 0.25rem;
}
@media screen and (min-width: 768px) {
	.choose-text-wrapper {
		width: calc(60% - 3.97rem);
	}
	.choose-bg-wrapper {
		width: calc(40% - 3.97rem);
	}
	.choose-content {
		font-size: 1.5rem;
	}
	.choose-bg {
		width: fit-content;
	}
}
