﻿.module-storytelling-caption {
    font-family: BrownPro;
    font-size: 11px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.45;
    letter-spacing: 1.5px;
    text-align: left;
    color: #b1b2b8;
    text-transform: uppercase;
    margin-bottom: 5px;
}

.module-storytelling-heading {
    margin-bottom: 5px;
}

.module-storytelling-copy {
    margin-bottom: 5px;
}

.module-storytelling-block-left {
    padding-top: 2%;
}

.module-storytelling-block-right {
    text-align: right;
}

.module-storytelling-d-block-left {
    text-align: left;
}

.module-storytelling-d-block-right {
    padding-top: 2%;
    text-align: left;
}

.carousel-title {
    /*font-family: BrownPro;
    font-size: 52px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #ffffff !important;
    padding-left:25%;*/
    text-align: center;
    position: absolute;
    top: 160%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
    font-family: BrownPro;
    font-size: 72px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.11;
    letter-spacing: normal;
    width: 90%;
}


.carousel-arrow-left {
    position: absolute;
    top: 50%;
    left: 10%;
    transform: translate(-50%, -50%);
}

.carousel-arrow-right {
    position: absolute;
    top: 50%;
    left: 90%;
    transform: translate(-50%, -50%);
} 

.carousel-copy {
    font-family: BrownPro;
    font-size: 18px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #ffffff !important;
    padding-left: 25%;
}

.statistic-headline {
    font-family: BrownPro;
    font-size: 48px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.25;
    letter-spacing: normal;
    text-align: left;
    color: #000000;
    color: var(--black);
}

.statistic-detail {
    font-family: BrownPro;
    font-size: 18px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.56;
    letter-spacing: normal;
    text-align: left;
    color: #37383f;
    color: var(--charcoal-grey-two);
}