@import url("https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,100..900;1,100..900&family=Prompt:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@media (min-width: 768px) {
  .company-info {
    display: flex;
    align-items: baseline;
    text-align: left;
  }
  .company-info img {
    margin-right: 10px;
  }
}
@media (min-width: 992px) {
  #specialSection {
    position: relative;
    top: 0;
    width: 100%;
    height: 250px;
  }
  #specialSection .hero-content {
    position: absolute;
    top: 25%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
  }
  #specialSection .specialSection-content {
    position: absolute;
    top: 60%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
  }
  #specialSection img,
  #specialSection video {
    -o-object-fit: cover;
       object-fit: cover;
    height: 100%;
    width: 100%;
  }
  #specialSection::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
  }
}
@media (min-width: 1200px) {
  * {
    font-size: 16px;
  }
  #specialSection {
    position: relative;
    top: 0;
    width: 100%;
    height: 250px;
  }
  #specialSection .hero-content {
    position: absolute;
    top: 25%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
  }
  #specialSection .specialSection-content {
    position: absolute;
    top: 60%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
  }
  #specialSection img,
  #specialSection video {
    -o-object-fit: cover;
       object-fit: cover;
    height: 100%;
    width: 100%;
  }
  #specialSection::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
  }
  header .nav-item {
    white-space: nowrap;
  }
  header .nav-item .nav-link {
    color: #000000 !important;
    text-transform: uppercase;
  }
  #homeHero .homehero-content {
    text-align: start;
  }
  #homeExpertise .top-icon {
    margin-left: 75%;
  }
}/*# sourceMappingURL=responsive.css.map */