/*
 * CSS for lifeshield brand page
*/
@keyframes showTopText {
  0% {
    transform: translateY(0);
  }

  100% {
    transform: translateY(-40px);
    opacity: 1;
  }
}

.fade-in {
  animation: showTopText ease-in-out .5s forwards 1.2s;
}

.fade-text {
  opacity: 0;
}

.main-content {
  padding: 0;
}

.video-play a img {
  filter: none;
}

.wrapper {
  padding: 0;
}

/*div.video_content {
    background-color:#1c1c1c;
}*/
.container-fluid.video-section {
  padding: 0
}

.video_content {
  margin-left: 0;
  margin-right: 0;
}

#video_container {
  overflow: hidden;
  width: 100%;
  /*height: 350px;*/
  position: relative;
  padding-left: 0;
  padding-right: 0;
}

#video_container video {
  width: 100%;
  height: auto;
}

.wrapped-iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

div.video-play {
  padding: 0;
}

h2 {
  font-size: 24px;
  font-weight: bold;
}

h5 {
  font-size: 16px;
  font-weight: bold !important;
}

.logo-section .logo-section-div {
  background-color: #C9E9EA;
  width: 80%;
  text-align: left;
  padding: 45px 45px;
  border-top-left-radius: 90px;
  border-bottom-right-radius: 90px;
  margin-top: -10%;
}

.logo-section .logo-section-div h1 {
  padding: 0;
  line-height: 1em;
  font-size: 40px;
  font-weight: 900;
}

.logo-section .lifeshield-logo {
  margin-top: 40px;
}

.logo-section .lifeshield-logo img {
  float: left;
}

.watermark-section {
  position: relative;
}

/*.watermark-section #watermark-text { 
    position:relative;
    z-index:0;
    background:white;
    display:block;
    min-height:50%; 
    min-width:50%;
    font-size:150px;
    font-weight:900;
    opacity: 0.07;
    padding:5px;
}
.watermark-section #watermark-text .bg-text-left {
    text-align:left;
}
.watermark-section #watermark-text .bg-text-right {
    float:right;
    width:85%;
}*/
.watermark-section .content-section {
  position: relative;
  z-index: 1;
  top: 0;
}

.watermark-section #watermark-text p {
  padding-bottom: 0px;
  line-height: 1;
}

.watermark-section .col-md-5 {
  padding-top: 8%;
  position: relative;
  z-index: 20;
  text-align: left;
}

.watermark-section .col-md-5 img {
  width: 80%;
}

.watermark-section .col-md-7 {
  border-left: 2px solid #aaaaaa;
  padding: 13% 10% 8% 12%;
  text-align: left;
  margin-left: -12%;
  z-index: 12;
  margin-top: -30px;
  position: relative;
}

.watermark-section h2 {
  font-size: 32px;
  font-weight: 900;
  line-height: 1.2;
}

.watermark-section p.small-text {
  margin-top: 15px;
}

.content-section .small-text {
  font-size: 15px;
}

.background-section {
  background-image: url('../../../../../../../sites/current/files/images/Leaf%20Background.png');
  z-index: -1;
  background-size: cover;
  margin-top: 15px;
}

.background-section .col-sm-12 {
  padding-left: 15%;
  text-align: left;
  padding-top: 15px;
}

.background-section h2 {
  font-size: 36px;
  font-weight: 900;
  line-height: 1.2;
}

.background-section .img-section {
  padding-bottom: 3%;
  padding-left: 20%;
}

.background-section .img-section img {
  border-radius: 35px;
  width: 250px;
  height: 250px;
}

.background-section .content-section {
  text-align: left;
  margin-left: 50px;
  margin-top: 30px;
}

.background-section .content-section h2 {
  font-size: 32px;
  font-weight: 900;
  margin-bottom: 30px;
}

.background-section .content-section h4 {
  font-weight: 900;
  width: 40%;
}

.background-section .content-section h4:nth-child(2) {
  width: 60%;
  padding-left: 20%;
}

.background-section .content-section p {
  margin-bottom: 25px;
}

.background-section .row:nth-child(2) {
  margin-top: 5%;
  margin-bottom: 10%;
}

