#page-services{#services{.list{display:flex;flex-wrap:wrap;justify-content:center;width:100%;column-gap:15px;row-gap:15px;margin-bottom:60px;.card-service{*{transition:all .5s}flex:0 0 calc(32% - 0px);background:var(--color-secondary);object-fit:cover;display:grid;align-items:end;position:relative;min-height:25vh;max-height:400px;width:100%;min-width:calc(100%/3 - 30px);max-width:calc(100%/3 - 30px);justify-items:center;grid-template-rows:1fr;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;cursor:pointer;border-radius:var(--border-radius);opacity:0;animation:fadeIn .25s ease-in forwards;h3{min-width:100%;font-size:2rem!important;font-weight:500;z-index:2;color:white;padding:15px 0;background:var(--color-secondary)}img{z-index:1;grid-row:1/4;object-position:75% 50%}}}}}@media (min-width:701px) and (max-width:1280px){#page-services{#services{.list{display:grid;grid-template-columns:1fr 1fr;justify-content:center;margin-bottom:30px;.card-service{min-height:calc(100vh / 5);max-height:calc(100vh / 5);width:100%;min-width:100%;max-width:100%}}}}}@media (max-width:700px){#page-services{#services{.list{grid-template-columns:1fr;margin-bottom:30px;.card-service{min-height:calc(100vh / 5);max-height:calc(100vh / 5);width:100%;min-width:100%;max-width:100%;h3{font-size:2rem!important;font-weight:700;letter-spacing:1px;background:rgba(0,0,0,.5)}img{object-position:0 45%}}}}}}