.services{display:block;margin-bottom:90px}@media (min-width:768px){.services{display:flex;flex-wrap:wrap;justify-content:space-between}}@media (min-width:1440px){.services{margin-top:90px}}.services .service{display:flex;justify-content:flex-start;align-items:flex-start;gap:30px;margin-bottom:45px;transform:scale(0.75);opacity:0}@media (min-width:768px){.services .service{width:calc(50% - 30px)}}@media (min-width:1440px){.services .service{width:calc(33% - 30px);margin-bottom:75px}}.services .service:hover{transform:scale(1.15)}.services .service.scrolled{transition:transform 2s ease, opacity 1s ease;transform:scale(1);opacity:1}.services .service img{width:60px}.services .service .info p{text-transform:capitalize}