* {
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
}
:root {
  --primary: #006241;
  --secondary: #046240;
}
html {
  scroll-behavior: smooth;
  font-size: clamp(7.5px, 0.520834vw, 10px);
}
.content {
  max-width: 120rem;
  margin: 0px auto;
  position: relative;
}
body {
  font-size: 1.6rem;
  word-break: break-word;
  color: var(--title);
}
.img_bg {
  position: relative;
  z-index: 2;
}
.img_bg > img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: -2;
}
.page_banner .head {
  min-height: 70rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-bottom: 8rem;
}
.page_banner {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.page_banner .head h1 {
  font-size: 4rem;
  color: var(--primary);
  line-height: 1.5;
}
.page_banner .head {
  min-height: 70rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-bottom: 8rem;
}
.page_banner {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.page_banner .head h1 {
  font-size: 4rem;
  color: var(--primary);
  line-height: 1.5;
}
@media screen and (min-width: 769px) and (max-width: 1220px) {
  .content {
    padding: 0px 3rem;
    max-width: 1024px;
  }
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
  .content {
    max-width: 896px;
  }
}

@media screen and (max-width: 768px) {
  html {
    font-size: 10px;
  }
  body {
    font-size: 1.4rem;
  }
  .content {
    padding: 0px 20px;
  }
  .page_banner .head {
    min-height: unset;
    padding: 10rem 0px;
  }
  .page_banner .head h1 {
    font-size: 22px;
    line-height: 1.5;
    text-align: center;
  }
  .page_banner .head {
    min-height: unset;
    padding: 10rem 0px;
  }
  .page_banner .head h1 {
    font-size: 22px;
    line-height: 1.5;
    text-align: center;
  }
}
