.choose {
	position: relative;
	z-index: 2;
}

.choose__content {
	position: relative;
	margin-bottom: 6.25rem;
}

.choose__content-bg {
	position: absolute;
	z-index: -1;
	top: -9.375rem;
	right: -11.875rem;
}

.choose__subtitle {
	font-weight: 500;
	font-size: 1rem;
	line-height: 1.875rem;
	color: #5b5b5b;
	margin-bottom: 0.5rem;
}

.choose__title {
	font-weight: 600;
	font-size: 2.25rem;
	line-height: 110%;
	color: #4834b4;
}

.choose__box-info {
	margin-top: 1.5625rem;
}

.info-box-choose {
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: (1fr) [2];
	grid-template-columns: repeat(2, 1fr);
	gap: 1.5rem;
}

.info-box-choose__item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 1.5rem;
	background-color: #fff;
	border-radius: 1.5rem;
	padding: 1.5rem;
}

.info-box-choose__item-image {
	width: 3rem;
	height: 3rem;
}

.info-box-choose__text {
	font-weight: 400;
	font-size: 1.5rem;
	line-height: 135%;
	color: #5b5b5b;
}

.info-box-choose__text span {
	font-weight: 700;
}

@media (max-width: 61.99875em) {
    .info-box-choose {
		-ms-grid-columns: (1fr) [1];
		grid-template-columns: repeat(1, 1fr);
	}
}
@media (max-width: 29.99875em) {
    .choose__content {
		margin-bottom: 3rem;
	}

	.choose__content-bg {
		top: 2.5rem;
		right: -17.5rem;
		width: 50rem;
	}

	.choose__subtitle {
		font-size: 0.75rem;
	}

	.choose__title {
		font-size: 1.5rem;
	}

	.info-box-choose {
		gap: 0.5rem;
	}

	.info-box-choose__item {
		padding: 1.125rem;
		border-radius: 1.125rem;
		gap: 0.75rem;
	}

	.info-box-choose__item-image {
		width: 2.25rem;
		height: 2.25rem;
	}

	.info-box-choose__text {
		font-size: 0.875rem;
	}
}
