.abi-service-card-photo { padding: 0; min-height: 440px; display: flex; flex-direction: column; overflow: hidden; }
.abi-service-media { position: relative; height: 205px; overflow: hidden; background: #171b21; }
.abi-service-photo { display: block; width: 100%; height: 100%; object-fit: cover; transition: transform .45s ease; }
.abi-service-card-photo:hover .abi-service-photo { transform: scale(1.045); }
.abi-service-card-photo .abi-service-icon { position: absolute; left: 24px; bottom: -1px; margin: 0; box-shadow: 0 5px 18px rgba(0,0,0,.13); }
.abi-service-card-photo > span { top: 220px; }
.abi-service-card-body { padding: 32px 34px 34px; display: flex; flex: 1; flex-direction: column; }
.abi-service-card-body h3 { margin: 12px 0; }
.abi-service-card-body p { flex: 1; }
.abi-service-card-photo:hover .abi-service-icon { background: #e31824; color: #fff; }
@media(max-width:640px){.abi-service-card-photo{min-height:420px}.abi-service-media{height:210px}}
