#services_table {
   width: 100%;
}

#services_table table {
	border: 2px solid #c49a6c;
  	border-radius: 10px;
  	width: 100% !important;
	font-size: 14px;
}

#services_table table td, #services_table table th {
	border: 1px solid #dedede;
  	padding: 10px;
}

#services_table table tr {
  	text-align: left; 
}

#services_table table tr td:nth-child(2),
#services_table table tr td:nth-child(3),
#services_table table tr th:nth-child(2),
#services_table table tr th:nth-child(3) {
  	text-align: center; 
	width: 100px;
}

#services_table tbody tr:nth-child(2n+1) {
	background-color: #85afc729;
}

@media (max-width: 550px) {
    #services_table table {
    	 table-layout: fixed;
    }
  
	#services_table {
		overflow-x: scroll;
	}
  
  	#services_table table td, #services_table table th {
  		padding: 5px;
	}
  
  	#services_table table tr td:nth-child(n+2),
  	#services_table table tr th:nth-child(n+2) {
	    width: 70px;
}
  
}