#myVideo {
  width: 100%;
  filter: brightness(50%);
  height: 80%;
}

.one-liner {
  color: white;
  font-weight: 800;
  font-family: var(--font);
  width: 95%;
  margin: 0;
  position: absolute;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
}

.marquee {
  width: 100%;
  line-height: 50px;
  --tw-bg-opacity: 1;
  color: black;
  white-space: nowrap;
  overflow: hidden;
  box-sizing: border-box;
  border-radius: 10px;
}

.marquee p {
  display: inline-block;
  padding-left: 100%;
  animation: marquee 20s linear infinite;
}

@keyframes marquee {
  0% {
    transform: translate(0, 0);
  }

  100% {
    transform: translate(-100%, 0);
  }
}

.marquee span {
  margin-left: 70px;
}

.govt {
  display: flex;
  flex-direction: column;
  align-items: center;
}

#second-div {
  margin-bottom:70px;
}

@media screen and (min-width: 1024px) {
  .one-liner {
    font-size: 4.8em;
    width: 95%;
    top: 85%;
    left: 50%;
  }

  .marquee {
    margin-top: 70px;
  }

  .marquee p {
    font-size: 1.5rem;
  }

  .about-us p {
    padding: 60px 40px 0px;
    font-size: 1rem;
  }

  .govt+.header__center {
    margin-top: 0;
  }

  .govt img {
    height: 150px;
    width: 150px;
    margin-top: 50px;
  }

  .govt p {
    font-size: 1.2rem;
  }
}

@media screen and (max-width: 820px) {
  #myVideo {
    height: 80vh;
    object-fit: cover;
    z-index: -100;
  }

  .one-liner {
    font-size: 2.5rem;
    width: 95%;
    top: 45%;
    left: 50%;
  }

  .marquee {
    margin-top: 70px;
  }

  .marquee p {
    font-size: 1.2rem;
  }

  .about-us p {
    padding: 60px 40px 60px;
    font-size: 1rem;
  }

  .govt+.header__center {
    margin-top: 0;
  }

  .govt img {
    height: 130px;
    width: 130px;
    margin-top: 50px;
  }

  .govt p {
    font-size: 1rem;
  }

}

@media screen and (max-width:480px) {
  #myVideo {
    height: 90vh;
    object-fit: cover;
    z-index: -100;
  }

  .one-liner {
    font-size: 2rem;
    width: 95%;
    top: 50%;
    left: 50%;
  }

  .marquee {
    margin-top: 70px;
  }

  .about-us p {
    padding: 40px 20px;
    font-size: 0.9rem;
    margin: 0;
  }

  .marquee p {
    font-size: 1.2rem;
  }

  .govt+.header__center {
    margin-top: 0;
  }

  .govt img {
    height: 100px;
    width: 100px;
    margin-top: 50px;
  }

  .govt p {
    font-size: 0.9rem;
    text-align: center;
    padding: 20px;
  }

}

