.horizontal-service-card {
    flex-direction: row;
}
.horizontal-service-card .card-left {
    flex: 0 0 38%;
    aspect-ratio: auto;
}
.horizontal-service-card .card-right {
    padding: 35px 45px;
}