
/*   load the main media CSS file    */

@import url('../../../common/styles/media2.css');

.orangeCallOut{
	line-height: 20px !important;
}

@media only screen and (device-width: 768px) {
.orangeCallOut{
	line-height: 20px !important;
}
}