h3, h4 {font-family: 'Gotham'; font-weight: 500;}


.slick-next, .slick-prev {display: none !important; visibility: hidden !important;}

#industry-content {
    width: min(90%, 1000px);
    justify-content: space-between;
    align-items: center;
    margin-left: auto; margin-right: auto; display: flex; flex-wrap: wrap;
    color: #FFFFFF;
}


.title-div {
    width: 100%;
    color: #FFF;
    display: inline-flex;
    align-items: center;
}

.title-div > h3 {font-weight: 700; color: #FE911C; height: 50px; line-height: 2.6; width: 300px; text-align: center; border-top: 1px solid red; border-right: 1px solid red; border-radius: 50px;}
.lineWithTitleDiv {width: 100%; height: 1px; background: red;}



.misc_caption {width: 100%; font-family: "Gotham";}


.statistics_slider {width: min(90%, 1000px); margin: 0 auto; color: #FFF;}


.single_statistic {
    width: 300px;
    margin-left: 10px;
    height: auto;
    border: 1px solid grey;
}

.inside_single_statistic {
    width: 90%;
    margin: 0 auto;
}