.slick-slide {
  position: relative;
}

.carousel-solutions {
  margin: 0px auto;
  padding-bottom: 10px;
}

.carousel-solutions .slick-slide {
  margin: 15px;
  height: auto;
}

.carousel-solutions .slick-slide img {
  width: 100%;
  margin: 0 auto;
  filter: none;
}

.carousel-solutions .slick-track {
  display: flex !important;
  align-items: center;
}

.min-height {
  min-height: 400px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.carousel-solutions p.title-versatile {
  font-size: 20px;
  line-height: 22px;
  margin-bottom: 20px;
}

.carousel-solutions .description a {
  color: white !important;
  border-bottom: none !important;
}

.carousel-solutions .desc-versatile {
  font-size: 12px;
  padding: 5px !important;
}

.carousel-solutions a {
  display: block;
  height: 100%;
  border-bottom: none;
}

.carousel-solutions .description {
  color: white;
  position: absolute;
  bottom: 10px;
  text-align: left;
  padding: 20px;
  transition: opacity 0.5s;
  left: 15px;
  right: 15px;
  z-index: 10;
}

.carousel-solutions .overlay-photo {
  position: absolute;
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg,
      rgba(0, 0, 0, 0.8) 0%,
      rgba(0, 0, 0, 0.2) 60%);
  opacity: 1;
  top: 0;
}

.carousel-solutions .photo {
  cursor: pointer;
}

.slick-arrow {
  position: absolute;
  color: #aaaaaa;
  font-size: 50px;
  font-family: "FontAwesome";
  vertical-align: middle;
  cursor: pointer;
}

.slick-arrow.carousel-solutions-prev {
  left: 50px;
  margin-top: 12%;
}

.slick-arrow.carousel-solutions-next {
  right: 50px;
  margin-top: 12%;
}

.list-links {
  justify-content: center;
  display: flex;
  align-items: center;
}

.list-links h3 {
  width: 12%;
  float: left;
  text-align: center;
  border-right: 3px solid #1c1c1c;
  font-weight: bold;
}

.list-links h3:nth-child(4) {
  border: none;
  width: 8%;
}

.links-wrapper {
  margin-top: 50px;
}

.links-wrapper h2 {
  text-align: left;
  margin-bottom: 25px;
}

.links-wrapper h2 span {
  position: relative;
  padding-bottom: 5px;
  text-align: left;
}

.links-wrapper h2 span::after {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  border-bottom: 1px solid #C9E9EA;
  content: ""
}

div.accordion-section .accordion-content {
  display: none;
  padding: 10px;
}

div.accordion-section {
  margin-left: 10%;
  margin-right: 10%;
  margin-top: 70px
}

div.accordion-section .accordion-header {
  margin-left: 10%;
  margin-right: 10%;
  border-bottom: 1px solid #aaaaaa;
  text-align: left;
}

div.accordion-section .accordion-header h3 {
  font-size: 28px;
}

div.accordion-section .accordion-content .content-img {
  float: left;
  width: 50%;
  padding-right: 20px;
}

div.accordion-section .accordion-content .content-text {
  float: left;
  width: 50%;
  text-align: left;
}

div.accordion-section .accordion-content .content-text p {
  font-size: 13px;
}

div.accordion-section .accordion-content .content-text ul li,
div.accordion-section .accordion-content .content-text ol li {
  font-size: 13px;
  padding-left: 5px;
  text-align: left;
}

div.accordion-section .accordion-content .content-text ul li::marker,
div.accordion-section .accordion-content .content-text ol li::marker {
  color: #5F82B7;
  font-size: 13px;
}

.accordion-header h3::before {
  content: '\f107';
  font-family: 'FontAwesome';
  transition: content .3s ease;
  font-size: 32px;
  padding-right: 20px;
}

.accordion-header h3.acc-close::before {
  content: '\f00d';
  font-family: 'FontAwesome';
  font-size: 30px;
  padding-right: 20px;
}

.isotope-section {
  margin-top: 70px
}

.isotope-section .isotope-title {
  font-size: 28px !important;
}

.isotope-section .isotope-item a {
  color: #C9E9EA !important;
  border: 1px solid #C9E9EA !important;
  padding: 5px 20px !important;
}

