* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Roboto", sans-serif;
  scroll-behavior: smooth;
}

body {
  background-color: #fafafa;
}
/* @media screen and (max-width: 960px) {
  h1 {
    font-size: 36px !important;
    line-height: 46px !important;
  }
  span {
    font-size: 13;
    line-height: 23px !important;
  }
}
@media screen and (max-width: 1280px) {
  h1 {
    font-size: 44px;
  }
}
@media screen and (min-width: 1280px) {
  h1 {
    font-size: 54px;
  }
} */

.BrainhubCarousel__thumbnail {
  background-color: transparent !important;
  margin-top: 16px;
}

.carousel .slide {
  background: #fafafa !important;
}
