.services-page .current-services{padding-block:60px}.services-page .current-services .container>p{text-align:center;margin-top:15px;font-size:clamp(17px,4vw,25px);font-weight:700}.services-page .current-services .container .all-services{grid-template-columns:repeat(auto-fill,minmax(250px,1fr));gap:25px;margin-top:50px;display:grid}.services-page .current-services .container .all-services .service{border:2px solid #727d8d;border-radius:30px;flex-direction:column;justify-content:space-between;gap:20px;height:325px;padding:20px;display:flex}.services-page .current-services .container .all-services .service .info{text-align:center;flex-direction:column;gap:15px;display:flex}.services-page .current-services .container .all-services .service .info h3{-webkit-line-clamp:2;line-clamp:2;text-overflow:ellipsis;-webkit-box-orient:vertical;font-size:clamp(15px,4vw,17px);display:-webkit-box;overflow:hidden}.services-page .current-services .container .all-services .service .info a{border-radius:10px;width:160px;margin-inline:auto;padding-block:8px;display:block}.services-page .current-services .container .all-services .service .image{justify-content:center;align-items:center;height:100%;display:flex}.services-page .current-services .container .all-services .service .image img{object-fit:contain;width:80%;height:165px}.services-page .current-services .container .all-services .service:nth-of-type(2n){background-color:var(--main_color);color:#fff}.services-page .current-services .container .all-services .service:nth-of-type(2n) .info a{color:var(--main_color);background-color:#fff}.services-page .current-services .container .all-services .service:nth-of-type(odd){background-color:var(--therd_color);color:#333}.services-page .current-services .container .all-services .service:nth-of-type(odd) .info a{color:var(--main_color);background-color:#fff}
