/* Enter Your Custom CSS Here */
 .amrcol1 {
   width: 33%;
}
.amrcol2{
  width: 33%;
}
.amrcol3{
  width: 33%;
}
@media screen and (max-width: 600px) {
 .amrcol1 {
   width: 100%;
}
.amrcol2{
  width: 100%;
}
.amrcol3{
  width: 100%;
}
}
#site-header.fixed.shrink{
  background: #fff;
}