body {
  margin: 0;
}

@font-face {
  font-family: Roboto;
  src: url('https://avuke.com.br/garmin/Fenix6S/assets/Roboto-Regular.ttf') format('ttf');
}

p {
  font-family: "Roboto";
  font-size: .875rem;
  line-height: 1.25rem;
  font-weight: 400;
}

h2,
h3 {
  font-family: "Superscripts-Oswald", "Oswald", "Roboto Condensed", "Roboto",
    "Noto Sans TC", "Noto Sans SC", "Noto Sans JP", "Noto Sans KR", "Prompt",
    sans-serif !important;
  font-weight: 400;
}

.product-info-section {
  padding: 3rem 0rem;
  background-color: #fff;
}

.app_layout_disclaimer {
  width: 100%;
  padding: 3rem 2rem;
  color: #000;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.mb-32 {
  margin-bottom: 32px;
}

.product-info-title {
  max-width: 900px;
  margin: 0 auto 1rem;
  text-align: center;
}

.product-description {
  margin-bottom: 32px;
}

.product-description p {
  font-size: 18px;
  line-height: 1.6;
  max-width: 850px;
  margin: 0 auto 16px;
  text-align: center;
}

.banner-section {
  position: relative;
  display: grid;
  align-items: center;
}

.banner-image {
  width: 100%;
  display: block;
}

.app__feature__card img {
  max-width: 100% !important;
}

.app__feature__card h3 {
  font-size: 1.25rem;
}

.app__feature__card a {
  color: #000;
}

.app__disclaimer__item {
  font-family: "Roboto";
  font-size: 0.7875rem;
  line-height: 1.25rem;
}

.banner-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: center;
}

.banner-heading {
  font-size: 2.475rem;
  font-weight: 400;
  letter-spacing: 0.05rem;
  line-height: 1.25;
  color: #fff;
  margin: 0;
  text-align: center;
  text-shadow: 0 0 0.5em #000;
  padding: 2rem 0 0;
  max-width: 390px;
}

.disclaimer__wrapper {
  background-color: #f2f2f2;
}

@media (min-width: 768px) {
  .banner-heading {
    font-size: 2.3rem;
    padding: 2rem 4rem 2rem 0;
    text-align: end;
  }

  .banner-overlay {
    align-items: center;
    justify-content: flex-end;
  }

  .product-info-title {
    font-size: 2rem;
  }
}

@media (min-width: 1150px) {
  .banner-heading {
    font-size: 4rem;
    max-width: 550px;
  }
}

@media (min-width: 1800px) {
  .banner-heading {
    font-size: 5rem;
    max-width: 750px;
  }
}