@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Libre+Baskerville:ital,wght@0,400;0,700;1,400&display=swap');


.freestyle {
  font-family: 'Inter', sans-serif !important;
  font-weight: 400;
  font-style: normal;
  font-size: 15px;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}
.freestyle p {
  font-size: 19px;
  line-height: 28px !important;
}
.top {
  background-image: url('/img/freestyle/hero.gif');
  background-size: cover;
  min-height: 400px;
  background-position: right;
  display: flex;
  align-items: center;
}
.journey {
  background-image: url('/img/freestyle/hero-down.gif');
  background-size: cover;
  min-height: 500px;
  background-position: right;
  display: flex;
  align-items: center;
}
.title {
  font-family: 'Inter', sans-serif !important;
  font-size: 48px;
  line-height: 54px;
}
@media screen and (max-width:991px) {
  .top {
    background: none;
    min-height: auto;
  }
  .bg-img {
    background-image: url('/img/freestyle/hero.gif');
    background-position: right;
    background-size: cover;
    min-height: 200px;
  }
  .title {
    font-size: 40px;
    line-height: 50px;
  }
  .freestyle p {
    font-size: 17px;
    line-height: 25px !important;
  }
}
@media screen and (max-width:600px) {
  .title {
    font-size: 30px;
    line-height: 36px;
  }
}
