	#t-services-section{
		background: transparent;
		background-repeat: no-repeat;
		background-size: cover;
		background-attachment: fixed;
		background:white;
        overflow: hidden;
	}
	#t-services-section-in{
		display: flex;
		flex-wrap: wrap;
		width: 100%;
		padding:10px;
		justify-content: center;
		padding:50px;
	}
	#t-services-section-in .t-services-item{
		width: 100%;
		display: flex;
		flex-direction: column;
		align-items: center;
		padding:40px 20px;
		max-width: auto;
	}
	#t-services-section-in .t-services-item i{
		font-size: 3em;
		height: 1.5em;
		width: 1.5em;
		display: flex;
		justify-content: center;
		align-items: center;
		color: var(--theme-color-three);

	}
	#t-services-section-in .t-services-item h2{
		margin-top: 5px;
		font-size: 1.8em;
		color: grey;
	}
	#t-services-section-in .t-services-item h2::after {
		content: ' +';
	}
	#t-services-section-in .t-services-item p {
		font-size: 1em;
		color: grey;
		text-align: justify;
	}	
	@media(min-width:780px){
	#t-services-section-in .t-services-item{
		width: 40%;
		flex-grow: 1;
		max-width: 350px;
	}
	}