.bg-img {
    background-image: url('https://static.wixstatic.com/media/e1c78c_8f4ea0a7d09d4d988d2f4021d296e0ba.jpg/v1/fill/w_1920,h_527,al_c,q_85,enc_auto/e1c78c_8f4ea0a7d09d4d988d2f4021d296e0ba.jpg');
    background-size: cover;
    background-attachment: fixed;
    height: auto;
    padding: 10px;
}

.h1-text-fact {
    color: #1b1b1e;
    font-size: 80px;
    margin-bottom: 80px;
    text-align: left;
}

.facts-row {
    display: flex;
    justify-content: center;
}

.fact {
    margin: 10px 30px;
    text-align: center;
}

.fact-number {
    font-size: 60px;
    font-weight: bold;
    color: white;
    margin: 10px 0;
}

.fact-statistic {
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    margin-left: 15px;
    margin-top: 20px;
    margin-bottom: 100px;
    color: white;
}

@media (max-width: 990px) {
    .h1-text-fact {
        font-size: 60px;
    }

    .div-title-careers {
        margin-left: 30px;
    }

    .facts-row {
        flex-wrap: wrap;
        flex-direction: row;
        justify-content: space-evenly;
        padding: 10px 0;
    }

    .fact-number {
        font-size: 50px;
    }

    .fact-statistic {
        font-size: 14px;
        margin-top: 5px;
    }
}

@media (max-width: 768px) {
    .h1-text-fact {
        font-size: 50px; 
        margin-bottom: 50px;
    }

    .div-title-careers {
        margin-left: 30px;
    }

    .fact-number {
        font-size: 50px;
    }

    .fact-statistic {
        font-size: 16px;
    }
}

@media (max-width: 480px) {
    .h1-text-fact {
        font-size: 30px;
        margin-bottom: 30px;
    }

    .div-title-careers {
        margin-left: 30px;
    }

    .fact-number {
        font-size: 40px;
    }

    .fact-statistic {
        font-size: 16px;
        margin-top: 5px;
    }
}