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

  .hero-banner {
    width: 100%;
    font-size: 1.5vw;
    font-weight: 600;
    margin: 0;
    padding: 1em;
    background-color: rgba(0, 0, 0, 0.541);
    text-align: center;
  }

  .section {
    width: 80%;
    margin: 6em auto;
    text-align: center;
  }

  .section p {
    margin: 3em auto;
  }
.branding-method {
    display: flex;
    color: white;
    width: 80%;
    max-height: 600px;
    margin: 10em auto;
    padding-top: 5em;
    justify-content: space-between;
    border-top: 1px solid rgb(78, 78, 78);
}

.branding-method-text {
   font-size: 1rem;
   width: 45%;
   margin: auto ;
   text-align: center;
}
.branding-method-img {
  width: 45%;
}

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



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

    .hero-image {
      justify-content: center;
      padding: 1em;
      margin-top: 12em;
      background-size: cover;
      height: 350px;
    }
    .hero-banner {
      font-size: 1rem;
    }

    .section {
      width: 90%;
      margin: 3em auto;
      text-align: center;
    }
  
    .section-heading {
      font-size: 1rem !important;
    }
    .section p {
      margin: 1em auto;
      font-size: 1rem;
    }

    .branding-method {
      flex-direction: column;
      width: 90%;
      max-height: 600px;
      margin: 2em auto;
      padding-top: 0;
      justify-content: space-between;
  }
  
  .branding-method-text {
     font-size: 1rem;
     width: 100%;
     text-align: center;
     padding: 2em;
  }

  .branding-method-img {
    width: 100%;
  }


  }

  @media screen and (max-width: 480px) {
    h2 {
      margin: 0 !important;
    }

    .hero-image {
      justify-content: center;
      padding: 1em;
      margin-top: 5em;
      background-size: cover;
      height: 350px;
    }
    .hero-banner {
      font-size: 1rem;
      letter-spacing: 2px;
    }

    .section {
      width: 90%;
      margin: 3em auto;
      text-align: center;
    }
  
    .section-heading {
      font-size: 1rem !important;
    }
    .section p {
      margin: 1em auto;
      font-size: 1rem;
    }

    .branding-method {
      flex-direction: column;
      width: 90%;
      max-height: 600px;
      margin: 3em auto;
      padding-top: 0;
      justify-content: space-between;
  }
  
  .branding-method-text {
     font-size: 0.8rem;
     width: 100%;
     text-align: center;
     padding: 2em;
  }

  .branding-method-img {
    width: 100%;
  } 
  .embroidery {
    order: 5;
  }
  }
  