.section-3{
    position: relative;
    max-width: 2000px;
    margin: 30px auto;
    width: 100%;
    font-family: "Roboto", sans-serif;
    overflow: hidden;
    transition: all 0.5s ease;
}

.tech-labs-section {
    text-align: center;
    transition: all 0.5s ease;
  }
  
  .tech-labs-heading {
    font-size: 3rem;
    color: #003E65; 
    font-family: "monserrat", sans-serif;
    transition: all 0.5s ease;
}
  
  .tech-labs-subtext {
    font-size: 1rem;
    line-height: 1.6;
    color: #000;
    margin-bottom: 40px;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
    padding: 5px;
    transition: all 0.5s ease;
  }

/* Layout */
.tech-labs-layout {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0rem;
    flex-wrap: wrap;
    transition: all 0.5s ease;
  }
  
  .tech-labs-column {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 20px;
    flex: 1;
    transition: all 0.5s ease;
  }
 

  .tech-labs-center {
    flex: 1;
    text-align: center;
    transition: all 0.5s ease;
  }
  
  .tech-labs-image {
    position: relative;
    max-width: 373.38px;
    height: 373.38px;
    object-fit: contain;
    transition: all 0.5s ease;
  }
  

  /* Content Blocks */
  .tech-lab-block {
    position: relative;
    max-width: 233.71px;
    text-align: center;
    transition: all 0.5s ease;
  }
  
  .tech-lab-icon {
    width: 30px;
    height: 30px;
    transition: all 0.5s ease;
  }
  
  .tech-lab-title {
    font-size: 1.3rem;
    color: #000;
    transition: all 0.5s ease;
   
  }
  
  .tech-lab-description {
    font-size: 1rem;
    color: #000;
    line-height: 1.5;
    transition: all 0.5s ease;
  }

/* 320px */
@media screen and (min-width: 320px) {
    .section-3{
        margin: -80px auto;
    }
    .tech-labs-heading {
        font-size: 2.4rem;
        padding: 5px;
    }
    
    .tech-labs-layout {
        margin-top: 30px;
    }

    .tech-labs-image {
        margin-top: 20px;
        margin-bottom: 20px;
    }
}
/* 375px */
@media screen and (min-width: 375px) {
    .section-3{
        margin: -50px auto;
    }
    .tech-labs-heading {
        font-size: 2.7rem;
        padding: 0px;
    }
    
    .tech-labs-layout {
        margin-top: 30px;
    }

    .tech-labs-image {
        margin-top: 20px;
        margin-bottom: 20px;
    }
}
/* 768px */
@media screen and (min-width: 768px) {
    .section-3{
        margin: -100px auto;
    }
    .tech-labs-heading {
        font-size: 2.7rem;
        padding: 0px;
    }
    
    .tech-labs-layout {
        margin-top: 0px;
        gap: 2rem;
        padding: 10px;
    }

    .tech-labs-image {
        margin-top: 0px;
        margin-bottom: 0px;
    }
}
/* 1024px */
@media screen and (min-width: 1024px) {
    .section-3{
        margin: 0px auto;
    }
    .tech-labs-heading {
        font-size: 2.7rem;
        padding: 0px;
    }
    
    .tech-labs-layout {
        margin-top: 0px;
        gap: 0rem;
        padding: 20px;
    }
}
/* 1440px */
@media screen and (min-width: 1440px) {
    .tech-labs-layout {
        padding: 0px 250px 0px 250px;
    }
}