.text-justify {
    text-align: justify;
}

.fs-xxs {
    font-size: calc(var(--ar-body-font-size) * 0.5) !important;
}

.coca-page-title {
    margin-top: 0rem !important;
    margin-bottom: 1.5rem !important;
}

@media (min-width: 768px) {
    .fs-md-6 {
        font-size: 1rem !important;
    }
}

@media (min-width: 992px) {
    .coca-page-title {
        margin-top: 0rem !important;
        margin-bottom: 1.5rem !important;
    }

    .fs-lg-5 {
        font-size: 1.25rem !important;
    }

    .fs-lg-6 {
        font-size: 1rem !important;
    }

    .fs-lg-7 {
        font-size: 0.5rem !important;
    }

    .px-lg-6 {
        padding-right: 5rem !important;
        padding-left: 5rem !important;
    }
}

@media (min-width: 1200px) {
    .px-xl-8 {
        padding-right: 8rem !important;
        padding-left: 8rem !important;
    }
}
