/*** Add here all your css customizations ***/

.slide-text > h2 {

    font-size: clamp(4rem, 5vw, 6rem);

}

.slide-text > p {

  font-size: clamp(2rem, 2vw, 6rem);
  font-weight:400;

}

#tbar-logo {
    width: 100%;
}