.service {
    display: flex;
    flex-direction: column;

    height: auto;
    gap: 0.5rem;
}

.service img {
    width: 100%;
    height: auto;
    aspect-ratio: 348 / 250;
    object-fit: cover;
    object-position: center;
    border-radius: 1.875rem;

    order: 1;
}

.service h3 {
    order: 2;
    font-size: 1.5rem;
    hyphens: auto;
}

.service .service-content {
    order: 3;
}