.acrylic_content_sec {
  background: var(--white-color);
  padding: 100px 0px;
}

.acrylic_content h3 {
  color: var(--black-color);
  font-size: 40px;
  font-style: normal;
  line-height: normal;
  text-transform: uppercase;
}

.acrylic_content p {
  color: var(--black-color);
  font-style: normal;
  line-height: normal;
}

.acrylic_content_img {
  width: 80%;
  margin: auto;
}

.acrylic_content_img img {
  width: 100%;
}

.acrylic_guide_sec {
  background: var(--black-color);
  padding: 100px 0px;
}

.acrylic_guide_box {
  border-radius: 30px;
  border: 1px solid var(--primary-color);
  background: var(--black-color);
  padding: 40px 20px 40px 20px;
  text-align: center;
  height: 100%;
}

.acrylic_guide_icon {
  width: 50px;
  height: 50px;
  margin: auto;
  margin-bottom: 20px;
}

.acrylic_guide_icon img {
  width: 100%;
}

.acrylic_guide_box span {
  color: var(--white-color);
  text-align: center;
  font-size: 20px !important;
  font-style: normal;
  line-height: normal;
  text-transform: uppercase;
  margin-bottom: 10px;
  display: inline-block;
}

.acrylic_guide_box p {
  color: var(--white-color);
  text-align: center;
  font-style: normal;
  line-height: normal;
}

.sign_display_sec {
  /* background-image: url(../images/acrylic/store-counters.jpg); */
  background-color: var(--black-color);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 260px 0px 260px 0px;
  background-position: bottom;
}

.sign_display_sec2 {
  background-image: url(../images/acrylic/abstract-torus.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 260px 0px 260px 0px;
  background-position: bottom;
}

.sign_display_sec3 {
  background-image: url(../images/acrylic/store-counters.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 260px 0px 260px 0px;
  background-position: bottom;
}

.sign_display_content h3 {
  color: var(--white-color);
  font-size: 40px;
  font-style: normal;
  line-height: normal;
  text-transform: uppercase;
}

.sign_display_content p {
  color: var(--white-color);
  font-style: normal;
  line-height: normal;
}

.acrylic_product_sec {
  padding: 100px 0px;
  background: var(--black-color);
}

.acrylic_product_box {
  border-radius: 20px;
  background: var(--white-color);
  box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.12);
  padding: 20px 40px;
  text-align: center;
  height: 100%;
}

.acrylic_product_icon {
  width: 100%;
}

.acrylic_product_icon img {
  width: 100%;
}

.acrylic_product_box span {
  color: var(--black-color);
  text-align: center;
  font-size: 18px !important;
  font-style: normal;
  line-height: normal;
  display: inline-block;
  margin-bottom: 10px;
  font-weight: 600;
}

.acrylic_product_box p {
  color: var(--black-color);
  text-align: center;
  font-style: normal;
  line-height: normal;
}

.acrylic_video_sec {
  padding: 100px 0px;
  background: #fff;
}

.acrylic_video_box {
  width: 100%;
  height: 50vh;
  border-radius: 30px;
}

.acrylic_video_box iframe {
  width: 100%;
  height: 100%;
  border-radius: 30px;
}

@media (max-width: 1024px) {
  .acrylic_content h3 {
    font-size: 35px;
  }
  .sign_display_content h3 {
    font-size: 35px;
  }
}

@media (max-width: 768px) {
  .acrylic_product_box span {
    font-size: 18px;
  }
  .acrylic_product_box p {
    color: var(--black-color);
    text-align: center;
  }
  .sign_display_sec2 {
    padding: 100px 0px 100px 0px;
    background-position: center;
  }
  .sign_display_sec {
    padding: 80px 0px;
  }
  .acrylic_guide_box span {
    font-size: 18px;
  }
  .acrylic_content_img {
    margin-top: 20px;
  }
  .acrylic_content_sec,
  .acrylic_guide_sec,
  .acrylic_guide_sec,
  .acrylic_product_sec {
    padding: 80px 0px;
  }
}

@media (max-width: 425px) {
  .acrylic_content_sec,
  .acrylic_guide_sec,
  .acrylic_guide_sec,
  .acrylic_product_sec,
  .sign_display_sec {
    padding: 50px 0px;
  }
}
