@import url("https://pro.fontawesome.com/releases/v6.0.0-beta1/css/all.css");
@import url("https://fonts.googleapis.com/css2?family=Jura:wght@500;600;900&display=swap");

.hidden {
  display: none !important;
}

.swiper-wrapper {
  position: relative;
  width: 100% !important;
  height: auto;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
}

.pbmit-title {
  text-transform: uppercase;
}

hr.styleBorder {
  /* background-color: #fff; */
  border-top: 2px dashed #00734d;
  /* border-bottom: 2px dashed #8c8b8b; */
}

@media screen and (max-width: 450px) {
  h1 {
    font-size: 27px;
    line-height: 35px;
    letter-spacing: 0px;
  }
}

@media screen and (min-device-width: 451px) and (max-width: 920px) {
  h1 {
    font-size: 30px;
    line-height: 35px;
    letter-spacing: 0px;
  }

  h2 {
    font-size: 25px;
    line-height: 30px;
    letter-spacing: 0px;
  }

  .img-thumbnail {
    padding: .25rem;
    background-color: #fff;
    border: 1px solid var(--bs-border-color);
    border-radius: .375rem;
    max-width: 100%;
    height: auto;
    max-height: 600px;
  }
}


@media screen and (min-width: 920px) {
  /* h1 {
    font-size: 25px;
    line-height: 45px;
    letter-spacing: 0px;
  } */

  .img-thumbnail {
    padding: .25rem;
    background-color: #fff;
    border: 1px solid var(--bs-border-color);
    border-radius: .375rem;
    max-width: 100%;
    height: auto;
    max-height: 600px;
    min-height: 450px;
  }
}