EVOLUTION-MANAGER
Edit File: servicios.css
.contenedor-servicios { width: 100%; display: grid; grid-template-columns: repeat(auto-fit, minmax(288px, 1fr)); justify-items: center; } .servicios-patronnato { height: auto; } .servicios { margin-top: 50px; margin-bottom: 25px; } .servicios-separador-text { margin: 1rem 0 1rem 0; width: calc(50% - 66.13px); } .servicios-separador-icon { margin: 1rem 0 1rem 0; width: calc(50% - 116.13px); } .contendeor-mas-servicios { display: flex; flex-direction: column; justify-content: center; align-items: center; width: 100%; height: 100%; } .contendeor-mas-servicios > a { margin-top: 10px; } .enlace-hover:hover { background: #000; }