.row {
  margin-bottom: 2rem;
}

h6 {
  font-size: 1.5rem;
}

.product-container img {
  border-radius: 15px;
}

.features-text {
  max-width: 356px;
  min-height: 354px;
}

.price {
  max-width: 356px;
  text-align: center;
}

.order-btn {
  max-width: 356px;
  background: transparent;
}

.form-bg {
  background-color: transparent;
}

.form-control:focus {
  border: 1px solid var(--bs-secondary);
  box-shadow: none;
  background-color: transparent;
  color: rgb(221, 221, 221);
}

.form-bg::placeholder {
  color: rgb(221, 221, 221);
  font-size: 1rem;
}

@media (min-width: 1200px) and (max-width: 1399px) {
  h6 {
    font-size: 1.25rem;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  h6 {
    font-size: 1.125rem;
  }
  .product-container img {
    width: 100%;
  }
  li {
    font-size: 0.875rem;
  }
}
@media (max-width: 991px) {
  h1 {
    font-size: 1.5rem;
  }
  .made-in-texas-badge {
    width: 16% !important;
  }
  .product-container {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  h6 {
    font-size: 1.25rem;
  }
  .features-text {
    min-height: auto !important;
  }
  .product-container a {
    margin-bottom: 2rem;
    width: 100%;
  }
}
@media (max-width: 767px) {
  form {
    width: 100% !important;
  }
  .made-in-texas-badge {
    width: 25% !important;
  }
  .submit-btn {
    margin-top: 0 !important;
    margin-bottom: 1rem !important;
  }
}
