.service{justify-content:center;align-items:center;width:30%;margin-bottom:2rem;padding:1rem 0 2.5rem;transition:all .1s linear;display:flex;box-shadow:0 0 2px #5c6266}.service:hover{scale:1.01}.service-container{flex-direction:column;justify-content:space-between;width:85%;margin:0 auto;display:flex}.service-logo{width:80px;height:80px;margin-bottom:2rem}.service-container:hover .service-logo{animation:.3s ease-in-out 2 alternate flip-me}.service:hover{transform:scale(1.02)}.service-heading{font-size:.8rem}.service-heading h1{margin-bottom:1rem;font-family:inherit;font-size:1.4rem;font-weight:900;line-height:1.25}.service-description{margin-bottom:2rem}@media (min-width:768px) and (max-width:1024px){.service{width:45%}}@media (min-width:768px) and (max-width:1024px) and (orientation:landscape){.service{width:45%}}@media (min-width:481px) and (max-width:767px){.service{width:100%;margin-bottom:2rem}}@media (min-width:320px) and (max-width:480px){.service{width:100%;margin-bottom:1rem}}@keyframes flip-me{0%{transform:rotateY(0)}to{transform:rotateY(180deg)}}
