.roadshorwSection .xb-brand-title { 
  justify-content: center;
  text-align: center;
}

.roadshorwSection h2.dnscng {
  font-size: 36px; 
  color: #fff;
  margin-bottom: 10px;
}
.roadshorwSection .roadshow_content {
  display: block;
  font-size: 14px;
  line-height: 16px;
  color: #fff;
  width: 68%;
  margin: 0 auto;
  margin-bottom: 0px;
  margin-bottom: 20px;
  text-transform: unset;
}

.regbtn a{background-image: linear-gradient(to right, var(--theme-color2) 0%, var(--gr-color2) 100%);
font-size: 14px; line-height: 1; padding: 3px 9px;  border-radius: 5px;
}
.roadshorwSection .xb-brand-wrap {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin: 0 auto;
}
.roadshorwSection .xb-brand-item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 12.4%;
  box-sizing: border-box;
  text-align: center;
  background-color: transparent;
  position: relative;
  z-index: 2;
  border: 1px solid #343131; 
}
.roadshorwSection .xb-brand-single:not(:last-child) {
  border-bottom: 1px solid #2F3037;
}
.roadshorwSection .xb-brand-single {
  width: 100%;
  padding: 5px 0 15px;
  position: relative;
  z-index: 2;
}
.xb-overlay {
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
p.location {
  font-size: 18px;
  color: #c9c8c8;
  margin: 0px; 
}
span.date {
  font-size: 15px;
  color: #c9c8c8;
  font-style: italic;
  display: block;  
}
.regbtn a {
  font-size: 14px;
  line-height: 22px;
  color: #c9c8c8; 
}
.highlight {
 grid-column: span 2;
 font-size: 1.5em;
 font-weight: bold;
 padding-top: 20px;
}

@media only screen and (max-width: 767px) {
  .roadshorwSection .xb-brand-item { 
       width: 49%;
    }
.roadshorwSection h2.dnscng {
  font-size: 20px;  
}

.roadshorwSection .roadshow_content {  
  width: 90%;
}
}


