.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: 40%;
    background: #140A01;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}
.price p{
    color: #fff;
    text-align: center;
    font-size: 46px;
    margin: 0 !important;
}
.price span.last-asking{
    display: block;
    position: absolute;
    left: 50%;
    top: -15px;
    transform: translateX(-50%);
    font-size: 16px;
    line-height: 16px;
    font-weight: 400;
    color: #fff;
    background: #D8B04A;
    padding: 5px 15px;
    text-wrap: nowrap;
}
.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: 36px;
    position: relative;
    padding-left: 140px;
    /*width: 25%;*/
}

.number:not(:last-child){
    /*margin-right: 150px;*/
}

.number span{
    font-size: 16px;
    text-transform: uppercase;
    display: block;
    color: #40240C;
}
.number::before{
    content: '';
    width: 105px;
    border-bottom: 3px solid #D8B04A;
    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: 24px;
    }

    .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: 25%;
    }

    .number::before{
        left: 0;
    }

    .number{
        font-size: 24px;
        min-width: 1px;
    }
    .number span{
        font-size: 11px;
    }

    .number::before{
        width: 60px;
        border-bottom: 1px solid #0C1440;
    }

}

@media (max-width: 600px) {
    .numbers.p-100 {
        padding-left: 15px;
        padding-right: 15px;
    }
}
