.our-services{margin-top:150px}.our-services .title{width:500px;margin:auto;text-align:center}.our-services .title h1{font-size:30px;font-weight:700;text-transform:capitalize;color:#8a57ea}.our-services .title p{color:gray}.our-services .services{display:flex;justify-content:center;flex-wrap:wrap!important;gap:20px;margin-top:20px}.our-services .services .service{width:30%;height:fit-content;box-shadow:0 6px 12px -2px rgba(50,50,93,.25),0 3px 7px -3px rgba(0,0,0,.3);border-radius:8px;display:flex;align-items:center;gap:5px;padding:10px;background-color:#000;border:1px solid #484848}.our-services .services .service .service-Desc h3{text-transform:capitalize;font-weight:700;color:#8b07ff}.our-services .services .service .service-Desc p{font-size:12px;color:#cacaca}.our-services .services .service a{font-size:12px;border-radius:8px;width:fit-content;display:flex;align-items:center;text-transform:capitalize}.our-services .status{font-size:12px;position:relative;color:#66d866}.our-services .status:before{content:"";position:absolute;width:5px;height:5px;right:-10px;top:5px;border-radius:50%;background-color:#09ce09}.our-services .services .service .service-Desc a{text-decoration:underline;color:#08f}@media (max-width:900px){.our-services .services .service{width:45%}}@media (max-width:600px){.our-services .title{width:100%}.our-services .services .service{width:90%}}