main.container-fluid {
    width: 75%;

    @include media-breakpoint-down(xl) {
        width: 100%;
    }
}
