/* Homepage Banner*/
.home-banner {
  height: 600px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
.home-banner-content .home-banner-vectors {
  position: absolute;
  width: 8.75%;
  left: 29.8%;
  top: 0;
}

.home-banner-content .home-banner-header {
  position: absolute;
  width: 864.12px;
  height: 204.62px;
  left: 9.38%;
  top: 30%;
}

/* .container-fluid img {
  width: 484px;
  height: auto;
  object-fit: cover;
} */

.txt-width {
  width: 50%;
}






@media screen and (max-width: 1100px) {
  .test-image {
    width: 384px;
    height: 312px;
  }

}


@media screen and (max-width: 980px) {
  .test-image {
    width: 284px;
    height: 232px;
  }

}

@media screen and (max-width: 768px) {
  /* Home Banner */
  .home-banner {
    height: 85vh;
    background-position-x: 25%;
  }

  .home-banner-content .home-banner-vectors {
    width: 35.2%;
    left: 16.63%;
  }
  
  .home-banner-content .home-banner-header {
    /* width: 0%; */
    width: 306px;
    height: 72px;
    top: 85%;
  }
  
  .title {
    font-size: 24px;
  }

  .container-fluid img {
    width: 100%;
    height: 232px;
    object-position: 25% 25%;
  }

  .txt-width {
    width: unset;
  }

  .test-image {
    width: 100%;
    height: 232px;
  }

  

}

@media screen and (max-width: 575px) {
  .small-light-heading {
    font-size: 14px;
    line-height: 18px;
    
  }
  
  
}
