.subPageWrapper {
	margin-top: 55px;
}

.discContent {
	width: 994px;
    margin: 0 auto;
    color: #000;
    line-height: 24px;
    padding-top: 40px;
}

.discContent p {
	font-size: 16px;
    line-height: 40px;
    font-weight: 300;
}

.discIndent2 {
	text-indent: 2em;
}

.goBackButton {
    width: 74px;
    height: 74px;
    float: right;
    cursor: pointer;
    background: url(/crop/static/modules/cms/front/themes/fesco/image/groBus/return.png) no-repeat top center;
    margin-top: 70px;
}

@media screen and (min-width:1100px) {
	
}


@media (min-width: 960px) and (max-width: 1099px) {
	.discContent {
		width: 90%;
	}
}

@media (min-width: 767px) and (max-width: 959px) {
	.discContent {
		width: 90%;
	}
}

@media screen and (min-width:450px)and (max-width:766px) {
	.discContent {
		width: 90%;
	}
}

@media screen and (min-width:220px)and (max-width:449px) {
	.discContent {
		width: 90%;
	}
}