.card-service{background:var(--color-secondary);object-fit:cover;display:grid;align-items:end;position:relative;height:250px;width:100%;justify-items:center;grid-template-rows:1fr;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;cursor:pointer;transition:all .25s;border-radius:var(--border-radius);h3{min-width:100%;font-size:1.5rem!important;z-index:2;color:white;transition:all .5s;padding:15px 0}img{z-index:1;grid-row:1/4;transition:all .25s}}@media (min-width:701px) and (max-width:1120px){.card-service{height:200px;h3{font-size:1rem!important;letter-spacing:.25px}img{object-position:50% 50%}}}@media (max-width:700px){.card-service{min-height:120px;max-height:120px;width:100%;align-items:center!important;h3{min-width:100%;min-height:100%;margin-bottom:0;font-size:2rem!important;font-weight:700;letter-spacing:1px;padding:15px;border:inherit!important;display:flex;justify-content:center;align-items:center;background:rgba(0,0,0,.5)}img{object-position:0 45%}}}