.processing-card {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 20px;
    margin: auto;
}

.processing-card img {
    background-size: contain;
}

.processing-card-title {
    font-size: 20px;
    font-weight: 600;
    text-align: center;
}

.processing-card-description {
    font-size: 15px;
    font-weight: 400;
    text-align: center;
}