







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


@media (max-width: 600px) {

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


}