.servicesWrapper{display:flex;justify-content:start;align-items:flex-start;flex-wrap:wrap;gap:2rem}.serviceItem{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:2rem;min-height:200px;min-width:400px;border-radius:12px;border-left-width:2px;border-bottom:2px solid var(--brand-color);border-right:2px solid var(--brand-color);border-top-width:2px;border-top:3.5px solid var(--brand-color);border-left:3.5px solid var(--brand-color);backdrop-filter:blur(2px);overflow:hidden;transition:outline backdrop .3s ease;position:relative}.serviceItem:hover:before{width:150%;height:30px;background-color:rgba(33,216,161,.05);animation:serviceItemBefore 2s infinite}.serviceItem:hover:after,.serviceItem:hover:before{content:"";display:block;position:absolute;top:0;left:0;transform:rotate(45deg)}.serviceItem:hover:after{width:160%;height:20px;background-color:rgba(33,216,161,.1);animation:serviceItemAfter 2s infinite}@keyframes serviceItemBefore{0%{opacity:0;left:40%}50%{opacity:1}to{left:-140%;opacity:0}}@keyframes serviceItemAfter{0%{left:140%;opacity:0}50%{opacity:1}to{left:-140%;opacity:1}}.serviceIcon{width:60px}@media screen and (max-width:1001px){.servicesWrapper{justify-content:center}.serviceItem{min-width:100%}}