/* 企業數位轉型 / 企業應用系統
   版式沿用 css/serversCss/servers.css 的 .seviceFloor，
   此處僅補「錨點定位」與「條列」兩項既有樣式表沒有的部分 */
.enterpriseFloor {
  scroll-margin-top: 80px;
}
.enterpriseFloor .lititle {
  font-weight: 700;
}
.enterpriseFloor .pointList {
  list-style-type: square;
  padding-left: 20px;
  margin-bottom: 0;
}
.enterpriseFloor .pointList li {
  font-size: 18px;
  font-weight: 700;
  color: #000;
  margin-bottom: 14px;
}
.enterpriseFloor .pointList li::marker {
  color: #ffa200;
}
.enterpriseFloor img {
  object-fit: cover;
  width: 100%;
}
@media screen and (max-width: 428px) {
  .enterpriseFloor {
    scroll-margin-top: 60px;
  }
  .enterpriseFloor .pointList li {
    font-size: 16px;
  }
  .enterpriseFloor img {
    margin-top: 30px;
  }
}
