html, body {
    overflow-x: hidden;
  }
.dental-section {
    padding: 80px 0;
}

.dental-title {
    font-weight: 700;
    color: #222;
}

.dental-text {
    font-size: 16px;
    line-height: 1.8;
    color: #555;
}

video {
    width: 65%;
    border-radius: 16px;
    box-shadow: 0 15px 40px rgba(0,0,0,0.15);
}