.box-width {
    max-width: 1292px;
    width: 1292px;
}
.flex-center {
    display: flex;
    align-items: center;
    justify-content: center;
}
.background-primary {
    background: linear-gradient(135deg, #29B6F6, #1565C0);
}
.p-primary {
    color: #1565C0;
}

@media (max-width: 1292px) {
    .box-width {
        width: 100%;
    }
}
