.fa-arrow-circle-right:before {
  content: "▶" !important;
  font-size: 14px;
}
.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "☴" !important;
}
.fa-map-marker-alt:before,
.fa-map-marker:before {
  content: "▏" !important;
}
.fa-phone-alt:before,
.fa-phone:before {
  content: "▎" !important;
}
.fa-envelope-open:before,
.fa-envelope:before {
  content: "▍" !important;
}
.bg-gamma .container .s_nb_column_fixed .pb16 {
  padding-bottom: 0 !important;
}
.bg-gamma .container .Logo {
  color: #ffffff;
  font-size: large;
}
.navbar-expand-lg .container .Logo {
  color: #ffffff;
}
.product {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  align-items: center;
  margin: 80px auto;
}
.product img {
  width: 100%;
  max-width: 300px;
  border-radius: 78px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}
.product .info {
  flex: 1;
  min-width: 280px;
}
.product .info p {
  margin-bottom: 20px;
  margin-top: 10px;
}
.product .icon {
  height: 40px;
  width: auto !important;
  border-radius: 0 !important;
  margin-right: 10px;
}
/*# sourceMappingURL=style.css.map */