.volsearch-container {
  background-color:#ffedd4;
  text-align:left;
  padding:1em 2em 2em 2em;
  margin-top:2em;
}
.volsearch-header {
  margin:0 0 1em 0;
}
.volsearch-wrapper {
	text-align:left;
	column-count:3;
	column-gap:2em;
	column-rule:1px solid #000;
}
.volsearch-text {
  break-inside:avoid;
}
.volsearch-subhead {
	margin:1.4em 0 0.2em 0;
}
.volsearch-subhead:first-child {
	margin:-0.1em 0 0 0;
}

/* RESPONSIVE STYLES */
@media all and (max-width:1024px)
{
  .volsearch-wrapper {
   column-count:2;
  }
}
@media all and (max-width:780px)
{
  .volsearch-wrapper {
   column-count:1;
  }
}
