







.buying-text-block {
    padding: 50px 100px;
    background-color: #9b7239;
}
.buying-text-table {
    background-color: #9b7239;
}
.buying-text-table table tr td {
	width: 50% !important;;
	padding: 25px !important;
}


@media (max-width: 600px) {

.buying-text-block {
	padding: 25px 35px;
}
.buying-text-table table tr td {
        display: block !important;
	width: 100% !important;
	padding: 25px !important;
}


}