.serviciosPage{margin:auto;max-width:var(--max-width);color:var(--PrimaryTextColor)}.serviciosPage .serviciosPageTitle{margin:30px 0}.serviciosPage .servicioList{display:flex;flex-wrap:wrap;justify-content:center;gap:20px}@media screen and (max-width:1200px){.serviciosPage{padding:0 var(--paddingDesktop)}}.CardList{width:280px;height:300px;box-shadow:var(--box-shadow-primary);overflow:hidden;flex-grow:1}.CardList img{width:100%;height:75%;object-fit:contain}.CardList .footer{width:100%;height:25%;display:flex;justify-content:center;align-items:center;text-align:center}.CardList .footer h3{padding:4px}