.page-header .collapse {
  padding: 20px;
}
.page-header .collapse .title-top {
  color: #FFFFFF;
  font-size: 1.5rem;
}
#contactForm .error-message {
  color: #b40303;
}
#contactForm .buttons {
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 1.66667rem 0;
  font-family: inherit;
  padding: 1.25em 1em;
  -webkit-appearance: none;
  border: 1px solid transparent;
  border-radius: 0;
  -webkit-transition: background-color 0.25s ease-out, color 0.25s ease-out;
  transition: background-color 0.25s ease-out, color 0.25s ease-out;
  font-size: 1rem;
  line-height: 1;
  text-align: center;
  cursor: pointer;
  background-color: #448b37;
  color: #448b37;
  display: block;
  width: 100%;
  margin-right: 0;
  margin-left: 0;
  font-family: "Raleway", Helvetica, Roboto, Arial, sans-serif;
  font-weight: bold;
  color: #fff;
  font-size: 1em;
  border: 1px solid #fff;
  text-transform: uppercase;
}
.product {
  padding: 100px 20px 200px;
}
.product .product-wrap {
  max-width: 1100px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  gap: 60px;
}
.product .product-image,
.product .product-content {
  flex: 1;
}
.product .product-image {
  text-align: center;
}
.product .product-image img {
  width: 100%;
  max-width: 350px;
  border-radius: 20px;
  text-align: center;
}
.product .product-title {
  font-size: 30px;
  line-height: 1.2;
  margin-bottom: 20px;
}
.product .product-desc {
  font-size: 16px;
  line-height: 1.8;
  color: #666;
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .product .product-wrap {
    flex-direction: column;
    gap: 30px;
  }
  .product .product-title {
    font-size: 32px;
  }
}
/*# sourceMappingURL=style.css.map */