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

.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;
}

.processing-card-custom-image {
    position: absolute;
    top: 0;
    width: 100%;
    height: auto;
}

.processing-card-background {
    position: absolute;
    top: 0;
    width: 100%;
    height: auto;
    z-index: 99;
}