.section-big-numbers {
    position: relative;
    background-color: #9349DE;
    border-radius: 25px;
    margin: 50px 30px;
    padding: 60px 0;
    color: #FFF;
    text-align: center;
    font-family: 'Baloo 2', sans-serif;
    overflow: visible;
}

.section-big-numbers .container {
    overflow: visible;
}

.section-big-numbers h2 {
    font-size: 2.2rem;
    margin: 0 0 40px;
}

.section-big-numbers h3 {
    font-size: 34px;
    margin: 0;
}

.section-big-numbers h3 span:last-of-type {
    font-family: Roboto, sans-serif;
    font-weight: 400;
    font-size: 12px;
    margin: 4px 0;    
    display: block;
}

.section-big-numbers .numbers {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 50px;
}

@media only screen and (min-width: 1200px) {

    .section-big-numbers {
        margin: 0;
        border-radius: 0;
        padding: 30px 0 60px;
    }

}