body {
  font-size: 16px;
  min-height: 100%;

}

.ptContent {
  padding-top: 80px;

}

.mobileContent {
  display: none;
}

a:hover {
  color: #335e97 !important;
}

@media screen and (max-width:1024px) {
  .pcContent {
    display: none !important;
  }

  .ptContent {
    padding-top: 30px
  }

  .mobileContent {
    display: block !important;
  }

  .breadcrumbBox {
    margin-bottom: 24px !important;
  }
}

@media screen and (max-width: 768px) {
  .breadcrumbBox {
    height: unset;
    margin-bottom: 10px;
  }

  .ptContent {
    padding-top: 30px
  }
}


html {
  scroll-behavior: smooth;
}