.isotope-section .isotope-item a:hover,
.isotope-section .isotope-item.active a {
  background-color: #C9E9EA !important;
  color: #000000 !important;
}

.isotope-section .isotope-item a p {
  color: #C9E9EA !important;
  font-weight: bold;
  text-transform: capitalize;
  border-bottom: 0;
  padding:5px 0px !important;
}

.isotope-section .isotope-item a:hover p,
.isotope-section .isotope-item.active a p {
  color: #000000 !important;
}

.isotope-section .compare-all-isotope a {
  text-decoration: none;
  background-color: #aaaaaa !important;
  color: #fff !important;
  font-weight: bold;
  border: 2px solid #aaaaaa !important;
}

.isotope-section .compare-all-isotope a:hover {
  color: #aaaaaa !important;
  border: 2px solid #aaaaaa !important;
  background-color: #ffffff !important;
}

.isotope-section .isotope-content-item .isotope-block h3 {
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.20;
  padding: 0;
  margin: 10px 0 10px 0;
  text-transform: none;
}

.isotope-section .isotope-content-item .isotope-block h3 a {
  color: #aaaaaa;
  text-decoration: none;
}

.isotope-section .isotope-content-item .isotope-block .pad-bottom-15 p {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.55;
}

.isotope-section .isotope-content-item .isotope-block .font-primary-red {
  color: #aaaaaa;
}

.isotope-section .isotope-content-item .isotope-block .text-right a {
  color: #aaaaaa !important;
  text-decoration: none;
  border: 0;
  font-size: 13px;
}

.isotope-section .isotope-content-item .isotope-block .text-right .cmp-btn {
  font-size: 13px;
}

.background-img-section .light-blue-btn {
  padding: 8px 30px;
  border: 1px solid #C9E9EA;
  border-radius: 25px;
  background-color: #C9E9EA;
  color: #1c1c1c;
  font-weight: bold;
  font-size: 13px;
}

.background-img-section p {
  color: #ffffff;
}

.background-img-section h4 {
  font-weight: bold;
  color: #ffffff;
  margin-bottom: 0;
}

.background-img-section {
  margin: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.paragraph--type--product-family-isotope .isotope-nav-filters .owl-stage {
  height:100%;
}
.paragraph--type--product-family-isotope .isotope-nav-filters .owl-item {
  width:150px !important;
  margin-right: 10px;
  margin-left: 10px;
}
.paragraph--type--product-family-isotope .isotope-nav-filters .owl-item .isotope-item {
  height:75%;
}
.paragraph--type--product-family-isotope .isotope-nav-filters .owl-item .isotope-item a {
  height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.paragraph--type--product-family-isotope .owl-carousel .nav-btn {
  top:30% !important;
}

@media (hover: hover) and (pointer: fine) {
  .carousel-solutions .photo:hover .description {
    opacity: 0;
  }

  .carousel-solutions .photo:hover .overlay-photo {
    opacity: 0;
    z-index: 20;
  }
}



@media screen and (max-width: 1024px) {

  .logo-section .logo-section-div h1 {
    font-size: 32px;
    line-height: 1.2em;
  }

  p.small-text {
    font-size: 13px !important;
  }

  .watermark-section .col-md-7 {
    padding: 10% 8% 8% 12%;
  }

  #isotope-title h2 {
    font-size: 28px;
  }

  .links-wrapper h2 {
    font-size: 28px;
  }

  .logo-section .logo-section-div h1 {
    font-size: 32px;
  }
}

@media screen and (max-width: 992px) {
  .logo-section .logo-section-div {
    width: 85%;
    padding: 35px 35px;
  }

  .logo-section .logo-section-div h1 {
    font-size: 25px;
    line-height: 1.2em;
  }

  p.small-text {
    font-size: 13px !important;
  }

  .watermark-section .col-md-7 {
    padding: 13% 8% 8% 12%;
  }

  .watermark-section .col-md-7 h2 {
    font-size: 21px;
  }

  .background-section h2 {
    font-size: 21px;
    line-height: 1;
  }

  .background-section .content-section {
    margin-top: 15px;
  }


  /*.background-section .content-section {
padding-left:30px;
padding-right:30px;
margin-left:0;
}*/
  .background-section .content-section h2 {
    font-size: 21px;
  }

  .links-wrapper {
    margin-top: 30px;
    padding: 0 30px;
  }

  .links-wrapper h2 {
    font-size: 21px;
    margin-bottom: 15px;
  }

  .carousel-solutions .description {
    padding: 10px;
    bottom: 0;
  }

  /*.carousel-solutions .slick-slide {
  margin: 5px;
}
.carousel-solutions p.title-versatile {
  margin-bottom: 10px;
  font-size: 18px;
}
.carousel-solutions .desc-versatile {
  left: 10px;
  right: 10px;
  font-size: 3.2vw;
  height: 40%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.carousel-solutions .overlay-photo {
  background: linear-gradient(
    0deg,
    rgba(0, 0, 0, 0.9) 0%,
    rgba(0, 0, 0, 0.4) 60%
  );
}*/
  .background-section .img-section {
    padding-left: 15%
  }

  .slick-arrow.carousel-solutions-prev {
    display: none;
  }

  .slick-arrow.carousel-solutions-next {
    display: none;
  }

  div.accordion-section {
    margin-top: 30px;
  }

  div.accordion-section .accordion-header {
    margin-bottom: 15px;
  }

  div.accordion-section .accordion-header h3 {
    font-size: 20px;
  }

  div.accordion-section .accordion-content .content-text h5 {
    font-size: 13px;
    margin-bottom: 15px;
  }

  div.accordion-section .accordion-content .content-text li {
    line-height: 1.2em;
    margin-bottom: 5px;
    font-size: 16px;
  }

  div.accordion-section .accordion-content .content-text li::marker {
    font-size: 16px;
  }

  .isotope-section {
    margin-top: 30px;
  }

  #isotope-title h2 {
    font-size: 21px;
    margin-bottom: 15px;
  }

  .isotope-section .dropdown-toggle::after {
    float: right;
  }
}

