:root{--spacing-xl:40px;--spacing-lg:32px}
.ourServicesSection{margin-top:0;padding-top:0;margin-bottom:40px}
@media(max-width:992px){.ourServicesSection{margin-bottom:32px}
}
.ourServices_wrapper{display:flex;flex-direction:column;background-color:#00205b;border-radius:6px}
.ourServicescard_container{display:flex;justify-content:space-evenly;align-items:center;overflow-x:auto;width:100%;flex-shrink:0;scrollbar-width:none;padding-bottom:20px;gap:15px}
.ourServices_heading{padding:20px}
.ourServicescard{width:135px;height:240px;background:rgba(255,255,255,0.2);display:flex;flex-direction:column;align-items:flex-start;flex-shrink:0;border-radius:12px}
.ourServicescard a,.ourServicescard a:hover{text-decoration:none;color:inherit}
a.ourServicescard_learnmore.text-white{text-decoration-line:underline}
.ourServicescardtext__wrap{width:100%;height:112px;display:flex;flex-direction:column;align-items:center;justify-content:space-between;gap:8px}
.artServices-img{width:135px;height:108px;object-fit:fill;object-position:center;border-radius:8px;margin-top:-13px}
.ourServicescardimg__wrap{display:flex;width:135px;height:122px;padding:59px 0;justify-content:center;align-items:center;border-radius:8px}
.card-title{text-align:center}
.more-btn{width:95px;text-align:center;line-height:40px;border-radius:20px}
.btn_text{font-size:14px;margin-bottom:5px}
@media(min-width:768px){.ourServices_wrapper{display:flex;width:100%;flex-direction:column;align-items:flex-start}
.ourServicescard_container{padding:20px;gap:20px}
.ourServicesSection{width:100%}
.ourServicescard{width:300px;height:325px;display:flex;justify-content:center;align-items:center}
.ourServicescardimg__wrap{height:122px;width:300px}
.ourServicescardtext__wrap{width:100%;height:164px;padding-top:24px;justify-content:center}
.artServices-img{width:300px;height:auto;display:flex;justify-content:center;align-items:center;margin-top:0}
.btn_text{margin-bottom:0}
.more-btn{width:262px}
}