.services .service-card{display:flex;flex-direction:column}
.service-image{display:block;width:100%;height:255px;object-fit:cover;object-position:center;flex-shrink:0}
.service-image-eye{object-position:center 35%}
.services .service-body{display:flex;flex-direction:column;flex:1;padding:23px 20px 18px}
.services .service-body h3{font-size:17px;font-weight:600;line-height:1.5;min-height:51px;overflow-wrap:anywhere}
.services .service-description{font-size:13px;line-height:1.85;margin:12px 0 24px;min-height:0}
.services .service-bottom{border:0;border-top:1px solid #dfdcd3;background:transparent;width:100%;padding:16px 0 0;margin-top:auto;font-size:12px;text-align:left;gap:10px}
.services .service-bottom:hover .circle-arrow{background:#d7cfbd}
@media(max-width:1150px){.services .service-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:24px}.service-image{height:300px}.services .service-body h3{min-height:0;font-size:20px}.services .service-description{font-size:14px}}
@media(max-width:600px){.services .service-grid{grid-template-columns:1fr;gap:25px}.service-image{height:275px}.services .service-body{padding:23px}.services .service-body h3{font-size:21px;line-height:1.5}.services .service-description{font-size:14px;line-height:1.8;margin-bottom:22px}.services .service-number{font-size:10px}.services .service-bottom{font-size:13px;min-height:49px}.services .circle-arrow{width:32px;height:32px}}
