.short-text {
	font-style: normal;
}
@media screen and (max-width: 1023px) and (min-width: 800px) {
	.short-text {
		display: none;
	}
}