.rsl-types {
	padding-top: 80px;
	padding-bottom: 80px;
	background-color: #F7F7F6;
}

.rsl-types__head {
	margin: 0 0 60px 0;
	text-align: center;
	font-size: 48px;
	font-weight: 500;
	line-height: 52px;
	color: #000000;
}

.rsl-types__eyebrow {
	display: block;
	margin-bottom: 12px;
	font-size: 14px;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: #0072FF;
}

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

.rsl-types__grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 24px;
}

.rsl-types__card {
	background-color: #FFFFFF;
	border-top: 4px solid #FFD367;
	border-radius: 24px;
	padding: 32px;
}

.rsl-types__icon {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 48px;
	height: 48px;
	margin-bottom: 20px;
	border-radius: 12px;
	background-color: #FFD367;
}

.rsl-types__icon-img {
	width: 24px;
	height: 24px;
}

.rsl-types__card-title {
	margin: 0 0 12px 0;
	font-size: 20px;
	font-weight: 600;
	line-height: 26px;
	color: #031527;
}

.rsl-types__card-text {
	font-size: 15px;
	font-weight: 400;
	line-height: 22px;
	color: #404E5B;
}

.rsl-types__card-text p {
	margin: 0 0 10px 0;
}

.rsl-types__card-text p:last-child {
	margin-bottom: 0;
}

@media (max-width: 1024px) {
	.rsl-types__head {
		margin-bottom: 48px;
		font-size: 42px;
		line-height: 48px;
	}

	.rsl-types__heading {
		font-size: 42px;
		line-height: 48px;
	}

	.rsl-types__grid {
		grid-template-columns: 1fr 1fr;
	}
}

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

	.rsl-types__head {
		margin-bottom: 32px;
		font-size: 36px;
		line-height: 42px;
	}

	.rsl-types__heading {
		font-size: 36px;
		line-height: 42px;
	}

	.rsl-types__grid {
		grid-template-columns: 1fr;
	}
}
