h1 {
  /*color: rgb(7,132,179);*/
  color: rgb(7,132,179);
  text-shadow: 6px 6px 8px var(--bs-secondary-color);
  font-size: 80px;
}

h2 {
  color: #0C81B6;
  font-size: 66px;
  /*text-shadow: 6px 6px 8px var(--bs-secondary-color);*/
}

h1 {
  padding-top: 100px;
  width: 100%;
  padding-left: 16px;
  color: rgb(255,255,255);
}

@media (min-width: 300px) {
  h2 {
    font-size: 40px;
  }
}

@media (min-width: 300px) {
  #header-hero {
    height: 624px;
    border-top: 1px solid rgb(33, 37, 41);
    border-bottom: 11px solid rgb(33,37,41);
  }
}

@media (min-width: 576px) {
  #header-hero {
    height: 724px;
    border-top: 1px solid rgb(33, 37, 41);
    border-bottom: 11px solid rgb(33,37,41);
  }
}

@media (min-width: 768px) {
  #header-hero {
    height: 424px;
    border-top: 1px solid rgb(33, 37, 41);
    border-bottom: 11px solid rgb(33,37,41);
  }
}

@media (min-width: 992px) {
  #header-hero {
    height: 524px;
    border-top: 1px solid rgb(33, 37, 41);
    border-bottom: 11px solid rgb(33,37,41);
  }
}

@media (min-width: 1400px) {
  #header-hero {
    height: 624px;
    border-top: 1px solid rgb(33, 37, 41);
    border-bottom: 11px solid rgb(33,37,41);
  }
}

@media (min-width: 300px) {
  .heading-h1 {
    color: rgb(255,255,255);
    text-shadow: 6px 6px 8px var(--bs-secondary-color);
    font-size: 60px;
  }
}

@media (min-width: 576px) {
  #heading-h1 {
    text-shadow: 6px 6px 8px var(--bs-secondary-color);
    font-size: 70px;
  }
}

@media (min-width: 300px) {
  #heading-p {
    font-size: 34px;
    color: rgb(255,255,255);
    background: rgba(0,0,0,0.47);
  }
}

@media (min-width: 1400px) {
  #heading-p1 {
    font-size: 42px;
    color: rgb(255,255,255);
    background: rgba(121,119,119,0.09);
  }
}

@media (min-width: 300px) {
  .heading-p1 {
    font-size: 34px;
    color: rgb(255,255,255);
    background: rgba(121,119,119,0.09);
  }
}

@media (min-width: 1200px) {
  #container-hero {
    padding: 20px;
  }
}

@media (min-width: 1200px) {
  #container-hero-img {
    width: 100%;
    padding: 5em;
  }
}

@media (min-width: 300px) {
  #container-hero {
    padding-top: 20px;
  }
}

@media (min-width: 300px) {
  .section-h3 {
    text-align: center;
  }
}

@media (min-width: 992px) {
  .p-m-xl {
    padding: 1rem !important;
    margin: 1rem !important;
  }
}

@media (min-width: 300px) {
  .w-90.fit-cover {
    padding-left: 33px;
    padding-right: 33px;
  }
}

@media (min-width: 576px) {
  .w-90.fit-cover {
    padding-left: 175px;
    padding-right: 175px;
  }
}

@media (min-width: 768px) {
  .w-90.fit-cover {
    padding-left: 69px;
    padding-right: 69px;
  }
}

/* @media (min-width: 300px) {
  div {
    text-align: center;
  }
}

@media (min-width: 768px) {
  div {
    text-align: left;
  }
} */

@media (min-width: 768px) {
  .product-hero-section {
    height: 400px;
    border-top: 1px solid rgb(33, 37, 41);
    border-bottom: 11px solid rgb(33,37,41);
  }
}

@media (min-width: 300px) {
  .w-90.fit-cover.product-hero-img {
    min-height: 250px;
    height: 250px;
    padding-left: 33px;
    padding-right: 33px;
    width: 90%;
  }
}

@media (min-width: 576px) {
  .product-hero-img {
    width: 50%;
  }
}

@media (min-width: 768px) {
  .product-hero-img {
    width: 90%;
  }
}

@media (min-width: 1200px) {
  .product-hero-img {
    width: 65%;
  }
}

@media (min-width: 1400px) {
  .product-hero-img {
    width: 50%;
  }
}

