.our-process-cards {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 1rem;
    margin-top: 5rem;
    width: 100%;
    row-gap: 4.7rem;
}

.process-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 2.5rem;
    padding: 4rem 2.5rem;
    width: 30%;
    border-radius: 1rem;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.process-image {
    width: 100%;
    height: 100%;
    border-radius: 0.5rem;

}


.services-height {
    height: 80px;
}




@media (max-width: 648px) {
    .process-card {
        width: 90%;
        margin: 0 auto;
    }
}
