/*
Theme Name: Betheme Child
Theme URI: https://themes.muffingroup.com/betheme
Author: Muffin group
Author URI: https://muffingroup.com
Description: Child Theme for Betheme
Template: betheme
Version: 1.6.2
*/



@media only screen and (max-width: 600px) {
  	.mobile-box {
    	background-color: #f58220;
  	}
	
	.mobile-box-wrap div:first-child {
		padding: 0 !important;
	}
	
	.mobile-box-1 {
		background-color: #f58220;
		padding: 10px;
		margin-bottom: 10px;
	}
	
	.mobile-box-1 h4 {
		color: #fff !important;
	}
}