@media (min-width: 576px) {
    .fs-sm-1 { font-size: calc(1.375rem + 1.5vw) !important; }
    .fs-sm-2 { font-size: calc(1.325rem + .9vw) !important; }
    .fs-sm-3 { font-size: calc(1.3rem + .6vw) !important; }
    .fs-sm-4 { font-size: calc(1.275rem + .3vw) !important; }
    .fs-sm-5 { font-size: 1.25rem !important; }
    .fs-sm-6 { font-size: 1rem !important; }
}
@media (min-width: 768px) {
    .fs-md-1 { font-size: calc(1.375rem + 1.5vw) !important; }
    .fs-md-2 { font-size: calc(1.325rem + .9vw) !important; }
    .fs-md-3 { font-size: calc(1.3rem + .6vw) !important; }
    .fs-md-4 { font-size: calc(1.275rem + .3vw) !important; }
    .fs-md-5 { font-size: 1.25rem !important; }
    .fs-md-6 { font-size: 1rem !important; }
}
@media (min-width: 992px) {
    .fs-lg-1 { font-size: calc(1.375rem + 1.5vw) !important; }
    .fs-lg-2 { font-size: calc(1.325rem + .9vw) !important; }
    .fs-lg-3 { font-size: calc(1.3rem + .6vw) !important; }
    .fs-lg-4 { font-size: calc(1.275rem + .3vw) !important; }
    .fs-lg-5 { font-size: 1.25rem !important; }
    .fs-lg-6 { font-size: 1rem !important; }
}
@media (min-width: 1200px) {
    .fs-xl-1 { font-size: calc(1.375rem + 1.5vw) !important; }
    .fs-xl-2 { font-size: calc(1.325rem + .9vw) !important; }
    .fs-xl-3 { font-size: calc(1.3rem + .6vw) !important; }
    .fs-xl-4 { font-size: calc(1.275rem + .3vw) !important; }
    .fs-xl-5 { font-size: 1.25rem !important; }
    .fs-xl-6 { font-size: 1rem !important; }
}
@media (min-width: 1400px) {
    .fs-xxl-1 { font-size: calc(1.375rem + 1.5vw) !important; }
    .fs-xxl-2 { font-size: calc(1.325rem + .9vw) !important; }
    .fs-xxl-3 { font-size: calc(1.3rem + .6vw) !important; }
    .fs-xxl-4 { font-size: calc(1.275rem + .3vw) !important; }
    .fs-xxl-5 { font-size: 1.25rem !important; }
    .fs-xxl-6 { font-size: 1rem !important; }
}
@media (min-width: 576px) {
    .display-sm-1 { font-size: calc(1.625rem + 4.5vw); }
    .display-sm-2 { font-size: calc(1.575rem + 3.9vw); }
    .display-sm-3 { font-size: calc(1.525rem + 3.3vw); }
    .display-sm-4 { font-size: calc(1.475rem + 2.7vw); }
    .display-sm-5 { font-size: calc(1.425rem + 2.1vw); }
    .display-sm-6 { font-size: calc(1.375rem + 1.5vw); }
}

@media (min-width: 768px) {
    .display-md-1 { font-size: calc(1.625rem + 4.5vw); }
    .display-md-2 { font-size: calc(1.575rem + 3.9vw); }
    .display-md-3 { font-size: calc(1.525rem + 3.3vw); }
    .display-md-4 { font-size: calc(1.475rem + 2.7vw); }
    .display-md-5 { font-size: calc(1.425rem + 2.1vw); }
    .display-md-6 { font-size: calc(1.375rem + 1.5vw); }
}

@media (min-width: 992px) {
    .display-lg-1 { font-size: calc(1.625rem + 4.5vw); }
    .display-lg-2 { font-size: calc(1.575rem + 3.9vw); }
    .display-lg-3 { font-size: calc(1.525rem + 3.3vw); }
    .display-lg-4 { font-size: calc(1.475rem + 2.7vw); }
    .display-lg-5 { font-size: calc(1.425rem + 2.1vw); }
    .display-lg-6 { font-size: calc(1.375rem + 1.5vw); }
}

@media (min-width: 1200px) {
    .display-xl-1 { font-size: calc(1.625rem + 4.5vw); }
    .display-xl-2 { font-size: calc(1.575rem + 3.9vw); }
    .display-xl-3 { font-size: calc(1.525rem + 3.3vw); }
    .display-xl-4 { font-size: calc(1.475rem + 2.7vw); }
    .display-xl-5 { font-size: calc(1.425rem + 2.1vw); }
    .display-xl-6 { font-size: calc(1.375rem + 1.5vw); }
}

