.three-buckets__layout {
  width: 100%; }

.three-buckets__section {
  width: 100%; }

@media (min-width: 48em) {
  .three-buckets__bucket-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch; } }

@media (min-width: 48em) {
  .three-buckets__bucket {
    width: 33.333%; } }

@media (min-width: 48em) {
  .three-buckets__bucket--left {
    padding-right: 0.8rem; } }

@media (min-width: 48em) {
  .three-buckets__bucket--middle {
    padding: 0 0.4rem; } }

@media (min-width: 48em) {
  .three-buckets__bucket--right {
    padding-left: 0.8rem; } }
    