.hero-image {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  margin-top: 5.6em;
  width: 100vw;
  height: 100vh;
  background-image: url("/images/polo2.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100vw;
  color: rgb(211, 212, 212);
  text-transform: uppercase;
  letter-spacing: 18px;
  padding: 12em;
}

.hero-image-text {
  width: 60%;
  font-size: 1.5vw;
  font-weight: 600;
  background-image: linear-gradient(to right, rgb(2, 201, 201), rgb(27, 104, 219));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.buttons {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-right: 7em;
}

.btn {
      width: 120px;
      height: 40px;
      background-color: rgb(27, 104, 209);
      background-image: linear-gradient(to right, rgb(2, 201, 201), rgb(27, 104, 219));
      border: none;
      color: white;
      font-family: inherit;
      letter-spacing: 3px;
      outline: none;
      cursor: pointer;
      margin-top: 3em;
}

#b5, #b6 {
  margin-left: 4em;
}
.btn:hover {
  background-color: rgb(27, 104, 209);
  opacity: 0.8;
}

.section {
width: 70%;
margin: 4em auto;
text-align: center;
}

.section-heading {
margin: 0 auto;
font-size: 1.5rem !important;
}
.section p {
color: white;
font-size: 1.5rem;
}

#sublimated, #cut, #standard {
scroll-margin-top: 9em;
}
.product-image {
  width: 100vw;
  height: 650px;
  background-image: url("/images/polo2.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  text-transform: uppercase;
}

@media screen and (max-width: 770px) {

  .hero-image {
    flex-direction: column;
    justify-content: flex-end;
    letter-spacing: 2px;
    padding: 2em;
    text-align: center;
  }

  .hero-image-text {
    width: 100%;
    font-size: 1.5rem;
    font-weight: 400;
  }

  .buttons {
    flex-direction: row;
    align-items: center;
    margin-right: 0;
  }

.section {
  width: 90%;
}
}

@media screen and (max-width: 480px) {
  .hero-image {
    flex-direction: column;
    justify-content: flex-start;
    letter-spacing: 2px;
    padding: 0;
    text-align: center;
    margin-top: 2em;
    background-image: url("/images/polo-mobile2.jpg");
    background-position: center center;
    background-size: auto;
    height: 100vh;
  }

  .hero-image-text {
    width: 100%;
    font-size: 0.8rem;
    font-weight: 400;
  }

   .heading1 {
    margin-top: 2.5em;
    padding: 0;
  }

  .buttons {
    display: none;
  }

  .section-heading {
    font-size: 1.2rem !important;
  }
  
.section p{
  font-size: 1rem;
}
}