.rt-section {
	display: flex;
	flex-direction: column;
	gap: 32px;
	max-width: 720px;
	width: 100%;
}

.rt-item {
	display: flex;
	flex-direction: column;
	gap: 16px;
}

.rt-heading {
	font-weight: 600;
	font-size: clamp(20px, 2vw, 30px) !important;
	line-height: 1.27 !important;
	color: #101828;
}

.rt-paragraph {
	font-weight: 400;
	font-size: clamp(16px, 1.5vw, 18px) !important;
	line-height: 1.56 !important;
	color: #475467;
}
