
.szolgcont{
	box-shadow: 2px 2px 15px black;
	background: url("img/wbox3.jpg");
	background-repeat: repeat-x repeat-y;
	display:grid;
	position:absolute;
	background-position: top;
	width: 90%;
	left: 5%;
	top:0px;
	margin-top: 0px; 
	margin-bottom: 20%;
	grid-template-columns: calc(50% - 30px) calc(50% - 30px);
	font-family: 'Exo', sans-serif;
	color:#FFFFFF;
    }
#title{
	display: block;
	position: absolute;
	top: 6%;
	margin-left: 5%;
	margin-bottom: 7%;
	width: 90%
    }
.szolgcont img{
	width: 90%;
	margin-left: 10%;
	margin-top: 0%;
	margin-bottom: 10%;
	cursor: pointer;
	border-radius: 15px;
    }
.tbox{
	margin-top: 35%;
    }
.tbox2{
	margin-bottom: 10%;
    }
.szolgcont p{
	
	color: #ffcc00;
    text-align: left;
	font-family: 'Exo', sans-serif;
	font-size: 16px;
    background-color: #333366;
    display: flex;
	margin-left:6%;
	position: absolute;
	margin-top: -27%;
	width: 40%;
	opacity: 90%;
	}
#txt1{display: none;}
#txt2{display: none;}
#txt3{display: none;}
#txt4{display: none;}
#txt5{display: none;}
#txt6{display: none;}

@media (max-width:980px){
	.szolgcont{grid-template-columns: calc(100% - 0px);margin-top: 11%;}
	.szolgcont img{width: 90%;margin-left: 5%;margin-top: 11%;margin-bottom: 11%;}
	.szolgcont p{width:80%;margin-top: -45%;margin-left: 10%; font-size: 13px;} 
	.tbox{margin-top:8%;}
	.tbox2{margin-bottom:5%;}
	#title{top: 1%; font-size: 10px;}
}
