@keyframes changeRed{0%{background-color:#fff}to{background-color:#ff2021}}.service-card{min-width:280px;min-height:340px;border-radius:0}.service-card .header-card{background-color:#1b75ba;height:110px;color:#fff;padding:8px}.service-card .header-card .MuiTypography-h5{padding:15px 25px;text-align:left}.service-card .header-card .MuiTypography-h5 .label-card{width:162px;float:left}.service-card .header-card .MuiTypography-h5 svg{color:#fff;font-size:70px;float:right;position:absolute;right:10%}.service-card .content-card{color:#767778;font-size:1rem;line-height:27px;padding:10px;text-align:left}.service-card .content-card ul li{margin:4px auto}.service-card.active,.service-card:hover{animation-name:changeRed;animation-duration:1s;background-color:#ff2021}.service-card.active .header-card,.service-card:hover .header-card{background-color:#fff;color:#ff2021}.service-card.active .header-card svg,.service-card:hover .header-card svg{color:#ff2021}.service-card.active .content-card,.service-card:hover .content-card{color:#fff}