.text {
	background-image: linear-gradient(to right, rgba(0, 98, 173, 0.8) 0%, rgba(0, 98, 173, 0.05) 0.5%, rgba(0, 98, 173, 0.05) 99.5%, rgba(0, 98, 173, 0.8) 100%);
	padding: 2rem 5rem;
	text-align: justify;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #000000;
	margin-bottom: 4rem;
	/*margin-bottom: 2rem;*/
    border-radius: 0.2rem;
}

.text div {
	margin-right: 2rem;
	margin-bottom: 0.5rem;
	display: block;
}

.text img {
	object-fit: contain;
	max-width: 30%;
}

@media (max-width: 550px) {
	.text {
		padding: 1rem 2rem;
	}
	
	.text img {
		display: none;
	}
	
	.text div {
		margin-left: 1rem;
		margin-right: 1rem;
	}
}
