.equipo-de-trabajo-section{padding:0 0 7rem}.partial-background{display:flex;width:100%;height:39rem;background-color:#F8F6F2}.equipo-de-trabajo-section .box{margin-top:-30rem;gap:5rem}.equipo-de-trabajo-section .box .title-1 h2{max-width:750px}.equipo-de-trabajo-section .box .cards{width:100%;display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,350px));align-items:flex-start;justify-content:center;justify-items:center;gap:2rem}@media screen and (min-width:0px) and (max-width:900px){.equipo-de-trabajo-section .box .cards{flex-wrap:wrap}.equipo-de-trabajo-section .box .cards .equipo-perfil-card{max-width:500px}.equipo-de-trabajo-section .box .cards .equipo-perfil-card .img img{max-height:30rem}}.equipo-perfil-card{width:100%;max-width:390px;display:flex;flex-direction:column;justify-content:center;align-items:center;gap:1rem;transition:.3s ease}.equipo-perfil-card .img{border-radius:var(--border-radius-1);overflow:hidden;max-height:500px}.equipo-perfil-card .img img{min-height:450px;object-fit:cover}.equipo-perfil-card .wrapper{width:100%;max-width:320px;display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center;margin-top:-2rem;overflow:hidden;padding:2rem;gap:1rem}.equipo-perfil-card .wrapper h3{line-height:var(--title-height-3)}