@media screen and (min-width: 1200px) {
	h3{
		font-size:23px;
	}
	.description-text{
		font-size: 22px !important;
	}
	.user-video-text{
		font-size: 24px !important;
	}
}
@media screen and (max-width: 1199px) {
    blockquote p{
		font-size: 16px;
	}
	h1{
		font-size: 26px;
	}
	h3{
		font-size: 20px;
	}
	.description-text{
		font-size: 20px !important;
	}
	.user-video-text{
		font-size: 22px !important;
	}
}
@media screen and (max-width: 991px) {
    blockquote p{
		font-size: 14px;
	}
	h1{
		font-size: 24px;
	}
	h3{
		font-size: 17px;
	}
	.description-text{
		font-size: 18px !important;
	}
	.user-video-text{
		font-size: 20px !important;
	}
}
@media (max-width: 767px) {
    blockquote p{
		font-size: 13px;
	}
	h1{
		font-size: 18px;
		font-weight:bold;
	}
	h3{
		font-size: 15px;
	}
	.description-text{
		font-size: 16px !important;
	}
	.user-video-text{
		font-size: 18px !important;
	}
}
