/*.region-content .col-1 {
    width: 8.33333%
}

.region-content .col-2 {
    width: 16.66667%
}

.region-content .col-3 {
    width: 25%
}

.region-content .col-4 {
    width: 33.33333%
}

.region-content .col-5 {
    width: 41.66667%
}

.region-content .col-6 {
    width: 50%
}

.region-content .col-7 {
    width: 58.33333%
}

.region-content .col-8 {
    width: 66.66667%
}

.region-content .col-9 {
    width: 75%
}

.region-content .col-10 {
    width: 83.33333%
}

.region-content .col-11 {
    width: 91.66667%
}

.region-content .col-12 {
    width: 100%
}


@media (max-width: 1227px) {
    .region-content .col-md-1 {
        width: 8.33333%
    }

    .region-content .col-md-2 {
        width: 16.66667%
    }

    .region-content .col-md-3 {
        width: 25%
    }

    .region-content .col-md-4 {
        width: 33.33333%
    }

    .region-content .col-md-5 {
        width: 41.66667%
    }

    .region-content .col-md-6 {
        width: 50%
    }

    .region-content .col-md-7 {
        width: 58.33333%
    }

    .region-content .col-md-8 {
        width: 66.66667%
    }

    .region-content .col-md-9 {
        width: 75%
    }

    .region-content .col-md-10 {
        width: 83.33333%
    }

    .region-content .col-md-11 {
        width: 91.66667%
    }

    .region-content .col-md-12 {
        width: 100%
    }
}

@media (max-width: 991px) {
    .region-content .col-sm-1 {
        width: 8.33333%
    }

    .region-content .col-sm-2 {
        width: 16.66667%
    }

    .region-content .col-sm-3 {
        width: 25%
    }

    .region-content .col-sm-4 {
        width: 33.33333%
    }

    .region-content .col-sm-5 {
        width: 41.66667%
    }

    .region-content .col-sm-6 {
        width: 50%
    }

    .region-content .col-sm-7 {
        width: 58.33333%
    }

    .region-content .col-sm-8 {
        width: 66.66667%
    }

    .region-content .col-sm-9 {
        width: 75%
    }

    .region-content .col-sm-10 {
        width: 83.33333%
    }

    .region-content .col-sm-11 {
        width: 91.66667%
    }

    .region-content .col-sm-12 {
        width: 100%
    }
}
*/
@media (max-width: 767px) {
    .region-content [class*="col-"]  {
        width: 100%
    }
}

@media (max-width: 569px) {
    .region-content [class*="col-"]  {
        width: 100%
    }
}