.stats-container {
    background-color: var(--lingopie-orange);
    color: white;
    font-size: 24px;
    display: flex;
    justify-content: space-around;
    padding-top: 80px;
    padding-bottom: 80px;
}

.stats-style-container{
    width: 1280px;
    display: flex;
    justify-content: space-between;
}

.stats-info {
    font-size: 18px;
}

.stats-title {
    font-size: 24px;
    font-weight: var(--extra-bold);
    margin-bottom: 30px;
}

.stats-style-container div {
    width: 230px;
}

.stats-container div span {
    display: block;
    text-align: center;
}

@media only screen and (max-width: 756px) {
    .stats-container {
        padding-bottom: 20px;
    }

    .stats-style-container div {
        width: auto;
    }

    .stats-style-container {
        flex-direction: column;
    }

    .stats-style-container div {
        margin: auto;
        margin-bottom: 60px;
    }

    .stats-title {
        margin-bottom: 10px;

    }

    .stats-info{
        font-size: 16px;
    }
}
