.bio{
  padding-top: 20px;
}
    .biochemistry-strong{
        /* padding-top: 200px; */
    padding-left: 290px;
    font-size: 28px;
    margin-top: 100px;
    font-weight: 700;
    color: rgb(51, 51, 51);
    /* padding-top: 100px; */
    font-weight: 700;
    }
    .biochemistry-image{
            max-width: 100%;
    height: 400px;
    padding-top: 96px;
    
    }

    .biochemistryy{
        height:1012px;
        padding-top: 60px;
        /* background-color: red; */
    }
  
     /* ===================== TABLET (≤ 992px) ===================== */
@media (max-width: 992px) {

  .biochemistryy{
    height: auto;
    padding-bottom: 40px;
  }

  .biochemistry-strong{
    padding-left: 150px;
    font-size: 26px;
  }

  .v-care{
    flex-direction: column;
    align-items: center;
  }

  .biochemistry-image{
    height: 400px;
    padding-top: 40px;
  }
}

/* ===================== MOBILE (≤ 576px) ===================== */
@media (max-width: 576px) {

  .biochemistryy{
    height: auto;
    padding-bottom: 30px;
  }

  .biochemistry-strong{
    padding-left: 0;
    text-align: center;
    display: block;
    font-size: 22px;
  }

  .lines{
    display: block;
    margin: 10px auto;
  }

  .v-care{
    flex-direction: column;
    align-items: center;
  }

  .about-v-care{
    width: 100%;
  }

  .right{
    width: 100%;
  }

  .right p{
    font-size: 14px;
  }

  .biochemistry-image{
    width: 100%;
    height: auto;
    padding-top: 25px;
  }
}

/* ===== Biochemistry list layout ===== */
.right-biochemistry{
  display: flex;
  justify-content: space-between;
  gap: 40px;
  margin-bottom: 1px;
}

.right-biochemistry p{
  width: 50%;
  margin: 0;
  font-size: 15px;
  color: #666666;
  display: flex;
  align-items: center;
  gap: 10px;
  line-height: 1.1;
}

/* check icon style (same as image) */
.icon-check{
  color: #7a2ee6;   /* purple */
  font-size: 16px;
}

.lines-biochemistry{
  padding-left: 340px;
  padding-bottom: 10px;
}

/* ===== Tablet (max-width: 992px) ===== */
@media (max-width: 992px) {
  .lines-biochemistry {
    padding-left: 200px;
    padding-bottom: 10px;
  }
}

/* ===== Mobile (max-width: 576px) ===== */
@media (max-width: 576px) {
  .lines-biochemistry {
    padding-left: 0;
    text-align: center;
    padding-bottom: 10px;
  }

  .lines-biochemistry img {
    margin: 0 auto;
    display: block;
  }
}


.bioo{
  padding-top: 48px;
}
/* ================= MOBILE VIEW ================= */
@media (max-width: 768px) {

  .right-biochemistry {
    flex-direction: column; 
      /* one by one */
    gap: 10px;
  }

  .right-biochemistry p {
    font-size: 14px;
    /* line-height: ; */
  }
}