.service-detail-page{display:flex;flex-direction:column;align-items:center;background-color:#fff;padding:0 0 100px}.service-detail{width:60%;max-width:900px;margin-top:40px}.service-detail-img{width:100%;max-height:420px;object-fit:cover;border-radius:16px;box-shadow:0 4px 12px #0000001f}.service-detail h1{font-family:Raleway,sans-serif;font-weight:900;font-size:38px;color:rgba(71,93,55,.995);margin:30px 0 20px}.service-detail-body{font-family:Avenir Light;font-size:18px;line-height:28px;color:#333}.service-detail-body ol,.service-detail-body ul{margin:12px 0;padding-left:30px}[dir=rtl] .service-detail-body ol,[dir=rtl] .service-detail-body ul{padding-left:0;padding-right:30px}.service-detail-body li{list-style:disc;margin-bottom:6px}.service-back-link{display:inline-block;margin-top:30px;background-color:rgba(71,93,55,.995);color:#fff;text-decoration:none;font-family:Avenir Light;font-size:15px;padding:10px 22px;border-radius:24px;transition:background-color .2s ease}.service-back-link:hover{background-color:rgba(55,73,42,.995)}[dir=rtl] .service-detail{text-align:right}@media (max-width:768px){.service-detail{width:90%}.service-detail h1{font-size:30px}}