.icon-gamepad:before,
.icon-eye-open:before,
.icon-mobile-phone:before {
  content: "☀︎" !important;
}
.icon-reorder:before {
  content: "☰" !important;
}
.icon-salient-plus:before {
  content: "+" !important;
}
.icon-minus-sign:before {
  content: "-" !important;
}
.icon-plus-sign:before {
  content: "+" !important;
}
.toph4 {
  color: #ffffff;
  font-size: 1.4rem;
  margin-top: 13px;
}
.icon-angle-up:before {
  content: "︿" !important;
}
.icon-salient-back-to-all:before {
  content: "⬅" !important;
}
.contRow {
  font-size: 16px;
  color: #233f3f;
}
.contRow .rowFlex {
  display: flex;
  gap: 20px;
  align-items: center;
}
.contRow .rowFlex h2 {
  font-weight: bold;
}
.contRow .rowFlex .col-md-6 {
  width: 50%;
}
.contRow .rowFlex .col-md-6 img {
  width: 100%;
  border-radius: 20px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.12), 0 0 6px rgba(0, 0, 0, 0.04);
}
.contRow .rowTop {
  margin-top: 50px;
}
.contRow .txtcontent {
  margin-top: 40px;
  text-align: center;
}
.contRow .txtcontent h2 {
  font-weight: bold;
}
.contRow .txtcontent img {
  width: 100%;
  border-radius: 20px;
  margin: 20px 0;
}
.swpItem {
  display: flex;
  gap: 20px;
}
.swpItem img {
  width: 45% !important;
  border-radius: 20px;
}
.contRow strong {
  color: #233f3f;
}
@media screen and (max-width: 768px) {
  .swpItem {
    flex-direction: column;
  }
  .swpItem img {
    width: 80% !important;
    margin: 0 auto;
  }
  .contRow {
    max-width: 100% !important;
    margin: 20px;
  }
  .contRow .rowFlex {
    flex-direction: column;
  }
  .contRow .rowFlex .col-md-6 {
    width: 100%;
  }
  .contRow .rowTop {
    margin-top: 0;
    flex-direction: column-reverse;
  }
}
@media screen and (max-width: 1000px) {
  .toph4 {
    margin-top: -4px;
  }
}
/*# sourceMappingURL=style.css.map */