@import url("https://fonts.googleapis.com/css2?family=Barlow&family=Ruda&display=swap");
.iiShare {
  overflow: hidden;
}
.iiShare_out_wrapper {
  background-color: white;
}
.iiShare_main_wrapper {
  max-width: 1777px;
  margin: auto;
  padding: 0 15px;
}
.iiShare-infinite-wrapper {
  background-color: #f2f2f2;
  max-height: 720px;
  margin: 200px 0;
}
.iiShare_how_it_works_wrapper {
  max-width: 1430px;
  padding: 0 15px;

  margin: auto;
}
.iiShare h1 {
  font-size: 48px;
  font-weight: 800;
  /* color: #e50051; */
  font-style: normal;
  letter-spacing: normal;
  line-height: normal;
}
.iiShare h2 {
  font-size: 34px;
  font-weight: 800;
  color: #282e33;
  font-style: normal;
  letter-spacing: normal;
  line-height: normal;
}

.iiShare h3 {
  font-size: 48px;
  font-weight: 800;
  font-style: normal;
  letter-spacing: normal;
  line-height: normal;
}
.iiShare h4 {
  font-size: 28px;
  font-weight: 700;
  font-style: normal;
  letter-spacing: normal;
  line-height: normal;
}
.iiShare .text-style_one {
  font-size: 20px;
  font-weight: 500;
  font-style: normal;
  letter-spacing: normal;
  line-height: normal;
}

.iiShare .text-style_two {
  font-size: 16px;
  font-weight: 500;
  font-style: normal;
  letter-spacing: normal;
  line-height: normal;
}

.iiShare #menu-wrapper {
  position: relative;
  overflow: visible;
}

.iiShare #menu-wrapper .top-button {
  position: absolute;
  right: 20px;
  top: 100%;
  margin-top: 20px;
  display: block;
  padding: 8px 60px;
  border-radius: 5px;
  background-color: #e50051;
  color: #ffffff;
  font-size: 16px;
  text-transform: uppercase;
  display: flex;
  gap: 10px;
  align-items: center;
}

.iiShare #menu-wrapper .top-button:hover {
  text-decoration: none;
}

.iiShare #menu-wrapper-container .fixed {
  position: fixed;
}

@media (max-width: 767px) {
  .iiShare #menu-wrapper-container {
    display: none;
  }
}
.iiShare .iiSignage2-product_list {
  text-align: center;
}
.iiShare .iiSignage2-product_list h3 {
  margin-bottom: 50px;
}
.iiShare .button {
  background-color: #e50051;
  border-radius: 20px;
  font-size: 16px;
  font-weight: 700;
}
.iiShare .text-bg {
  font-size: 20px;
  font-weight: 500;
}
.iiShare .text-small {
  font-size: 16px;
}

@media screen and (max-width: 1000px) {
  .iiShare-infinite-wrapper {
    max-width: 100%;
    margin: 100px 0;
  }
}
