/* Module Custom Styles */
.tijuana-sewage-bg {
    /* The image used */
    background-image: url("/_content/Sarsis.Module.Counter/12-7-18-TJ-River-Ploom3.jpg");
    /* Set a specific height */
    min-height: 500px;
    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.tijuana-sewage-bg h2 {
    color: #fff;
}

.center-text {
    display: flex;
    justify-content: center; /* Centers horizontally */
    align-items: center; /* Centers vertically */
    height: 300px;
    padding: 20px;
    text-align: center;
}

.elapsed-box {
    color: #fff;
    padding: 10px;
}

.elapsed-value {
    text-align: center;
    font-size: 30px;
    font-weight: 900;
}

.elapsed-unit {
    text-align: center;
    font-size: 14px;
}