body {
	 padding: 0;
	 line-height: 25.875px;
	 font-family: gill-sans-nova, sans-serif;
	 font-weight: 500;
	 font-style: normal;
	 background-color: rgba(233, 78, 29, 1);
}

div.wrapper {
	 width: 62%;
	 margin: 0 auto;
	 padding: 50px 0;
}

p {
	 font-size: 4.5em;
	 line-height: 0.88em;
	 color: rgba(255, 255, 255, 1);
	 text-align: center;
	 margin: 0px 0px 15px 0px;
}

img.square {
	 max-width: 100%;
	 width: 327px;
}

div {
	 text-align: center;
}

@media screen and (max-width: 1280px) @media screen and (max-width: 1024px) {
	 p {
	 font-size: 4.44em;
	 line-height: 0.86em;
}

img.square {
	 width: 274px;
}

} @media screen and (max-width: 768px) @media screen and (max-width: 480px) {
	 p {
	 width: 280px;
}

div {
	 width: 298px;
}

} @media screen and (max-width: 320px) {
	 p {
	 font-size: 2.94em;
	 line-height: 1.07em;
}

img.square {
	 width: 144px;
}

div.wrapper {
	 width: 280px;
}

} 