#secAccesosRapidos{
	margin-top: 4rem;
	margin-bottom: 4rem;
	padding: 2rem;
	display: flex;
	align-items: center;
	justify-content: space-between;
	text-align: center;
}

#secProyectos{
	background-color: #7d3947;
	color: white;
	padding-top: 4rem;
	padding-bottom: 4rem;
}


@media (max-width: 768px) {
    .row {
        flex-direction: column;
        align-items: center;
    }

    .col-lg-4 {
        display: flex;
        justify-content: center !important;
        width: 100%;
        margin-bottom: 20px;
    }
}
