.service-item{display:flex;justify-content:space-between;align-items:center;margin-bottom:80px;gap:33px}.service-item.reverse{flex-direction:row-reverse}.service-content{width:50%;padding:30px;background-color:#1f2937;color:#fff;border-radius:10px;box-shadow:20px 15px 16px rgba(0,0,0,.2);text-align:center}.service-content h3{font-size:1.8em;margin-bottom:20px;font-weight:700;text-align:center}.service-content p{font-size:1em;margin-bottom:20px}.service-content a{display:inline-block;margin-top:20px;padding:10px 20px;background-color:#007bff;color:#fff;text-decoration:none;font-weight:700;border-radius:5px;transition:background-color .3s ease;text-align:center}.service-content a:hover{background-color:#0056b3}.service-image{width:50%}.service-image img,.service-slide{box-shadow:0 15px 16px rgba(0,0,0,.2)}.service-image img{width:100%;border-radius:10px}@media (max-width:768px){.service-item{flex-direction:column;gap:10px}.service-content,.service-image{width:100%;margin:10px 0}}