@media (min-width: 1400px){
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width:1260px !important;
    }
}


.gx-6{
    --bs-gutter-x: 4rem;
}

.gx-7{
    --bs-gutter-x: 2.4rem;
}
.gx-9{
    --bs-gutter-x: 2.6rem;
}

.gx-8{
    --bs-gutter-x: 6.2rem;
}

.gx-10{
    --bs-gutter-x: 4.8rem;
}

b,strong{
    font-weight: 500;
}