@media (max-width: 1460px)
{
	
	.description,
	.important-info {
		width: auto;
		border: 0;
		margin: 20px auto 0;
	}

	#title-description {
		font-size: 18px;
	}
	
	.description p {
		font-size: 12px;
	}
	
}

@media (max-width: 1460px)
{

#text-main-image {
	padding: 15px 15px 15px 15px;
}
	
.content-4 {
	width: 100%;
	max-width: 600px;
}

}

@media (max-width: 460px)
{

	.main-image-1 img,
	.main-image-2 img,
	.main-image-3 img,
	.main-image-5 img {
		display: block;
		width: 100%;
		height: auto;
		/* margin-bottom: 15px; */
		margin-top: 20px;
	}

	.main-image-1,
	.main-image-2,
	.main-image-3,
	.main-image-5 {		
		flex-direction: column;
		background: none;
		/* background-color: #cccccc; */
		height: auto;
	}
	
	#text-main-image {
		background: none;
		padding: 0;
		margin: 0;
		width: 80%;
		display: flex;
		flex-direction: column;
		align-items: center;
	}

	.title-content,
	.text-content {
		color: #000000;
	}

	.title-content br,
	.text-content br{
		display: none;
	}
}