/* CSS file for tps */
# General
--------------------------------------------------------------*/
body {
  background: #fff;
  color: #444;
  font-family: "Open Sans", sans-serif;
}

.tps-mainbox {
	max-width: fit-content;
	margin-left: auto;
	margin-right: auto;
}

.tps-box {
	display: flex;
	flex-flow: wrap;
	justify-content: center;
	align-content; center;

}

.tps-flexbox {
	width: 100%;
	padding: 10px;
	Font-weight: bold;
	font-size: 400%;
	text-align: center;
	color: #2e3192;
	font-family: "Open Sans", sans-serif;
}

p {
	margin: auto;
	padding-top: 35px;
}

img {
		width: 100%;
}

@media screen and (min-width: 1277px) {

.tps-box {
	max-width: 1277px;
}

} 

@media screen and (min-width: 857px) and (max-width: 1277px){

.tps-box {
	max-width: 857px;
}

} 