.component {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin: 0 auto;

    background: #000116;

    @media(max-width: 1300px) {
        overflow-x: hidden;
    }

    @media(max-width: 800px) {
        overflow-x: hidden;
    }
}