#back-img{
		 background: linear-gradient(
      rgba(0, 0, 0, 0.25), 
      rgba(0, 0, 0, 0)
    ),
			 url("images/1785735300.jpg");
}
#title h2{
	color: white;
	font-size: 75px;
	line-height: 85px;
	text-align: center;
}
#title h4{
	font-size: 22px;
}
#proionta{
	margin-top: 5%;
}
#proionta h2, #proionta p{
	text-align: center;
}
#products{
	margin-top: 2%;
	display: flex;
}
#products p{
	text-align: left;
	width: 20%;
}
.margin{
	margin: 0 1%;
}
.first{
	margin-right: 1%;
}
.last{
	margin-left: 1%;
}
#truths h2{
	text-align: center;
}
#truths{
	margin: 5% 0 10%;
}
.rectangle{
	object-fit: cover;
	width: 100%;
	height: 220px;
	text-align: center;
}
#product-cards{
	margin-top: 3%;
	display: flex;
}
.card{
	width: 20%;
	height: 20%;
	border: 1.5px solid;
    border-image: radial-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)) 1;
  	border-image-outset: 0;
	transition: all 0.3s ease-in-out;
}
.card p{
	text-indent: 0;
	margin: 15% 0;
}
.card:hover{
	box-shadow: 0px 0.5px 5px 0px rgba(0, 0, 0, 0.2);
}

@media (max-width:1115px){
	#product-cards, #products{
		display: block;
		
	}
	.card p{

	margin: 5% 0;
}
	.card{
		width: 100%;
	}
	#products p{
		width: 100%;
	}
	.margin{
		margin: 5% 0;
	}
	.first, .last{margin: 5% 0;}
}