.no-comp-card {
  background-image: url('../images/no-comp-card-bg.png');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 36px;
  border: 1px solid #D3D2D2;
  border-radius: 42px;
  min-height: 380px;
  height: auto;
  margin-bottom: 20px;
  position: absolute;
  /* top: 80px; */

}

/* .no-comp-card:nth-child(2) {
  top: 100px;

}

.no-comp-card:nth-child(3) {
  top: 120px;

}

.no-comp-card:nth-child(4) {
  top: 140px !important;

} */
 .no-comp-card:nth-child(1) {
  top: clamp(80px, 18vh, 300px);
}

.no-comp-card:nth-child(2) {
  top: clamp(100px, 20vh, 340px);
}

.no-comp-card:nth-child(3) {
  top: clamp(120px, 22vh, 380px);
}

.no-comp-card:nth-child(4) {
  top: clamp(140px, 24vh, 420px);
}


.no-comp-card-outer {
  height: 85vh;
  overflow: hidden;
  padding-top: 100px;
  padding-bottom: 100px;
  padding-left: 30px;
  margin-bottom: 25px;
  scroll-behavior: smooth;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.no-comp-wrapper {
  /* background-image: url('../images/no-comp-data-blue-bg.png');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: left; */


  background: 
    url('../images/no-comp-bg-gradient-left.png')  no-repeat,
    linear-gradient(180deg, #054FD5 0%, #6D9FE8 100%);
  
  /* background-size: auto, cover;  */
    background-size: 30% auto, cover; 
   background-position: -40px 0, top left;

}



@media (max-width: 991px) {
  .no-comp-wrapper {
  background: 
    url('../images/no-comp-bg-gradient-left.png')  no-repeat,
    linear-gradient(180deg, #054FD5 0%, #6D9FE8 100%);
  
    background-size: 80% auto, cover; 
   background-position: -40px 0, top left;
}

  .no-comp-card-outer {
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 0px;
    height: unset;

  }

  .no-comp-card-inner {
    min-height: 315px;
  }

  .no-comp-card {
    padding: 64px 24px;
    position: static;
  }

  .no-comp-text-section {
    padding-top: 400px;
  }
}

@media (max-width: 512px) {
   .no-comp-text-section {
    padding-top: 260px;
  }

}

.no-comp-card-outer::-webkit-scrollbar {
  display: none;
  width: 0;
  height: 0;

}



 .no-comp-card-inner {
    min-height: 315px;
  }

.no-comp-card .text-c2 {
  font-size: clamp(14px, 1.5vw, 24px) !important;
  line-height: 150%;
  font-weight: 400;
}
