.success-header-section{
    background-color: white;
    height: 60vh;
    display: flex;
    align-content: center;
    justify-content: center;
    justify-items: center;
    align-items: center;
}

.success-header-card{
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    height: 50vh;
    width: 50%;
    /*background-color: #212121;*/
    /*background-color: rgba(0, 0, 0, 0.7);*/
    font-family: var(--ff);
    /*border-radius: 20px;*/
    /*border: 2px solid var(--colorAccent);*/
    justify-content: center;
    align-content: center;
    /*margin-bottom: 50px;*/
}

.success-header-image{
    height: 9vw;
}
.success-header-card-title{
    color: var(--colorAccent);
    font-size: 3.5vw;
}

.success-header-card-text{
    color: black;
}