.tm-slideshow-content-background {
  background: rgba(64, 65, 180,.3);
  border-radius: 3px;
  padding: 10px 30px;
}
.tm-slideshow-content-background p {
  text-transform: none;
}
.tm-slideshow-content-background h2 {
  font-weight: 700;
}

.tm-banner-color {
  background: linear-gradient(120deg,rgba(0,0,0,.5) 0,rgba(0,0,0,.4) 100%);
}
.tm-banner-color .tm-banner-body h2 {
  font-weight: 700;
}
.tm-banner-color .tm-banner-body h4 {
  font-weight: 700;
}
.tm-banner-color .tm-banner-body p {
  font-weight: 400;
}
.tm-banner-color .tm-banner-body p span {
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2px;
}