.sec-orange-internet {
  background: #F3F3F3;
}
.sec-orange-internet .orange-bg-internet {
  background: url("../images/sec-orange-internet.jpg") center no-repeat;
  min-height: 400px;
  max-width: 1920px;
  margin: 0 auto;
}
@media screen and (max-width: 540px) {
  .sec-orange-internet .orange-bg-internet {
    background: url("../images/sec-orange-internet-m.jpg") center no-repeat;
    background-size: cover;
    min-height: 582px;
  }
}
.sec-orange-internet .orange-bg-smarthome {
  background: url("../images/sec-orange-smarthome-desk.jpg") center no-repeat;
  min-height: 400px;
  max-width: 1920px;
  margin: 0 auto;
}
@media screen and (max-width: 540px) {
  .sec-orange-internet .orange-bg-smarthome {
    background: url("../images/sec-orange-smarthome-m.jpg") center no-repeat;
    background-size: cover;
    min-height: 582px;
  }
}
.sec-orange-internet .blue-bg-business {
  background: url("../images/sec-blue-business-desk.jpg") center no-repeat;
  min-height: 400px;
  max-width: 1920px;
  margin: 0 auto;
}
@media screen and (max-width: 540px) {
  .sec-orange-internet .blue-bg-business {
    background: url("../images/sec-blue-business-m.jpg") center no-repeat;
    background-size: cover;
    min-height: 582px;
  }
}
.sec-orange-internet .orange-bg-combo-net {
  background: url("../images/sec-orange-combo-net-desk.jpg") center no-repeat;
  min-height: 400px;
  max-width: 1920px;
  margin: 0 auto;
}
@media screen and (max-width: 540px) {
  .sec-orange-internet .orange-bg-combo-net {
    background: url("../images/sec-orange-combo-net-m.jpg") center no-repeat;
    background-size: cover;
    min-height: 582px;
  }
}
.sec-orange-internet .box-container {
  width: 1440px;
  margin: 0 auto;
  padding: 94px 0;
}
.sec-orange-internet .box-container .flex-items {
  max-width: 668px;
}
.sec-orange-internet .box-container .flex-items .title {
  color: #fff;
  font-weight: 700;
  font-size: 40px;
  line-height: 48px;
  margin-bottom: 24px;
}
.sec-orange-internet .box-container .flex-items .box-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  gap: 24px;
}
.sec-orange-internet .box-container .flex-items .box-items .item {
  padding: 20px;
  width: calc(50% - 12px);
  -webkit-transition: all 0.2s ease-out 0.05s;
  transition: all 0.2s ease-out 0.05s;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.1019607843);
  -webkit-box-shadow: 0px 2.04px 32.65px -4.08px rgba(16, 24, 40, 0.0392156863);
          box-shadow: 0px 2.04px 32.65px -4.08px rgba(16, 24, 40, 0.0392156863);
  border: 1px solid rgba(255, 255, 48, 0.2);
}
.sec-orange-internet .box-container .flex-items .box-items .item img {
  width: 60px;
  height: 60px;
  -o-object-fit: cover;
     object-fit: cover;
}
.sec-orange-internet .box-container .flex-items .box-items .item h5 {
  color: #FFFF30;
  font-weight: 700;
  font-size: 20px;
  line-height: 28px;
  margin: 8px 0 4px;
}
.sec-orange-internet .box-container .flex-items .box-items .item p {
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
  color: #fff;
  margin: 0;
}
@media (max-width: 540px) {
  .sec-orange-internet .box-container .flex-items .box-items {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    overflow-x: auto;
    -ms-scroll-snap-type: x mandatory;
        scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    gap: 12px;
  }
  .sec-orange-internet .box-container .flex-items .box-items .item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 272px;
            flex: 0 0 272px;
    min-width: 260px;
    scroll-snap-align: start;
    padding: 16px;
  }
  .sec-orange-internet .box-container .flex-items .box-items .item img {
    width: 52px;
    height: 52px;
  }
  .sec-orange-internet .box-container .flex-items .box-items .item h5 {
    font-size: 16px;
    line-height: 25px;
    margin: 3px 0 1px;
  }
  .sec-orange-internet .box-container .flex-items .box-items .item p {
    font-size: 14px;
    line-height: 20px;
  }
  .sec-orange-internet .box-container .flex-items .box-items::-webkit-scrollbar {
    display: none;
  }
}
@media screen and (max-width: 1440px) {
  .sec-orange-internet .box-container {
    width: calc(100% - 30px);
  }
}
@media screen and (max-width: 768px) {
  .sec-orange-internet .box-container {
    padding: 32px 0 94px 0;
  }
  .sec-orange-internet .box-container .flex-items .title {
    font-size: 28px;
    text-align: center;
    margin-bottom: 16px;
    line-height: 33px;
  }
}/*# sourceMappingURL=block-orange-internet.css.map */