@media (min-width: 1400px) {
    .display-xxl-1 { font-size: calc(1.625rem + 4.5vw); }
    .display-xxl-2 { font-size: calc(1.575rem + 3.9vw); }
    .display-xxl-3 { font-size: calc(1.525rem + 3.3vw); }
    .display-xxl-4 { font-size: calc(1.475rem + 2.7vw); }
    .display-xxl-5 { font-size: calc(1.425rem + 2.1vw); }
    .display-xxl-6 { font-size: calc(1.375rem + 1.5vw); }
}
/*
@media (min-width: 576px) {
    .display-1 { font-size: 4rem; }
}
@media (min-width: 768px) {
    .display-1 { font-size: 5.5rem; }
}
@media (min-width: 992px) {
    .display-1 { font-size: 6.8rem; }
}
@media (min-width: 1200px) {
    .display-1 { font-size: 8.3rem; }
    .display-2 { font-size: 5.5rem !important; }
}
@media (min-width: 1400px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl { max-width: 1140px; }
}

@media (min-width:1200px) {
    .display-2 { font-size:4.5rem }
}
*/
@media (min-width: 576px) {
    .flex-sm-column { flex-direction: column !important; }
    .flex-sm-row { flex-direction: row !important; }

    .h-sm-25 { height: 25% !important; }
    .h-sm-50 { height: 50% !important; }
    .h-sm-75 { height: 75% !important; }
    .h-sm-100 { height: 100% !important; }
    .vh-sm-100 { height: 100vh !important; }

    .w-sm-25 { width: 25% !important; }
    .w-sm-50 { width: 50% !important; }
    .w-sm-75 { width: 75% !important; }
    .w-sm-100 { width: 100% !important; }
    .vw-sm-100 { width: 100vw !important; }
}

@media (min-width: 768px) {
    .flex-md-column { flex-direction: column !important; }
    .flex-md-row { flex-direction: row !important; }

    .h-md-25 { height: 25% !important; }
    .h-md-50 { height: 50% !important; }
    .h-md-75 { height: 75% !important; }
    .h-md-100 { height: 100% !important; }
    .vh-md-100 { height: 100vh !important; }

    .w-md-25 { width: 25% !important; }
    .w-md-50 { width: 50% !important; }
    .w-md-75 { width: 75% !important; }
    .w-md-100 { width: 100% !important; }
    .vw-md-100 { width: 100vw !important; }
}

@media (min-width: 992px) {
    .flex-lg-column { flex-direction: column !important; }
    .flex-lg-row { flex-direction: row !important; }

    .h-lg-25 { height: 25% !important; }
    .h-lg-50 { height: 50% !important; }
    .h-lg-75 { height: 75% !important; }
    .h-lg-100 { height: 100% !important; }
    .vh-lg-100 { height: 100vh !important; }

    .w-lg-25 { width: 25% !important; }
    .w-lg-50 { width: 50% !important; }
    .w-lg-75 { width: 75% !important; }
    .w-lg-100 { width: 100% !important; }
    .vw-lg-100 { width: 100vw !important; }
}

@media (min-width: 1200px) {
    .flex-xl-column { flex-direction: column !important; }
    .flex-xl-row { flex-direction: row !important; }

    .h-xl-25 { height: 25% !important; }
    .h-xl-50 { height: 50% !important; }
    .h-xl-75 { height: 75% !important; }
    .h-xl-100 { height: 100% !important; }
    .vh-xl-100 { height: 100vh !important; }

    .w-xl-25 { width: 25% !important; }
    .w-xl-50 { width: 50% !important; }
    .w-xl-75 { width: 75% !important; }
    .w-xl-100 { width: 100% !important; }
    .vw-xl-100 { width: 100vw !important; }
}

@media (min-width: 1400px) {
    .flex-xxl-column { flex-direction: column !important; }
    .flex-xxl-row { flex-direction: row !important; }

    .h-xxl-25 { height: 25% !important; }
    .h-xxl-50 { height: 50% !important; }
    .h-xxl-75 { height: 75% !important; }
    .h-xxl-100 { height: 100% !important; }
    .vh-xxl-100 { height: 100vh !important; }

    .w-xxl-25 { width: 25% !important; }
    .w-xxl-50 { width: 50% !important; }
    .w-xxl-75 { width: 75% !important; }
    .w-xxl-100 { width: 100% !important; }
    .vw-xxl-100 { width: 100vw !important; }
}



