.success-form{
    display: flex;
    max-width: 800px;
    padding: 64px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 32px;
    border-radius: 20px;
    background: var(--Main-white, #FFF);
    align-items: flex-start;

    /* Shadow Sing in */
    box-shadow: 4px 6px 15px 0px rgba(0, 0, 0, 0.25);
}

.header-succes{
    display: flex;
    gap: 32px;
    justify-content: space-between;
    align-items: flex-start;
    align-self: stretch;
    align-items: center;
}

.truck{
    padding: 32px 0px;
    width: 100%;
}
.chevron{
    width: 32px;
    height: 32px;
}
