.section-container {
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: center;
    height: 100%;
}

html, body {
    background-color: var(--primary);
}

.sc-carousel-dots__container {
    margin-top: 20px;
}