.bt_bb_text.services-price-area {
    overflow-x: scroll;
    scrollbar-width: none;
    -ms-overflow-style: none;
}

.bt_bb_text.services-price-area::-webkit-scrollbar { 
    width: 0;
    height: 0;
}

.bt_bb_text.services-price-area table {
    margin: auto auto 1rem;
}

@media only screen and (min-width: 1024px) {
	.bt_bb_text.services-price-area table {
		max-width: 70% !important;
	}
}