/* [project]/src/app/products/[slug]/index.css [app-client] (css) */
@media screen and (min-width: 1024px) {
  .mySwiper .swiper-slide {
    width: 40% !important;
  }
}

.fade {
  transition: opacity .3s linear;
}

html {
  scroll-behavior: smooth;
}

.custom-html-wrapper a {
  color: #3898ec;
  cursor: pointer;
  line-height: inherit;
  border: 0;
  border-radius: 0;
  text-decoration: none;
  display: inline-block;
}

.custom-html-wrapper p {
  color: #ccc;
}

.usecase-cusotm-paragraph p {
  color: #7f7f7f;
  margin-top: 1rem;
  margin-bottom: 1rem;
  font-size: 1.5rem;
  line-height: 1.3;
}

@media screen and (max-width: 479px) {
  .usecase-cusotm-paragraph p {
    color: #7f7f7f;
    margin-top: 1rem;
    font-size: .875rem;
    line-height: 1.3;
  }
}

@media screen and (min-width: 480px) {
  .usecase-cusotm-paragraph {
    margin-bottom: 4rem;
  }
}

/*# sourceMappingURL=src_app_products_%5Bslug%5D_index_a1bc5cf8.css.map*/