.section-numbers{
    margin-top: 100px;
    width: 100%;
    height: 102px;
}

.numbers{
    display: flex;
    height: 100%;
    align-items: center;
}

.numbers ul{
    display: flex;
}
.price{
    height: 100%;
    width: 30%;
    background: rgba(246,247,248,1);
    display: flex;
    justify-content: center;
    align-items: center;
}
.price p{
    text-align: center;
    font-size: 50px;
    margin: 0 !important;
}

.numbers ul{
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    /*display: inline-block;*/
    width: 100%;
    height: 102px;
    margin-top: 26px;
}
.number{
    display: block;
    flex-direction: column;
    font-size: 40px;
    position: relative;
    padding-left: 140px;
    /*width: 25%;*/
}

.number:not(:last-child){
    /*margin-right: 150px;*/
}

.number span{
    font-size: 18px;
    text-transform: uppercase;
    display: block;
}
.number::before{
    content: '';
    width: 105px;
    border-bottom: 3px solid #0C1440;
    position: absolute;
    top: 15%;
    left: 0;
}

@media (max-width: 1608px) and (min-width: 1280px){
    .numbers ul{
        justify-content: flex-start;
    }
    .numbers li{
        margin-right: 4%;
    }
}

@media (min-width: 1650px){
    .number{
        padding-left: 140px;
    }
}

@media (min-width: 1280px){
    .numbers ul{
        flex-wrap: wrap;
        gap: 15px;
    }
    .number{
        padding-left: 120px;
    }
    .number::before{
        left: 0;
    }
}

@media (max-width: 1650px){

    .number::before{
        width: 85px;
    }
}

@media(max-width: 1440px){
    .numbers.p-100{
        padding-left: 35px;
        padding-right: 35px;
    }
}

@media (max-width: 1280px){
    .section-numbers{
        margin-top: 25px;
        height: auto;
    }

    .numbers{
        display: block;
    }

    .price{
        display: block;
        width: 100%;
        text-align: center;
        padding: 5px;
        height: auto;
    }

    .numbers ul {
        display: flex;
        flex-wrap: wrap;
        height: 100%;
        width: 100%;
        margin-left: 0;
        margin-top: 20px;
        padding-left: 0;
    }

    .number{
        flex-basis: 50%;
        display: flex;
    }

    .number{
        padding-left: 15%;
    }
    .number::before{
        left: 0;
        width: 95px;
    }
}

@media (max-width: 768px){
    .section-numbers{
        margin-top: 25px;
        height: auto;
    }

    .numbers{
        display: block;
    }

    .price{
        display: block;
        width: 100%;
        text-align: center;
        padding: 5px;
        height: auto;
        font-size: 28px;
    }

    .numbers ul {
        display: flex;
        flex-wrap: wrap;
        height: 100%;
        width: 100%;
        margin-left: 0;
        margin-top: 20px;
        padding-left: 0;
        gap: 5px 0;
    }

    .number{
        flex-basis: 50%;
        display: flex;
    }

    .number{
        padding-left: 17%;
    }

    .number::before{
        left: 0;
    }

    .number{
        font-size: 26px;
        min-width: 1px;
    }
    .number span{
        font-size: 13px;
    }

    .number::before{
        width: 45px;
        border-bottom: 1px solid #0C1440;
    }

}

@media (max-width: 600px) {
    .numbers.p-100 {
        padding-left: 15px;
        padding-right: 15px;
    }
}
