/* upto 479px - for smaller devices */


body {
  padding-top: 160px;
}
#HOME_SLIDER {
	padding-top: 275px;
	box-sizing: border-box;
	padding-bottom: 1px;
}
#wrapHOME_SLIDER {
  background-position: 70% top;
}
#HOME_SLIDER h1 {
  color: var(--MRCgray);
  font-size: 22pt;
  text-shadow: 0 0 4px #000c;
}
#HOME_SLIDER p {
  color: var(--MRCgray);
  font-size: 10pt;
  text-shadow: 0 0 4px #000c;
  margin-bottom: 5pt;
  margin-top: -10pt;
}
#HOME_SLIDER h4 {
  color: var(--MRCgray);
  font-size: 10pt;
  text-shadow: 0 0 4px #000c;
  margin-bottom: 5pt;
}

#TESTIMONIALS > .R {
	padding-bottom: 340px;
}