.section8 {
    margin-top: 100px;
    width: 100%;
}

.s8-content {
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.s8-content h1 {
    font-family: "TonCondensed-Medium", Sans-serif;
    font-size: 56px;
    font-weight: 800;
    letter-spacing: 2px;
    margin: 10px;
}

.s8-content h3 {
    font-family: "TonCondensed-Bold", Sans-serif;
    font-size: 32px;
    font-weight: 800;
    line-height: 48px;
    letter-spacing: 4px;
    margin: 10px;
}

.s8-content h4 {
    font-family: "TonCondensed-Bold", Sans-serif;
    font-size: 27px;
    font-weight: 900;
    margin: 10px;
}

.s8-relogio {
    width: 95%;
    height: 136px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
}

.s8-tempo {
    width: 270px;
    height: 136px;
    background-color: #0F3517;
    border-style: solid;
    border-width: 4px 4px 4px 4px;
    border-color: #BFFF00;
    border-radius: 27px 27px 27px 27px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.s8-tempo h1 {
    font-size: 40px;
    color: #c1ff00;
    font-family: "TonCondensed-Bold", Sans-serif;
    font-size: 69px;
    font-weight: 800;
    letter-spacing: 0px;
    margin: 0;
}

.s8-tempo p {
    color: #fff;
    font-family: "TonCondensed-Bold", Sans-serif;
    font-size: 19px;
    font-weight: 400;
}





/* Media Queries */

/* Tablets */
@media (max-width: 1023px) {
    .section8 {
        margin-top: 50px;
        text-align: center;
    }


    .s8-content h1 {
        font-size: 40px;
        margin: 5px;
    }

    .s8-content h3 {
        font-size: 25px;
        line-height: 30px;
        letter-spacing: 3px;
        margin: 5px;
    }

    .s8-content h4 {
        font-size: 24px;
        margin: 5px;
    }

    .s8-relogio {
        height: 115px;
        gap: 5px;
    }

    .s8-tempo {
        width: 150px;
        height: 115px;
        border-width: 2px;
    }

    .s8-tempo h1 {
        font-size: 47px;
        font-weight: 800;
        letter-spacing: 0px;
        margin: 0;
    }

    .s8-tempo p {
        color: #fff;
        font-family: "TonCondensed-Bold", Sans-serif;
        font-size: 19px;
        font-weight: 400;
    }
}