.img-slide-container.slick-initialized.slick-slider {
  box-shadow: 0px 0px 13px rgba(146, 146, 146, 0.22);
  border-radius: 10px;
  width: 700px;
}

.service-image img {
  width: 700px;
  display: block;
}

.service-image {
  display: flex;
  justify-content: center;
  align-items: center;
  /* margin: 26px 0 0 0; */
}

.title {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 0 16px 0;
}

.title h2 {
  /* margin: 0; */
  font-size: 23pt;
  font-weight: 600;
  color: #1e1e1e;
  text-align: center;
}

.img-container img {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.img-container {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

table {
  color: #000;
  font-size: 15pt;
  width: 80%;
  border: 1px solid #d9d9d9;
  border-radius: 5px;
  border-collapse: separate;
}

td.table-heading {
  text-align: center;
  background: #e5714c;
  color: #fff;
  border-radius: 5px;
  font-size: 17pt;
}

.text-container table tbody tr td:first-child {
  text-align: center;
  width: 20%;
}

tr:nth-child(even) {
  background-color: #f2f2f2;
}

.text-container {
  height: 100%;
}
.text-container table tbody tr {
  height: 50px;
}

.text-container table tbody tr td {
  padding: 0 10px;
}

section.facial-mask-compliance-section .img-container img {
  width: 100%;
  /* display: block; */
}

.mask-title {
  font-size: 18pt;
  color: #000;
}

.mask-text-container {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  padding-left: 90px;
  padding-top: 80px;
}

.mask-text {
  font-size: 15pt;
  font-weight: 300;
  color: #000;
}

section {
  padding: 16px 0;
}

section.facial-mask-group-section .mask-text-container {
  padding: 16px 0px 0px 16px;
}

section.facial-mask-group-section .mask-text-container .mask-text {
  font-weight: 400;
}

section.face-recognization-section {
  background: #f3f5fb;
}

section.facial-mask-group-section {
  background: #f3f5fb;
  padding: 60px 0;
  margin: 0 !important;
}

section.face-recognization-section .img-container img {
  width: 300px;
}

section.staff-feature-section {
  background: #ffffff;
  margin: 0 !important;
  padding-top: 0;
  position: relative;
  top: -20px;
  padding: 0;
}

section.staff-feature-section .title {
  padding: 0;
}

section.facial-mask-group-section .img-container img {
  width: 440px;
}

.feature-card {
  box-shadow: none;
  border-radius: 10px;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  padding: 14px 14px 14px 20px;
  width: 86%;
  margin-bottom: 20px;
  height: 20px;
  background: #fff;
}

.check-icon {
  margin-right: 10px;
}

.check-icon span {
  font-weight: 600;
  color: #ff5722;
  font-size: 13pt;
  /* transform: rotate(236deg); */
}

tr.caption-row td {
  text-align: left !important;
}

tr.caption-row td p {
  width: 100%;
  text-align: left;
  font-size: 13px;
  padding: 0px 0px 0px 10px;
  margin: 0;
  color: #484848;
}

@media only screen and (max-width: 600px) {
  section.face-recognization-section .img-container img {
    width: 100%;
  }

  .header-title h1 {
    font-size: 20pt !important;
  }
  .video-container {
    width: 100%;
    margin-top: 20px;
  }
  .img-slide-container.slick-initialized.slick-slider {
    width: 100%;
  }

  .service-image img {
    width: 100%;
    display: block;
  }

  table {
    width: 100%;
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .mask-text-container {
    padding-left: 0;
    padding-top: 0;
    text-align: center;
  }

  section.facial-mask-group-section .mask-text-container {
    padding: 16px 0px 0px 0px;
  }
}
