.tab-content .product-section {
  position: relative;
}
.tab-content .product-section h2 {
  font-weight: bold;
  font-size: 42px;
  margin: 10px 0;
  width: 90%;
}
.tab-content .product-section h3 {
  font-weight: bold;
  font-size: 28px;
  margin: 10px 0;
  width: 90%;
}
.tab-content .product-section p {
  font-size: 18px;
  width: 90%;
  line-height: 1.6;
  margin-top: 20px;
}
.tab-content .product-section .ps-bg-image {
  width: 100%;
}
.tab-content .product-section .ps-bg-image img {
  width: 100%;
}
.tab-content .product-section .ps-center-text h2,
.tab-content .product-section .ps-center-text p,
.tab-content .product-section .ps-center-text h3 {
  width: 100%;
  text-align: center;
}
.tab-content .product-section.dark-text h2,
.tab-content .product-section.dark-text p,
.tab-content .product-section.dark-text h3 {
  color: #4e4e4e;
}
.tab-content .product-section.light-text h2,
.tab-content .product-section.light-text p,
.tab-content .product-section.light-text h3 {
  color: #fff;
}
.tab-content .product-section.bg-black {
  background: black;
}
.tab-content .product-section.bg-blue {
  background: #0a1640;
}
.tab-content .product-section.has-background .ps-left-text {
  position: absolute;
  top: 60px;
  left: 30px;
}
.tab-content .product-section.has-background .ps-right-text {
  position: absolute;
  top: 60px;
  right: 30px;
}
.tab-content .product-section.has-background .ps-center-text {
  position: absolute;
  top: 60px;
}
/*# sourceMappingURL=products.css.map */