.responsive-column-layout.component  {
  background-color: #f2f2f2;
  padding-top: 40px;
  margin-bottom: 40px;
}
.responsive-column-layout .component {
  background-color: #f2f2f2;
}

.responsive-column-layout .tool-panel.white .tool-panel__content {
	background: transparent;
}

@media screen and (min-width: 768px) {
  .responsive-column-layout.component {
    padding-top: 60px;
    margin-bottom: 60px;
  }
}
@media screen and (min-width: 1024px) {
  .responsive-column-layout.component {
    padding-top: 80px;
    margin-bottom: 80px;
  }
}


.tool-panel .tool-panel__panel p {
	margin-bottom: 0;
}