

/* 
.setup { .background-image {
  position: relative;
  text-align: center;
  color: white;
}

.background-image img {
  width: 100%;
  height: auto;
  opacity: 0.8; /* Adjust the opacity if needed 
}

.background-image .content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}
  width: 18%;
  opacity: 50%;
  position: relative;
  top: -254px;
} */

.background-image {
  position: relative;
  text-align: center;
  color: white;
}

.background-image img {
  width: 100%;
  height: auto;
  opacity: 0.8; /* Adjust the opacity if needed */
}

.background-image .content {
  position: absolute;
  top: 60%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  text-shadow: 1px 1px 2px black;
  /*Optional: Add a text shadow for better readability */;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
}
.setheading{
    font-size: 3.4rem;
}
.setparagraph{
    font-size: 1.8rem;
}
@media screen and (min-width: 360px) {
      
  .setup {
      width: 25%;
      opacity: 50%;
      position: relative;
      top: 10px;
    }
    .setheading{
        font-size: 1.3rem;
    }
    .setparagraph{
        font-size: 0.9rem;
    }
  }

@media screen and (min-width: 420px) {
    
    .setup {
      width: 22%;
      opacity: 50%;
      position: relative;
      top: 20px;
    }
    .setheading{
        font-size: 1.6rem;
    }
    .setparagraph{
        font-size: 1.1rem;
    }
  }
@media screen and (max-width: 720px) {

    .setup {
    width: 25%;
    opacity: 50%;
    position: relative;
    top: -20px;
  }
  .setheading{
    font-size: 1.8rem;
}
.setparagraph{
    font-size: 1.2rem;
}
}
