.navbar-brand img {
  height: 55px !important;
}
.subButton {
  border: 2px solid #25a9e0;
  background-color: transparent;
  color: #25a9e0 !important;
  transition: all 0.4s ease-in-out;
  padding: 8px 35px;
}
.error-message {
  color: red !important;
}
.productBox .row {
  align-items: center;
}
.productBox .col-md-6 {
  margin-bottom: 80px;
}
.productBox .col-md-6 img {
  width: 100%;
  max-width: 300px;
  display: block;
  margin: 0 auto;
  border-radius: 70px;
}
.productBox .col-md-6 h2 {
  color: #ffffff;
  font-size: 2rem;
}
.productBox .col-md-6 p {
  color: #c6c6c6;
}
.productBox p {
  color: #c6c6c6;
}
.productBox strong {
  font-size: 1.5rem;
  color: #ffffff;
}
.bottomBg {
  height: 100%;
  max-height: 400px;
  width: 100%;
  object-fit: cover;
  object-position: center bottom;
}
/*# sourceMappingURL=style.css.map */