.small-title {
    font-size: 36px;
    font-weight: 600;
}

p.big-number {
    font-family: freight-display-pro;
    font-size: 128px;
    font-style: italic;
    font-weight: 600;
}

.hero-title-copy {
    font-size: 32px;
    line-height: 1.2;
}

.hero-copy {
    font-size: 20px;
    line-height: 1.2;
}

.hero-title {
    font-size: 20px;
    line-height: 1.2;
}

.ontology-header {
    font-family: freight-display-pro;
    font-size: 36px;
    font-style: italic;
    line-height: 1.2;
    font-weight: 600;
    color: var(--gx-copy-grey);
}

.block-text {
    font-size: 144px;
    font-family: roc-grotesk-condensed, sans-serif;
    line-height: 0.75;
}

.platform-car-item-meta {
    font-size: 18px;
    color: var(--gx-copy-grey);
}

.platform-car-item-copy {
    font-size: 32px;
}

.big-block-text {
    font-size: 144px;
    font-family: roc-grotesk-condensed, sans-serif;
    line-height: 0.75;
}

h2.chunky {
    font-size: 96px;
    font-family: roc-grotesk-condensed, sans-serif;
    line-height: 0.75;
}

h3 {
    font-weight: 500;
    font-size: 36px;
}

.platform-car-insights-item h4 {
    font-family: freight-display-pro;
    font-size: 36px;
    font-weight: 600;
    line-height: 1.2;
    color: var(--gx-copy-grey);
}

.platform-insights-car .slick-prev, .platform-insights-car .slick-next, .platform-mad-car .slick-prev, .platform-mad-car .slick-next {
    top: 100%;
    width: 48px;
    height: 48px;
}

.platform-insights-car .slick-dots, .platform-mad-car .slick-dots {
    bottom: -20px;
}

    .platform-insights-car .slick-dots li button:before, .platform-mad-car .slick-dots li button:before {
        width: 10px;
        height: 10px;
    }

.bg-gx-black .platform-insights-car .slick-dots li.slick-active button:before, .bg-gx-black .platform-mad-car .slick-dots li.slick-active button:before {
    opacity: 1;
    background-color: var(--gx-white);
    color: black;
}

.platform-insights-car .slick-prev, .platform-mad-car .slick-prev {
    left: 20%;
}

.platform-insights-car .slick-next, .platform-mad-car .slick-next {
    right: 20%;
}

.slideshow_image_frame {
    background-image: url("../media/gx/technology/slideshow_image_frame.png");
    background-size: contain;
    background-position: center;
    padding: 20%;
}

    .slideshow_image_frame img {
        width: 100%;        
    }

    /* .glow-around {
        border: 2px solid;
        border-radius: 20px;
        box-shadow: 0 0 50px 15px #0d6efd;
    } */
/* .gxPlatform-banner {
    height: 100vh;
    overflow: hidden;
}

@media (max-width: 1400px) {   
    .gxPlatform-banner {
        height: 100vh;
        overflow: hidden;
        display: flex;
        justify-content: center;
        flex-direction: column;
    }   
}
@media (max-width: 768px) {    
    
} */
@media (max-width: 1400px) {  
    h2.chunky {
        font-size: 80px;
    }
    
}



@media (max-width: 990px) {
    .ontology-logo {
        max-width: 220px;
        margin: 10px auto 0 auto;
    }

    .small-title {
        font-size: 20px;
        font-weight: 600;
    }

    p.big-number {
        font-family: freight-display-pro;
        font-size: 54px;
        font-style: italic;
        font-weight: 600;
    }

    .hero-title-copy {
        font-size: 12px;
        line-height: 1.2;
        text-align: center;
        padding: 0 30px;
    }

    .hero-title {
        font-size: 16px;
        line-height: 1.2;
    }

    .hero-copy {
        font-size: 10px;
    }

    .block-text {
        font-size: 70px;
        font-family: roc-grotesk-condensed, sans-serif;
        line-height: 0.75;
    }

    h2.chunky {
        font-size: 50px;
        font-family: roc-grotesk-condensed, sans-serif;
        line-height: 0.75;
    }
}

