@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;
}
}