.itr-area {
	padding: 16rem 0;
	background-color: #F5F5F5;
}
.itr-row {
	display: flex;
	justify-content: flex-end;
	column-gap: 13.5rem;
	align-items: center;
}
.itr-content-row {
	width: 79.6rem;
	flex-shrink: 0;
}
.itr-image-row {
	width: 63.5rem;
	flex-shrink: 0;
	height: 64rem;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
}
.itr-content-row h2 {
	font-size: 4rem;
	line-height: 5.6rem;
}
.itr-text {
	margin-top: 4rem;
}
.itr-text p:not(:last-child) {
	margin-bottom: 1.5rem;
}
.btn.psb-btn {
	width: max-content;
	margin-top: 4rem;
}
.itrs-items {
	width: 52rem;
	height: 53rem;
}
.itrs-shape {
	position: absolute;
	z-index: 9;
	width: 100%;
}
.itrs-items-inner img {
	object-fit: cover;
}
@media only screen and (max-width: 1050px) {
	.itr-row {
		flex-direction: column;
		column-gap: 0;
	}
	.itr-image-row {
		width: 306px;
		height: 310px;
		margin-bottom: 24px;
	}
	.itrs-items {
		width: 248px;
		height: 256px;
	}
	.itr-content-row h2 {
		font-size: 30px;
		text-align: center;
		line-height: 1.3;
	}
	.itr-text {
		margin-top: 12px;
		text-align: center;
		margin-bottom: 15px;
	}
	.itr-content-row {
		width: 100%;
		display: flex;
		flex-direction: column;
		align-items: center;
	}
	.itr-area {
		padding: 73px 0;
	}
}