#quienes_somos {
	display: flex; flex-direction: column;
	#arquitecto {
		h3 {margin: 0;}
		img {
			max-height: 230px;
			&#ancho {float: right; margin-left: 20px;}
		}
		ul {
			margin: 0;
			li {line-height: 1.5rem; margin-top: .5rem; margin-left: -40px; list-style: none;}
		}
		button {margin-top: 15px; margin-bottom: 15px; padding: 10px; font-weight: bold; border: 2px solid;}

	}
	#clientes {
		h3 {margin-bottom: 0;}
		ul {
			display: flex; flex-direction: row; flex-wrap: wrap; justify-content: space-evenly;
			padding: 0; margin: 0;
			li {
				margin: 20px 10px; list-style: none;
				max-width: 200px; max-height: 160px; width: 24vw; height: 19.2vw;
				img {width: 100%; height: 100%; margin: 0; object-fit: cover;}
			}
		}
	}
}

@media (min-width: 481px) {
	#quienes_somos #arquitecto #angosto {display: none;}
}

@media (max-width: 480px) {
	#quienes_somos #arquitecto {
		display: flex; flex-direction: column; align-items: center;
		h3 {align-self: flex-start; margin-bottom: 15px;}
		#ancho {display: none;}
		#angosto {align-self: center;}
	}
	#quienes_somos #clientes ul li {width: 37vw; height: 30vw;}
}
