.bg_text {
  position: relative;
  padding: 33rem 0rem 32rem;
  text-align: center;
  color: #FFF;
}
.bg_text.bg_text--smaller {
  padding: 16.5rem 0rem 16rem;
}
.bg_text .bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  object-fit: cover;
}
.bg_text .container-fluid {
  position: relative;
  z-index: 15;
}
.bg_text .label {
  font-size: 15px;
}
.bg_text h2 {
  margin-top: 25px;
  line-height: 51px;
  letter-spacing: -1.5px;
  margin-bottom: 20px;
  font-weight: 500;
}
@media (max-width: 700px) {
  .bg_text h2 {
    font-size: 48px;
    line-height: 51px;
  }
}
.bg_text .subtitle {
  font-family: "GT Zirkon";
  font-weight: 350;
  font-size: 20px;
  line-height: 23px;
  text-align: center;
  vertical-align: bottom;
  letter-spacing: -0.05em;
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
  color: #FFF;
}
.bg_text .subtitle p {
  font-family: "GT Zirkon";
  font-weight: 350;
  font-size: 20px;
  line-height: 23px;
  text-align: center;
  vertical-align: bottom;
  letter-spacing: -0.05em;
  color: #FFF;
  text-decoration: none;
  margin: 0;
}
@media (max-width: 768px) {
  .bg_text .subtitle {
    font-family: "GT Zirkon";
    font-weight: 350;
    font-size: 20px;
    line-height: 23px;
    text-align: center;
    vertical-align: bottom;
    letter-spacing: -0.05em;
  }
  .bg_text .subtitle p {
    font-family: "GT Zirkon";
    font-weight: 350;
    font-size: 20px;
    line-height: 23px;
    text-align: center;
    vertical-align: bottom;
    letter-spacing: -0.05em;
  }
}
.bg_text .link_gray {
  font-size: 20px;
  font-weight: 400;
}
.bg_text__button {
  display: inline-block;
  padding: 0rem 1rem;
  border: 1px solid #fff;
  color: #fff;
  text-decoration: none;
  font-size: 15px;
  transition: all 0.4s;
  margin-top: 1rem;
}
@media (max-width: 700px) {
  .bg_text__button {
    padding: 0rem 1.3rem;
  }
}
.bg_text__button:hover {
  background-color: #fff;
  color: #000;
}
.bg_text p {
  color: #BBBBBB;
  text-decoration: underline;
  font-size: 20px;
  font-family: "Nimbus Roman";
}
