.box-width {
    max-width: 1292px;
    width: 1292px;
}
.flex-center {
    display: flex;
    align-items: center;
    justify-content: center;
}
.background-primary {
    background-color: #ED1B24;
}
.p-primary {
    color: #ED1B24;
}

@media (max-width: 1292px) {
    .box-width {
        width: 100%;
    }
}