.deliverymode-legend {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 5px 10px;
  margin-top: 5px;
  margin-left: 6%;
}
#stickyform {
  position: absolute;
  margin-top: 5px;
  width: 25%;
  max-width: 25%;
  min-width: 280px;
  z-index: 100;
  background: #fff;
  padding: 1rem;
}

@media (min-width: 768px) and (max-width: 1124px) {
  #stickyform {
      width: 33%;
      max-width: 33%;
  }

#local-rcgp-coursedisplay {
  min-height: 650px;
}

}


.icondeliverymode {
    height: 16px;
    vertical-align: middle;
    padding-right: 5px;
  }
