#product{
  display: flex;
  width: 90%;
  flex-direction: column;
  margin: 0 auto;
  margin-top: 4em;
  
}

section img {
  width: 80%;
  margin: 0 auto;  

}

#product p{
  font-size: 16px;
  font-family: "Montserrat", sans-serif;
  font-weight:500;
}

.features, more-info {
  
  max-width: 80%;
  color: #00113B;
  margin-bottom: 2em;
  
}



.features ul li{
  display: list-item;
  list-style: disc;
  list-style-position: inside;

}

.features li {
  margin-bottom: 0.5em;
  margin-left: 1em;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  width: auto;
  display: table;
  color: black;
  line-height: 1.5em;
}

.more-info li {
  margin-bottom: 0.5em;
  margin-left: 1em;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  display: table;
  color: black;
  line-height: 1.5em;
}

#get-more-info{
  color: #00113B;
  font-family: "Montserrat", sans-serif;
  font-weight:500;
  font-size: 16px;
  margin: 2em;
}



section h1, h2, h3 {
  display: table;
  width: auto;
  
}

#product h3 {
  font-size: 1.5em;
  color: #00113B;
}

h3 {
  margin-bottom: 1em;

}

#product-title {
  display: flex;
  flex-direction: column;
  margin: 0.5em 0;;
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  margin-left: 1em;
  color: #00113B;
  max-width: 80%;

}

#product-title h1 {
  width: auto;
  display: table;

}

#product-title a{
  display: table;;
  text-decoration: none;
  color: #00113B;
  font-size: 18px;
  width: auto;
  font-family: "Montserrat", sans-serif;
}
  
#features-p{
    margin-top: 2em;
    margin-bottom: 2em;
    line-height: 1.5em;;
  }

#top-p{
  margin-top: 2em;
}

#informational {
  display: none;
}





@media only screen and (min-width: 974px) {
   section img {
    width: 30%;
    margin-bottom: 2em;
  } 
  
  #product-title a{
    font-size: 24px;
  }
  #product-title h1{
    font-size: 24px;
  }
  
/*
  h3 {
    font-size: 24px;
    color: black;
  }
*/
  
  .features {
    margin-right: 2em;
    width: 50%;
  }
  
  .features ul li {
    font-size: 20px;

  }
  
  .more-info {
    width: 50%;
  }
  
  .more-info ul li{
    font-size: 20px;

  }
  
  .flex-div {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    max-width: 90%;
    margin: 1em auto 0 auto;
  }
  
  .paragraphs{
    flex-direction: column;
    max-width: 65em;
  }
  
  #get-more-info {
    display: table;
    width: auto;
    margin: 2em auto;
  }
  
  #features-p, #top-p {
    max-width: 65em;
    margin: 0 auto 1em auto;
  }
  
  .only-features {
    margin-left: 50%;
    transform: translateX(-50%);
    width: 40em
  }
  
  .only-features ul {
    width: 35em;
  }
  
  #shrink {
    height: 27em;
    width: auto;
  }

  .prep{
    display:flex;
    flex-direction: row;
    margin: 2em 0;
  }
  #prep-image1,
  #prep-image2,
  #prep-image3,
  #prep-image4  {
    width: 15em;
  }

  #rustex-img {
    width: 25%;
  }
  
  
}