.tsb-hero-04 .image-wrapper {
  position: absolute;
  right: 0;
  max-width: 45%;
  bottom: 0%;
  display: none;
}
.tsb-hero-04 .content-wrapper {
  position: relative;
  max-width: 100%;
}

.tsb-hero-04 .logos {
  opacity: 0.4;
  position: relative;
  z-index: 1;
}
/* .tsb-hero-04::after {
content: '';
position: absolute;
width: 100%;
left: 0;
height: 200px;
background: linear-gradient(180deg,rgba(0,0,0,0) 0%,#000 100%);
bottom: 0;
} */
.tsb-hero-04 .glide__slides {
  align-items: center;
}
.tsb-hero-04 .glide__slide {
  text-align: center;
}
@media (min-width: 1366px) {
  .tsb-hero-04 .content-wrapper {
    max-width: 60%;
    margin-right: auto;
  }
  .tsb-hero-04 .image-wrapper {
    display: block;
  }
}