.Img{width:100%;object-fit:cover;object-position:center;height:100%}.services{padding:12px 0;align-content:center}.services-flex-container{display:flex;flex-wrap:wrap;row-gap:32px;column-gap:35px;width:75%}@media (min-width:1200px) and (max-width:1441px){.services-flex-container{width:100%;gap:32px}}@media (max-width:767px){.services-flex-container{width:100%;margin:0 auto;display:flex;gap:32px;justify-content:center;align-items:center;min-height:auto}}@media (max-width:479px){.services-flex-container{width:100%;display:flex;gap:32px;justify-content:center;align-items:center}}@media (max-width:700){.skills-flex-container{gap:25px}}.box{box-shadow:0 0 12px rgba(0,0,0,.5);padding:4px 20px;justify-content:center;border-radius:15px}.image{transition:all .3s ease-in-out .1s}.Img{max-width:60px;object-fit:contain;margin-left:.4rem}.title{margin-top:10px;text-align:center;font-weight:400;transition:all .3s ease-in-out}.box:hover{box-shadow:2px 2px 24px 2px rgba(0,0,0,.5);transform:scale(1.1);align-items:center;border:2px solid #69de67;.image{margin-left:.3rem;transform:scale(1.2);transform:translateY(-2rem)}.Img{animation:bouncing .5s .3s}.title{letter-spacing:1px;transform:scale(1.2);transform:translateY(-.8rem)}}@keyframes bouncing{0%,to{transform:scale(1)}25%{transform:scale(.9,1.1)}50%{transform:scale(1.1,.9)}75%{transform:scale(1.1,2.05)}}