@media screen and (max-width: 1400px) {
  #Services2 .carousel-wrapper .img-overlay h5 {
    font-size: 18px;
  }
}
@media screen and (max-width: 1024px) {
  #Category .accordion {
    height: 100%;
    flex-wrap: wrap;
  }
  #Category .accordion__item {
    width: 50%;
  }
  .image-reveal-section .image-container .reveal-image:nth-child(1) {
    width: 250px;
  }
  .image-reveal-section {
    min-height: auto;
  }
  .image-reveal-section .image-container {
    min-height: 2100px;
  }
  #Video .stickyMask {
    -webkit-mask-size: 1900% !important;
            mask-size: 1900% !important;
  }
  #Gallery2 .gallery {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 990px) {
  section {
    padding: 40px 0;
  }
  .section-title h2 {
    font-size: 21px;
  }
  .section-title {
    padding-bottom: 10px;
  }
  .section-title p {
    font-size: 14px;
  }
  .section-title .text-add {
    width: 100%;
    margin: 0 0px !important;
    padding: 0 10px;
  }
  #Services {
    padding: 40px 0;
  }
  #Category .accordion {
    height: 100%;
    flex-wrap: wrap;
  }
  #Category .accordion__item {
    width: 100%;
  }
  #Footer h2 {
    font-size: 21px;
  }
  #Footer .small-title {
    font-size: 14px;
  }
  #Footer .footer-subtext {
    font-size: 16px;
  }
  #Services2 .carousel-wrapper .img-card {
    margin: 10px !important;
  }
  .image-reveal-section {
    display: none;
  }
  #PhoneImages {
    display: block;
  }
  #Footer {
    background-size: cover;
  }
  #Services .service-card {
    margin-bottom: 20px;
  }
}/*# sourceMappingURL=responsive.css.map */