.typesofbiopsy-container{
  text-align: center;
}

.typesofbiopsy-container__cardscontainer{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.72rem;
  margin-top: 0.5rem;
}

.typesofbiopsy-container__eachcard{
  width: 8rem;
  height: 9.63rem;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  border-radius: 0.35rem;
  box-shadow: 0rem 0.07rem 0.328rem 0rem #9EA8BD4F;
box-shadow: 0.0244rem 0.0244rem 0.146rem 0px #00000026;
}

.typesofbiopsy-container__eachcard >  img{
  width: 4.4rem;
  height: 4.4rem;
  position: absolute;
  top: 1.28rem;
}

.typesofbiopsy-container__eachcard > p{
  font-size: 1rem;
  font-weight: 600;
  width: 6.59rem;
  height: 1.15rem;
  color: #000;
  position: absolute;
  top: 6.36rem;
  text-transform: capitalize;
  line-height: 1.13rem;
}



@media screen and (min-width : 768px) {
  .typesofbiopsy-container{
      /* margin-top: 2rem; */
  }
  .typesofbiopsy-container__cardscontainer{
      gap: 0.81rem;
  }
  .typesofbiopsy-container h2{
      margin-bottom: 0.5rem;
  }
  .typesofbiopsy-container__eachcard{
      width: 7.63rem;
      width: 7rem;
      height: 7.38rem;
      border-radius: 0.26rem;
      box-shadow: 0px 0.13rem 0.6066rem 0px #9EA8BD4F;
      box-shadow: 0.0186rem 0.0186rem 0.1124rem 0px #00000026;
  }
  
  .typesofbiopsy-container__eachcard > img{
      width: 3.37rem;
      height: 3.37rem;
      top: 1rem;
  }
  .typesofbiopsy-container__eachcard > p{
      font-size: var(--commonParagraph);
      top: 5.22rem;
      width: 5.71rem;
      font-weight: 600;
      line-height: 0.6rem;
  }
}