.service-detail{padding:5rem 0 0}.service-detail .hero{display:grid;grid-template-columns:1fr 420px;grid-gap:1.5rem;gap:1.5rem;align-items:start}.service-detail .hero .text h1{font-size:2rem;color:#052020;margin-bottom:.5rem}.service-detail .hero .text p{color:rgba(0,0,0,.431);margin-bottom:1rem}.service-detail .hero .text ul{margin:0 0 1rem 1.05rem;color:rgba(0,0,0,.431)}.service-detail .hero .gallery{display:grid;grid-template-columns:1fr 1fr;grid-gap:.5rem;gap:.5rem}.service-detail .hero .gallery img{width:100%;height:120px;object-fit:cover;border-radius:8px}.service-detail .projects{margin-top:4rem}.service-detail .projects h4{margin-bottom:15px}.service-detail .projects .grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));grid-gap:1rem;gap:1rem}@media(max-width:900px){.service-detail .hero{grid-template-columns:1fr}.service-detail .hero .gallery img{height:140px;object-fit:cover;object-position:top}}@media(max-width:480px){.service-detail{padding:1.5rem 0}.service-detail .hero .gallery img{height:110px}}