@media only screen and (max-width: 1550px) {
html {
   font-size: clamp(13.2px, 0.9vw, 14.2px);
}
.container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl, .container-fluid {
    max-width: 1340px;
}

  .fs-1 {
    font-size: 3.8rem !important;
  }

  .fs-2 {
    font-size: 3.2rem !important;
  }

  .fs-3 {
    font-size: 2.3rem !important;
  }

  .fs-4 {
    font-size: 1.9rem !important;
  }

  .fs-5 {
    font-size: 1.6rem !important;
  }

  .fs-6 {
    font-size: 1.38rem !important;
  }

.small-1 {
  font-size: 0.95rem !important;
}
.accordion-button {
  font-size: 1.35rem;
}
body {
    font-size: 1.05rem;
}

#detailsOffcanvas {
  --bs-offcanvas-width: 50%;
}

}