.banner-image-disclaimer .title {
	font-size: 25px;
	line-height: 31.75px;
}
	
.banner-image-disclaimer .disclaimer {
	font-size: 12px;
	line-height: 15.24px;
}
	
@media (min-width: 1200px) {
	.banner-image-disclaimer {
		position: relative;
		top: -50px;
	}
}
		
@media (min-width: 768px) and (max-width: 1199px) {
	.banner-image-disclaimer {
		position: relative;
		top: -35px;
	}
}