/* Create two equal columns that floats next to each other */
.column-location {
  float: left;
  width: 50%;
  padding: 10px;
}

.column-location-info {
  padding: 10px;
}

.column-location ul {
  column-count:2;
}

/* Clear floats after the columns */
.row-location:after {
  content: "";
  display: table;
  clear: both;
}

.panel_list_items {
  border: 1px solid #cccccc;
  border-radius: 25px;
  min-height: 250px;
  margin: 0 10px;
}

.panel_list_items h2{
  background-color: #1583c7;
  border-radius: 25px 25px 0px 0px;
  padding: 15px;
  color: #ffffff;
}

.layout--twocol-section {
  display: flex;
  flex-wrap: wrap;
  margin-top: 25px;
}

.block-views-blocksingle-location-block-3 {
  margin-top: 50px !important;
}