@media screen and (max-width:768px){.navbar{display:flex;justify-content:space-between;align-items:center;padding:15px 0}.logo{font-size:20px;font-weight:700;text-align:center;flex:1}.services-grid{display:block}.service-card{cursor:pointer;transition:all .3s ease;margin-bottom:15px;width:100%}.service-card p{display:none;padding:15px;background-color:#f9f9f9;border-radius:0 0 8px 8px;margin-top:0}.service-card.active p{display:block}.service-card h3{position:relative;padding:15px;margin:0;background-color:#f0f0f0;border-radius:8px;display:flex;justify-content:space-between;align-items:center}.service-card h3::after{content:'+';font-size:20px;font-weight:700}.service-card.active h3{border-radius:8px 8px 0 0}.service-card.active h3::after{content:'-'}.service-icon{margin-right:10px;display:inline-block}}@media screen and (max-width:768px){.footer-links{display:flex;flex-wrap:wrap;justify-content:center}.footer-links li{width:33.33%;text-align:center;margin-bottom:10px}.footer-links li:nth-child(4),.footer-links li:nth-child(5){width:50%}.footer-links li:nth-child(6){width:100%}}