.bg-image-full {
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: center;
  background-size: cover;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

.col-lg-6 {
  flex: 0 0 auto;
  width: 50%;
}

.lead {
  font-size: 1.25rem;
  font-weight: 300;
}
h6, .h6, h4, .h4, h3, .h3, h2, .h2, h1, .h1 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
}
h2, .h2 {
  font-size: calc(1.325rem + 0.9vw);
}
@media (min-width: 1200px) {
  h2, .h2 {
    font-size: 2rem;
  }
}
/*.row {*/
/*  margin: 0;*/
/*}*/
/*.row {*/
/*  --bs-gutter-x: 1.5rem;*/
/*  --bs-gutter-y: 0;*/
/*  display: flex;*/
/*  flex-wrap: wrap;*/
/*  margin-top: calc(-1 * var(--bs-gutter-y));*/
/*  margin-right: calc(-0.5 * var(--bs-gutter-x));*/
/*  margin-left: calc(-0.5 * var(--bs-gutter-x));*/
/*}*/
/*.row > * {*/
/*  flex-shrink: 0;*/
/*  width: 100%;*/
/*  max-width: 100%;*/
/*  padding-right: calc(var(--bs-gutter-x) * 0.5);*/
/*  padding-left: calc(var(--bs-gutter-x) * 0.5);*/
/*  margin-top: var(--bs-gutter-y);*/
/*}*/

.justify-content-center {
  justify-content: center !important;
}

.my-5 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important;
}

.py-5 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}

.text-center {
  text-align: center !important;
}

img,
svg {
  vertical-align: middle;
}

.img-fluid {
  max-width: 100%;
  height: auto;
}

.mb-4 {
  margin-bottom: 1.5rem !important;
}

h1, .h1 {
  font-size: calc(1.375rem + 1.5vw);
}
@media (min-width: 1200px) {
  h1, .h1 {
    font-size: 2.5rem;
  }
}

.fs-3 {
  font-size: calc(1.3rem + 0.6vw) !important;
}

@media (min-width: 1200px) {
  .fs-3 {
    font-size: 1.75rem !important;
  }
}

.fw-bolder {
  font-weight: bolder !important;
}

.mb-0 {
  margin-bottom: 0 !important;
}