@media(min-width:900px) {
    .slide-price .item table tr td {
        font-size: 18px;
    }

    #price .content-menu-list .items-head {
        flex: 0 0 25%;
        max-width: 25%;
    }
}

@media(max-width:900px) {
    .slide-price .item {
        max-width: 400px;
        margin: 0 auto;
        padding: 20px 20px 0 20px;
    }

    #price .content-menu-list .items-head {
        flex: none;
        max-width: 250px;
    }

    .slide-price .item .title h2 {
        font-size: 20px !important;
    }
}

#end {
    display: flex;
    height: 100%;
    align-items: center;
    justify-content: center;
}

#price {
    padding-top: 50px;
    padding-bottom: 50PX
}

#price .content-menu-list .head-tab {
    overflow-x: auto;
    justify-content: flex-start;
    margin: 0px 10px;
}

#price .content-menu-list .head-tab::-webkit-scrollbar {
    background: #f2f2f2;
}

#price .content-menu-list .head-tab::-webkit-scrollbar-thumb {
    background: #444;
}

.slide-price .item .title {
    height: 114px;
    background: var(--main-color);
    color: #202222;
    text-align: center;
    padding: 10px 5px;
    font-weight: bold;
    font-family: "Montserrat-Bold";
}

.slide-price .item .title h2 {
    font-size: 30px;
    border-radius: 5px;
    background: #202222;
    color: #DA9900;
    padding: 7px 10px;
    display: inline-block;
}

.slide-price .item .title p {
    font-size: 20px;
}