.dentmatrix-lab {
  width: 100%;
  background: #fff;
  color: #000;
  font-family: var(--font1);
}

.dentmatrix-lab-container {
  max-width: 1700px;
  margin: 0 auto;
  padding: 60px 40px;
}

.dentmatrix-lab-hero {
  margin-bottom: 80px;
}

.dentmatrix-lab-subtitle {
  font-size: 36px;
  max-width: 1200px;
  font-weight: 500;
  margin: 0 0 30px 0;
  line-height: 1.2;
}

.dentmatrix-lab-description {
  font-size: 17px;
  line-height: 1.5;
  color: #666;
  margin-bottom: 16px;
  max-width: 1200px;
}

.dentmatrix-lab-section {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center;
  margin-bottom: 80px;
  background: #f5f5f5;
  padding: 60px 0;
  width: 100vw;
  margin-left: calc(-50vw + 50%);
}

.dentmatrix-lab-section:last-child {
  margin-bottom: 00px;
}

.dentmatrix-lab-section > * {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 40px;
}

.dentmatrix-lab-section.reverse .dentmatrix-lab-content {
  order: 1;
  margin-left: 40px;
}

.dentmatrix-lab-section.reverse .dentmatrix-lab-image {
  order: 2;
}

.dentmatrix-lab-image img {
  width: 100%;
  height: 400px;
  object-fit: cover;
  border-radius: 8px;
}

.dentmatrix-lab-content h3 {
  font-size: 36px;
  font-weight: 500;
  margin-bottom: 24px;
  line-height: 42px;
}

.dentmatrix-lab-content p {
  font-size: 17px;
  line-height: 1.5;
  color: #666;
  margin-bottom: 16px;
}

.dentmatrix-benefits-list {
  list-style: none;
  padding: 0;
  margin: 20px 0 0 0;
}

.dentmatrix-benefits-list li {
  font-size: 17px;
  line-height: 1.5;
  color: #666;
  margin-bottom: 12px;
  padding-left: 0;
}

@media (max-width: 991px) {
  .dentmatrix-lab-image {
    display: flex;
    justify-content: center;
    order: 1 !important;
  }
  
  .dentmatrix-lab-content {
    order: 2 !important;
  }
  
  .dentmatrix-lab-section.reverse .dentmatrix-lab-content {
    margin-left: 0;
  }
  
  .dentmatrix-lab-section {
    grid-template-columns: 1fr;
  }
  
  .dentmatrix-lab-subtitle,
  .dentmatrix-lab-description {
    text-align: center;
  }
  
  .dentmatrix-lab-content h3,
  .dentmatrix-lab-content p {
    text-align: center;
  }
}

@media (max-width: 767px) {
  .dentmatrix-lab-container {
    padding: 40px 20px;
  }
  
  .dentmatrix-lab-hero {
    margin-bottom: 60px;
  }
  
  .dentmatrix-lab-subtitle {
    font-size: 24px;
    margin-bottom: 25px;
  }
  
  .dentmatrix-lab-description {
    font-size: 15px;
  }
  
  .dentmatrix-lab-section {
    gap: 25px;
    margin-bottom: 50px;
    padding: 40px 0;
  }
  
  .dentmatrix-lab-section > * {
    padding: 0 20px;
  }
  
  .dentmatrix-lab-content h3 {
    font-size: 24px;
    margin-bottom: 18px;
  }
  
  .dentmatrix-lab-content p {
    font-size: 15px;
  }
  
  .dentmatrix-lab-image img {
    height: 280px;
  }
}

@media (max-width: 575px) {
  .dentmatrix-lab-container {
    padding: 30px 15px;
  }
  
  .dentmatrix-lab-hero {
    margin-bottom: 50px;
  }
  
  .dentmatrix-lab-subtitle {
    font-size: 20px;
    margin-bottom: 20px;
  }
  
  .dentmatrix-lab-description {
    font-size: 14px;
    margin-bottom: 15px;
  }
  
  .dentmatrix-lab-section {
    gap: 20px;
    margin-bottom: 40px;
    padding: 30px 0;
  }
  
  .dentmatrix-lab-section > * {
    padding: 0 15px;
  }
  
  .dentmatrix-lab-content h3 {
    font-size: 20px;
    margin-bottom: 15px;
  }
  
  .dentmatrix-lab-content p {
    font-size: 14px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .dentmatrix-lab-container {
    padding: 50px 30px;
  }
  
  .dentmatrix-lab-hero {
    margin-bottom: 70px;
  }
  
  .dentmatrix-lab-subtitle {
    font-size: 28px;
  }
  
  .dentmatrix-lab-description {
    font-size: 16px;
  }
  
  .dentmatrix-lab-section {
    gap: 30px;
    margin-bottom: 60px;
    padding: 50px 0;
  }
  
  .dentmatrix-lab-section > * {
    padding: 0 30px;
  }
  
  .dentmatrix-lab-content h3 {
    font-size: 28px;
    margin-bottom: 20px;
  }
  
  .dentmatrix-lab-content p {
    font-size: 16px;
  }
  
  .dentmatrix-lab-image img {
    height: 320px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .dentmatrix-lab-container {
    padding: 60px 40px;
  }
  
  .dentmatrix-lab-subtitle {
    font-size: 32px;
  }
  
  .dentmatrix-lab-section {
    gap: 50px;
    margin-bottom: 70px;
  }
  
  .dentmatrix-lab-content h3 {
    font-size: 32px;
  }
  
  .dentmatrix-lab-image img {
    height: 380px;
  }
}

@media (min-width: 1200px) {
  .dentmatrix-lab-container {
    padding: 80px 60px;
  }
  
  .dentmatrix-lab-subtitle {
    font-size: 38px;
  }
  
  .dentmatrix-lab-description {
    font-size: 18px;
  }
  
  .dentmatrix-lab-content h3 {
    font-size: 38px;
  }
  
  .dentmatrix-lab-content p {
    font-size: 18px;
  }
}
