.sec1 {
  max-width: 1800px;
  margin: auto;
  padding-top: 250px;
  height: 400px;
  background-image: linear-gradient(rgba(1, 29, 48, 0.202), rgba(0, 0, 0, 0.442)), url(../images/Our\ Services.avif);
  background-position: center;
  background-size: 100% 180%;
  text-align: center;
  color: white;
  /* margin-top: -120px; */
  /* font-size: 35px; */
}

.sec1 h2 {
  color: rgb(255, 255, 255);
  font-size: 55px;
  font-weight: 400;
}

@media screen and (max-width: 900px) {

  .sec1 {
    background-size: 100% 100%;
    height: 200px;
    padding-top: 100px;
  }

  .sec1 h1 {
    font-size: 30px;
    margin-top: 30px;
  }

}