.t500-included {
	padding-top: 100px;
	padding-bottom: 100px;
	background-color: #FFFFFF;
	border-radius: 40px;
}

.t500-included__head {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 16px;
	max-width: 780px;
	margin: 0 auto 48px auto;
	text-align: center;
}

.t500-included__heading {
	margin: 0;
	font-size: 48px;
	font-weight: 500;
	line-height: 52px;
	color: #000000;
}

.t500-included__description {
	margin: 0;
	font-size: 18px;
	font-weight: 400;
	line-height: 28px;
	color: #404E5B;
}

.t500-included__image {
	overflow: hidden;
	border-radius: 24px;
}

.t500-included__image-img {
	display: block;
	width: 100%;
	height: auto;
}

@media (max-width: 1024px) {
	.t500-included {
		padding-top: 60px;
		padding-bottom: 60px;
	}

	.t500-included__heading {
		font-size: 42px;
		line-height: 48px;
	}
}

@media (max-width: 767px) {
	.t500-included {
		padding-top: 40px;
		padding-bottom: 40px;
		border-radius: 24px;
	}

	.t500-included__heading {
		font-size: 36px;
		line-height: 42px;
	}
}
