@media(min-width: 900px){
	h1{
		font-family: italic;
		font-size: 30px;
		margin: 0;
		margin-bottom: 5px;
		color: #00f;
	}
	.arg{
		width: 100%;
		margin-top: 85px;
		padding-bottom: 10px;
		text-align: center;
		background: rgb(221,221,221);
		background: linear-gradient(90deg, rgba(221,221,221,1) 0%, rgba(255,255,255,1) 40%, rgba(255,255,255,1) 60%, rgba(221,221,221,1) 100%);
	}
	h2{
		font-family: italic;
		font-size: 26px;
		margin: 0;
		margin-bottom: 5px;
		color: #f00;
		text-align: center;
	}
	.svol p, .arg p{
		margin-bottom: 0;
		font-size: 20px;
		width: 40%;
		text-align: center;
		margin: 0 2%;
		line-height: 1.8;
	}
	.cont{
		width: 100%;
		display: flex;
		justify-content: center;
		align-items: stretch;
	}
	.svol{
		width: 100%;
		background: rgb(0,0,255);
		background: linear-gradient(90deg, rgba(0,0,255,1) 0%, rgba(32,115,182,1) 40%, rgba(32,115,182,1) 60%, rgba(0,0,255,1) 100%);
		box-shadow: 5px 5px 10px #00f;
		padding-bottom: 20px;
	}
	.svol h2{
		color: #fff;
	}
	.svol p{
		background: rgb(221,221,221);
		background: linear-gradient(90deg, rgba(221,221,221,1) 0%, rgba(255,255,255,1) 40%, rgba(255,255,255,1) 60%, rgba(221,221,221,1) 100%);
		border-radius: 15px;
	}
}
@media(max-width: 900px){
	h1{
		font-family: italic;
		font-size: 30px;
		margin: 0;
		margin-bottom: 5px;
		color: #00f;
	}
	.arg{
		width: 100%;
		margin-top: 85px;
		text-align: center;
		background: rgb(221,221,221);
		background: linear-gradient(90deg, rgba(221,221,221,1) 0%, rgba(255,255,255,1) 40%, rgba(255,255,255,1) 60%, rgba(221,221,221,1) 100%);
		padding-bottom: 15px;
	}
	h2{
		font-family: italic;
		font-size: 26px;
		margin: 0;
		margin-bottom: 5px;
		color: #f00;
		text-align: center;
	}
	.svol p, .arg p{
		margin: 0;
		margin: auto;
		font-size: 20px;
		width: 80%;
		text-align: center;
		line-height: 1.8;
	}
	.cont{
		width: 100%;
	}
	.svol{
		width: 100%;
		background: rgb(0,0,255);
		background: linear-gradient(90deg, rgba(0,0,255,1) 0%, rgba(32,115,182,1) 40%, rgba(32,115,182,1) 60%, rgba(0,0,255,1) 100%);
		box-shadow: 5px 5px 10px #00f;
		padding-bottom: 20px;
	}
	.svol h2{
		color: #fff;
	}
	.svol p{
		background: rgb(221,221,221);
		background: linear-gradient(90deg, rgba(221,221,221,1) 0%, rgba(255,255,255,1) 40%, rgba(255,255,255,1) 60%, rgba(221,221,221,1) 100%);
	}
}