// RAMEN SECTION OBJECT
//
//
// Required Global Variables:
// $spacing-base
//
//
// Required Component Variables:
//
// N/A
//
//
.o-section {
  display: block;
  padding: $spacing-base 0;
  width: 100%;
}
