@media only screen and (min-width: 600px) {
	.mesaj-mare > span,
	.mesaj-mic > span,
	.mesaj-mare > h4,
	.mesaj-mic > h4,
	.mesaj-mic > h4 + h4{
		display:inline-block;
	}
	.menu{
		padding-left:20%;
	}
	.sectiune{
		grid-template-columns:auto auto;
	}
	.p-left {
		grid-row: 1 / span 2;
		margin-right:15px;
	}
	.p-right{
		margin-left:15px;
	}
	.p-left,.p-right{
		background-color:white;
	}
	.p-left > img{
		border-top-left-radius: 50% 50%; 
	}
	.p-right > img{
		border-top-right-radius: 50% 50%; 
	}
	.top2 > .content > div+div{
		padding-left:150px;
	}
	.top2 > .content > div+div+div{
		padding-left:275px;
	}
	header{
		background-color:white;
	}
	.top1-menu{
		padding-left:0px;
		padding-right:0px;
	}
	.top1-menu > ul{
		display:inline-block;
	}
	.top1-menu > ul > li{
		margin-right:15px;
	}
	.footer-menu{
		grid-template-columns:auto auto;
	}
}
@media only screen and (min-width: 900px) {
	.content{
		max-width:900px;
		margin:auto;
		border:0px solid red;
	}
	.footer-menu{
		grid-template-columns:auto auto auto auto;
	}
}