/* Block Container */
.frontis-category-info-block {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

/* Content Wrapper */
.frontis-category-content {
    max-width: 900px;
    margin: 0 auto;
}

/* Title Styling */
.frontis-category-title {
    font-family: var(--fb-global-h3--font-family);
    font-size: var(--fb-global-h3--font-size);
    font-weight: var(--fb-global-h3--font-weight);
    font-style: var(--fb-global-h3--font-style);
    letter-spacing: var(--fb-global-h3--font-letter-spacing);
    border: none;
    margin: 0 0 18px 0;
    color: #0B0C0E;
    transition: all .3s ease-in-out;
}

/* Description Styling */
.frontis-category-description {
    font-family: var(--fb-global-body--font-family);
    font-size: var(--fb-global-fb_customtypo_9f5by--font-size) !important;
    font-weight: var(--fb-global-body--font-weight);
    line-height: var(--fb-global-fb_customtypo_9f5by--font-line-height) !important;
    margin: 0px 0px 0px 0px;
    border: none;
    transition: all .3s ease-in-out;
    color: #404655;
    max-width: 800px;
    margin: 0 auto;
}