
/*--------------------------------------------------------------
# Funfact
--------------------------------------------------------------*/

.funfact-one {
    padding-top: 100px;
    padding-bottom: 80px;
    background-color: var(--thm-primary);
}

.funfact-one__single {
    margin-bottom: 30px;
}

.funfact-one__single h3 {
    margin: 0;
    color: #ffffff;
    font-size: 90px;
    font-weight: 400;
    font-family: var(--thm-font);
    line-height: 1em;
}

.funfact-one__single p {
    margin: 0;
    color: #ffffff;
    font-weight: 400;
    font-size: 20px;
    margin-top: 10px;
}

@media(max-width: 767px) {
    .funfact-one__single {
        text-align: center;
    }
}

