<style>
.lap_gaming_content{
	max-width: 1348px;
	margin: auto;
	text-align: center;
	background-color: white;
	color: black;

}
	
.opis_market{
	display: block;
	width: 100%;
	height: auto;
}

.mainWidth_v{

	margin: 0.5em 0;
	text-align: center;	
}

.mainWidth_v .prawa { 
	width: 100%; 
}

.mainWidth_v .prawa h5{
	font-size: 24px;
	line-height: 36px;
	font-weight: 500;
    text-align: left;
    font-family: 'Poppins', sans-serif;
}

.mainWidth_v .prawa p{
	font-size: 17px;
	line-height: 26px;
	font-weight: 400;
	text-align: left;
	margin-bottom: 10px;
	font-family: 'Roboto', sans-serif;
}

.mainWidth_v .prawa span{
	font-size: 17px;
	line-height: 26px;
	font-weight: 800;
	text-align: left;
	margin-bottom: 10px;
	font-family: 'Roboto', sans-serif;
}

.mainWidth_v .prawa img{
	width: 100%;
}

.clear_box {
  content: "";
  clear: both;
  display: table;
}

.lap_gaming_content hr{
		border-bottom: 1px solid #c3c3c3;
		margin: 0.25em 0; 
}

@media screen and (max-width: 800px) {

 .prawa h5{
  	font-size: 17px;
	line-height: 27px;
	text-align: center;
  }
  
 .prawa p{
	font-size: 15px;
	line-height: 24px;

	}

}

</style>