/*------------------ Statistics Block ------------------*/

.ttl-tile-banner {
    background: #000;
    color: #fff;
    padding: 50px 0 45px 0;
    text-align: center;
}

.ttl-tile-banner>.container>.row {
    /* max-width: 1070px; */
    margin-left: 15px;
    margin-right: 15px;
}

.ttl-tile-banner .acf-headline {
    font-size: 30px;
    text-transform: none;
    color: #FFF;
}

.ttl-tile-banner .content-wrapper {
    text-align: left;
    margin-bottom: 50px;
}

.ttl-tile-banner .stat-container {
    padding-bottom: 35px;
}

.ttl-tile-banner .stats-headline {
    display: inline-block;
    text-transform: uppercase;
    border-bottom: 5px solid #fff;
    padding-bottom: 10px;
    font-size: 18px;
    line-height: 1.2;
    letter-spacing: 1px;
    min-width: 175px;
    color: #FFF;
}

.ttl-tile-banner .img-fluid {
    max-width: 100%;
    height: auto;
}

.ttl-tile-banner .image-container {
    margin-bottom: 20px;
}

.ttl-tile-banner p.copy {
    font-size: 18px;
    font-weight: 300;
    line-height: 1.25;
    letter-spacing: 0.7px;
}

@media screen and (min-width: 992px) {
    .ttl-tile-banner .stat-container {
        max-width: 240px;
    }
}

@media screen and (min-width: 768px) {
    .ttl-tile-banner .stat-container {
        min-height: 190px;
    }

    .ttl-tile-banner p.copy {
        padding-right: 25px;
    }
}