@media screen and (max-width: 767px) {
  #video_container video {
    width: auto;
    height: 250px;
  }

  .logo-section .logo-section-div {
    width: 100%;
    padding: 30px 35px;
  }

  .logo-section .logo-section-div h1 {
    font-size: 25px;
    line-height: 1.2em;
  }

  .logo-section .lifeshield-logo {
    display: none;
  }

  .watermark-section .col-md-5 img {
    width: 100%;
    margin-top: 35px;
  }

  .watermark-section .col-md-7 {
    border-left: 0;
    padding: 0 0 0 15px;
    margin-left: 0;
    margin-top: 15px;
  }

  .watermark-section .col-md-7 h2 {
    font-size: 21px;
  }

  .background-section .col-sm-12 {
    padding-left: 30px;
  }

  .background-section h2 {
    font-size: 21px;
    line-height: 1;
  }

  .background-section .img-section {
    padding-left: 30px;
    padding-right: 30px;
  }

  .background-section .img-section img {
    width: 100%;
  }

  .background-section .content-section {
    padding-left: 30px;
    padding-right: 30px;
    margin-left: 0;
  }

  .background-section .content-section h2 {
    font-size: 21px;
  }

  .links-wrapper {
    margin-top: 30px;
    padding: 0 30px;
  }

  .links-wrapper h2 {
    font-size: 21px;
    margin-bottom: 15px;
  }

  .carousel-solutions .description {
    padding: 10px;
    bottom: 0;
  }

  .carousel-solutions .slick-slide {
    margin: 5px;
  }

  .carousel-solutions p.title-versatile {
    margin-bottom: 10px;
    font-size: 18px;
  }

  .carousel-solutions .desc-versatile {
    left: 10px;
    right: 10px;
    font-size: 3.2vw;
    height: 40%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }

  .carousel-solutions .overlay-photo {
    background: linear-gradient(0deg,
        rgba(0, 0, 0, 0.9) 0%,
        rgba(0, 0, 0, 0.4) 60%);
  }

  div.accordion-section {
    margin-left: 0;
    margin-right: 0;
    margin-top: 30px;
    padding: 0 30px;
  }

  div.accordion-section .accordion-header {
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 15px;
  }

  div.accordion-section .accordion-header h3 {
    font-size: 20px;
    margin-bottom: 15px;
  }

  div.accordion-section .accordion-content .content-img {
    float: none;
    width: 100%;
    padding-right: 0;
    margin-bottom: 15px;
  }

  div.accordion-section .accordion-content .content-text {
    float: none;
    width: 100%;
    text-align: left;
  }

  div.accordion-section .accordion-content .content-text h5 {
    font-size: 16px;
    margin-bottom: 15px;
  }

  div.accordion-section .accordion-content .content-text ul {
    padding-inline-start: 15px;
  }

  div.accordion-section .accordion-content .content-text li {
    line-height: 1.2em;
    margin-bottom: 5px;
    font-size: 16px;
  }

  div.accordion-section .accordion-content .content-text li::marker {
    font-size: 16px;
  }

  .isotope-section {
    margin-top: 30px;
    padding-left: 30px;
    padding-right: 30px;
  }

  #isotope-title h2 {
    font-size: 21px;
    margin-bottom: 15px;
  }

  .isotope-section .dropdown-toggle::after {
    float: right;
  }
}


