.sp-container {
    position: fixed;
    left: 0;
    width: 100%;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: wrap;
}
.sp-container .sp-row {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-flow: wrap;
    max-width: 100%;
    width: 1200px;
    height: 50px;
}
.sp-container .sp-row .sp-col {
    text-align: center;
}