/* Corporate Message custom css */
@media only screen and (min-width: 769px), print {
	.historySect .inner {
	  max-width: 1024px;
	  padding: 0 15px;
	  } }
  
  @media only screen and (max-width: 768px) {
	.historySect .inner {
		padding: 0 5.33333vw; }}