/* CSS for Lifeshield Downlights Family Page starts from below */

.div-surgical-text {
  background-color: #105157;
}

.p-surgical-text {
  color: #ffffff;
  padding-top: 16px;
}

.div-complex-env {
  padding-top: 42px;
  padding-bottom: 42px;
}

.div-complex-env-text {
  padding-top: 10px;
}

.p-complex-env-title {
  text-align: left;
  font-weight: bold;
  font-size: 28px
}

.p-complex-env-subtext {
  text-align: left;
}

.div-strict-standards {
  background-color: #c9e9ea;
  padding: 48px 0px;
}

.p-strict-standards {
  font-size: 28px;
}

.a-explore-products {
  display: block;
  padding: 6px 23px;
  border-radius: 30px;
  border: 1px solid #1c1c1c;
  background-color: #1c1c1c;
  color: #fff;
  min-width: 134px;
  text-align: center;
  width: fit-content;
  margin: 12px auto;
  font-size: 12px;
}

.a-explore-products:hover {
  text-decoration: none;
  border: 2px solid #1c1c1c;
  background-color: transparent;
  color: #1c1c1c;
  font-weight: bold;
}

.div-ls-prod-categories,
.div-ls-engineered-excel {
  padding: 45px;
}

.p-ls-prod-categories,
.p-ls-engineered-excel {
  font-size: 28px;
  text-align: left;
}

.hr-ls-prod-categories,
.hr-ls-engineered-excel {
  border: 1px solid #1c1c1c;
  margin: 0px;
}

.div-ls-prod-cat-imgs .a-ls-prod-cat .p-ls-cat-img-texts {
  margin-top: -60px;
  text-align: left;
  padding-left: 25px;
  color: #ffffff;
  font-size: 14px;
  font-weight: bold;
  position: relative;
  display: block;
  border: none;
}

.div-ls-prod-cat-imgs .a-ls-prod-cat .img-ls-prod-cat {
  filter: brightness(0.7);
}

.div-ls-prod-cat-imgs {
  padding-bottom: 75px;
}

.div-ls-engineered-excel-img {
  padding-top: 45px;
  padding-bottom: 45px;
}

.div-ls-visual-comfort {
  background-color: #105157;
  padding: 45px;
}

.p-ls-visual-comfort-title {
  font-size: 28px;
  text-align: left;
  color: #ffffff;
}

.hr-ls-visual-comfort {
  border: 1px solid #ffffff;
  margin: 0px;
}

.p-ls-visual-comfort-desc {
  color: #ffffff;
  text-align: left;
  font-size: 13px;
}

.div-ls-visual-comfort-texts {
  padding-top: 45px;
  padding-bottom: 30px;
}

.p-ls-visual-comfort-img-desc {
  color: #ffffff;
  text-align: left;
  font-size: 13px;
  font-style: italic;
  padding-top: 12px;
}

.div-ls-visual-comfort-desc {
  padding: 32px;
}

.p-ls-optic-perf-title {
  font-size: 28px;
  text-align: left;
  color: #ffffff;
}

