/* Top Text and Image */
.boxes1 {
    display: grid;
    grid-gap: 20px;
    grid-template-columns: repeat(auto-fit, minmax(250px, 2fr));
    border-bottom:2px solid #492F24;
}
  
  .box1 {
    text-align: left;
  }

  .box1 img {
    width:auto;
    height:auto;
  }

  .underline {
    border-bottom:2px solid #492F24;
    margin-left:10px;
    margin-right:10px;
  }

  /* Different Bundles */
  .boxes2 {
    display: grid;
    grid-gap: 20px;
    grid-template-columns: repeat(auto-fit, minmax(250px, 2fr));
}
  
  .box2 {
    border:2px solid #492F24;
    margin:5px;
  }

  .box2 a {
    text-align:center;
}

.box2 h3, .box2 h5{
    padding-left:5px;
}

  .box2 img {
      display: block;
  margin-left: auto;
  margin-right: auto;
  width: 50%;
  }

/*Bundle SHOP NOW buttons */
  .big-button {
    background-color: #492F24;
    border: none;
    color: white;
    padding-left: 50px;
    padding-right: 50px;
    padding-top:8px;
    padding-bottom:8px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 25px;
    margin: 4px 2px;
    border-radius: 8px;
  }

/* Bundle partial colored text */
.box2 p{
    font-size:13px;
}

span#bold {
font-weight: bold;
color:#492F24;
}

span#techTitle {
  font-size: 1em;
  font-weight: bold;
  color:#492F24;
}

.box2 h4,.box2 h6{
    padding-left:5px;
}

.techInfo {
    border-bottom:2px solid #492F24;
}

.center-text {
    text-align: center;
  }
  
  .big-button.center-text {
    display: block;
  }

  .price h4{
      font-family: 'Arial', 'Arial Narrow', Arial, sans-serif;
  }