#servicios{
	align-content: center;
	

}
.imagen-general{
			width: 500px;
			display: block;
			margin-left: auto;
			margin-right: auto;
			padding: 20px;
			border-radius: 40px;
			background-position: center;

		}
#titulo{
	text-align: center;
}
.texto{
	text-align: center;
}
@media screen and (max-width: 600px) {
       table {
           width:100%;
       }
       .imagen-general{
       	width: 340px
       }
       thead {
           display: none;
       }
}