.hr-ls-optic-perf {
  border: 1px solid #ffffff;
  margin: 0px;
}

.p-ls-optic-perf-desc {
  color: #ffffff;
  text-align: left;
  font-size: 13px;
  padding-top: 26px;
}

.div-ls-dist-img {
  width: 20%;
  padding-top: 45px;
}

.div-ls-dist-img-text {
  width: 40%;
  padding-top: 33px;
}

.div-ls-color-quality {
  background-color: #105157;
  padding: 45px;
}

.p-ls-color-quality-title {
  font-size: 28px;
  text-align: left;
  color: #ffffff;
}

.hr-ls-color-quality {
  border: 1px solid #ffffff;
  margin: 0px;
}

.p-ls-color-quality-desc {
  color: #ffffff;
  text-align: left;
  font-size: 13px;
}

.div-ls-color-quality-main {
  padding-top: 45px;
}

.img-nx-logo {
  margin-right: 242px;
}

.p-reflect-accordian {
  font-size: 28px;
  text-align: left;
  color: #1c1c1c;
}

.p-ls-reflect-accordian-desc {
  color: #1c1c1c;
  text-align: left;
  font-size: 13px;
  padding-top: 33px;
  padding-bottom: 33px;
}

.div-accordian {
  padding: 45px;
}

.div-accordian .accordion-section {
  margin-left: 0%;
  margin-right: 0%;
  margin-top: 0px
}

.div-accordian .accordion-section .accordion-header {
  margin-left: 0%;
  margin-right: 0%;
  border-bottom: 1px solid #aaaaaa;
  text-align: left;
}

.div-strict-standards-prescolite {
  background-color: #c9e9ea;
  padding: 48px 0px;
}

.p-strict-standards-prescolite {
  font-size: 28px;
}

.div-ls-certifications {
  padding: 45px;
}

.p-ls-certifications {
  font-size: 28px;
  text-align: left;
}

.hr-ls-certifications {
  border: 1px solid #1c1c1c;
  margin: 0px;
}


.p-ls-certifications-desc {
  color: #1c1c1c;
  text-align: left;
  font-size: 13px;
}

.div-ls-certifications-sections {
  padding-top: 45px;
}

.a-explore-products:visited {
  color: #ffffff;
}

.a-explore-products:hover {
  color: #1c1c1c;
}

html, body {
  overflow-x: hidden;
}

@media (max-width: 820px) {
  .div-row-img-map {
    display: none;
  }
}

@media (max-width: 769px) {
  .p-strict-standards {
    font-size: 26px;
  }

  .div-ls-prod-cat-imgs .a-ls-prod-cat .p-ls-cat-img-texts {
    margin-top: -51px;
    padding-left: 12px;
    font-size: 10px;
  }
  
  .p-tm-30-data {
    font-size: 23px;
  }
}

@media (max-width: 540px) {
  .p-strict-standards {
    font-size: 18px;
  }

  .p-ls-prod-categories,
  .p-ls-engineered-excel {
    font-size: 18px;
    text-align: center;
  }

  .div-ls-cat-img {
    padding-bottom: 50px;
  }

  .div-ls-prod-cat-imgs .a-ls-prod-cat .p-ls-cat-img-texts {
    padding-left: 56px;
  }

  .p-ls-visual-comfort-title {
    font-size: 18px;
    text-align: center;
  }

  .p-ls-optic-perf-title {
    font-size: 18px;
    text-align: center;
  }

  .div-ls-dist-img {
    width: 33.33%;
    padding-top: 15px;
  }

  .div-ls-dist-img-text {
    width: 66.66%;
    padding-top: 15px;
  }

  .p-ls-optic-perf-desc {
    font-size: 12px;
  }

  .p-ls-color-quality-title {
    font-size: 18px;
    text-align: center;
  }

  .p-strict-standards-prescolite {
    font-size: 18px;
  }

  .p-ls-certifications {
    font-size: 18px;
    text-align: center;
  }

  .p-ls-certifications-desc {
    font-size: 9px;
  }

  .p-surgical-text {
    font-size: 12px;
  }

  .p-complex-env-title {
    font-size: 22px;
  }
}