#home-slider-labels > span {
  padding: 10px 5px;
}
#home-slider-labels svg {
  height: 40px;
}
#home-slider-labels {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  position: absolute;
  bottom: 20px;
  left: 40px;
}
#home-brochure-btn {
  position: relative;
}
#home-brochure-btn-inner {
  position: absolute;
  bottom: 20px;
  right: 30px;
}
.wpb_column .contact-tel p {
  margin: 0 0 10px 0;
  padding: 0;
}
@media screen and (max-width: 375px) {
  #home-slider-labels {
    flex-direction: column;
  }
  #home-slider-labels > span {
    padding: 5px 10px;
  }
  #home-slider-labels svg {
    height: 25px;
  }
}
