.t500-whatis {
	padding-top: 100px;
	padding-bottom: 100px;
}

.t500-whatis__inner {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 80px;
}

.t500-whatis__content {
	display: flex;
	flex-direction: column;
	gap: 24px;
	width: 55%;
}

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

.t500-whatis__list {
	margin: 0;
	padding: 0;
	list-style: none;
	display: flex;
	flex-direction: column;
	gap: 16px;
}

.t500-whatis__item {
	display: flex;
	align-items: center;
	gap: 12px;
}

.t500-whatis__item-icon {
	display: flex;
	flex-shrink: 0;
}

.t500-whatis__item-icon-img {
	display: block;
	width: 32px;
	height: 32px;
}

.t500-whatis__item-text {
	font-size: 18px;
	font-weight: 400;
	line-height: 24px;
	color: #404E5B;
}

.t500-whatis__image {
	width: 45%;
	overflow: hidden;
	border-radius: 24px;
}

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

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

	.t500-whatis__inner {
		flex-direction: column;
		gap: 40px;
	}

	.t500-whatis__content,
	.t500-whatis__image {
		width: 100%;
	}

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

@media (max-width: 767px) {
	.t500-whatis {
		padding-top: 40px;
		padding-bottom: 40px;
	}

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