.tm-body {
  display: flex;
  flex-direction: column;
}

.tm-main {
  flex: 1;
}

.tm-container {
  background-color: transparent;
  width: 100%;
}

.tm-carousel {
  margin-top: 100px;
  display: flex;
  align-items: center;
}

.tm-carousel-control {
  width: 35px;
  filter: drop-shadow(5px 0px 0px red);
  justify-content: start;
}

.tm-carousel-control.next {
  filter: drop-shadow(-5px 0px 0px red);
  justify-content: end;
}
