.disclaimer-ai {
	font-size: 19px;
	line-height: 23px;
	font-weight: 400;
	font-family:
		SF Pro Text,
		SF Pro Icons,
		Helvetica Neue,
		Helvetica,
		Arial,
		sans-serif;
	color: rgba(0, 0, 0, 0.88);
	letter-spacing: normal;
}

@media only screen and (max-width: 1068px) {
	.disclaimer-ai {
		font-size: 14px;
		line-height: 17px;
	}
}

@media only screen and (max-width: 734px) {
	.disclaimer-ai {
		font-size: 12px;
		line-height: 14px;
	}
}

.disclaimer {
	font-size: 12px;
	line-height: 16px;
	font-weight: 400;
	color: #6e6e73;
	font-family:
		SF Pro Text,
		SF Pro Icons,
		Helvetica Neue,
		Helvetica,
		Arial,
		sans-serif;
}