.static-text-container{
	margin-left: auto;
	margin-right: auto;
	width: 1000px;
	overflow:auto;
}

.static-text-text{
	margin-top: 0.5em;
	text-align: justify;
}

.static-text-title{
	text-transform: uppercase;
	font-size: 20px;
	font-weight: 500;
	letter-spacing: 0.26em;
	margin-bottom: 2em;
}

.static-text-image{
	float:right;
	width: 380px;
	margin-left: 30px;
	margin-bottom: 10px;
}

.static-text-image-small{
	margin:auto;
	width: 70%;
	margin-top: 30px;
	display: none;
}

.static-text-image.left{
	float: left;
	width: 380px;
	margin-right: 30px;
	margin-left: 0px;
	margin-bottom: 10px;
}

@media only screen and (min-width: 1280px) and (max-width: 1400px){

.static-text-container{
	margin-left: auto;
	margin-right: auto;
	width: 900px;
}

}

@media only screen and (min-width: 900px) and (max-width: 1279px){

.static-text-container{
	padding-left: 25px;
	padding-right: 25px;
	width: unset;
}

}

@media only screen and (min-width: 0px) and (max-width: 800px){

.static-text-image{
	display: none;
}

.static-text-image-small{
	display: block;
}

}

@media only screen and (min-width: 480px) and (max-width: 900px){

.static-text-container{
	padding-left: 25px;
	padding-right: 25px;
	width: unset;
}

}

@media only screen and (min-width: 0px) and (max-width: 480px){

.static-text-container{
	padding-left: 15px;
	padding-right: 15px;
	width: unset;
}

}