.sp-text-center {
    display: flex;
    flex-direction: column;
    height: 80vh;
    align-items: center;
    justify-content: center;
}

.sp-text-center-normal {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.sp-text-center p {
    margin-bottom: 0;
}