.services-tabs{display:flex;flex-wrap:wrap;gap:5px;justify-content:center}.our-services .container{margin:auto;max-width:1560px;padding:0 30px}.our-services h2{color:#00f;font-size:42px;font-weight:300}.our-services p{font-size:20px}.services-tabs button{background:#cccecf;border:none;cursor:pointer;flex:1;font-size:24px;padding:1rem 1.5rem;text-transform:uppercase;transition:background .3s}.services-tabs button.active{background:#00f;color:#fff;font-weight:600}.service-content{align-items:center;display:none;gap:2rem}.service-content h3{color:#00f;font-size:48px;font-weight:300}.service-content p{font-size:16px;font-weight:400;line-height:32px;max-width:430px}.service-content .service-text{margin:auto;max-width:500px;padding:10px}.service-content.active{display:flex}.service-image img{border-radius:8px;width:100%}@media (max-width:768px){.service-content{grid-template-columns:1fr}}