.model-viewer {
  position: relative;
  width: 800px; 
  height: 600px; 
}

canvas {
  display: block;
  border-radius: 5px;
  border: 2px solid #000000b0;
  background-color: #0e0e0f;
}

.cluster-container {
  padding-left: 100px;
}

.content ul {
    list-style: none;
    padding: 0;
  }
  
.content ul li {
    margin-bottom: 20px;
    display: flex;
    align-items: center;
  }
  
 .content ul strong {
    margin-right: 10px;
  }
  
.content ul i {
    font-size: 16px;
    margin-right: 5px;
    color: #149ddd;
    line-height: 0;
  }

  .content-block {
    padding-left: 50px;
    padding-top: 10px;
  }

  .section-title {
    padding-bottom: 20px;
  }

  .section-title p {
    padding-bottom: 20px;
    text-align: center;
  }
  
  .section-title h2 {
    font-size: 32px;
    font-weight: bold;
    margin-bottom: 20px;
    padding-bottom: 20px;
    text-align: center;
    position: relative;
    color: #272626;
  }
  
  
  .section-title h2::after, 
  .section-title h4::after {
    content: "";
    position: absolute;
    display: block;
    width: 636px;
    height: 3px;
    background: #272626;
    bottom: 0;
    left: 50%; /* Set left to 50% */
    transform: translateX(-50%); /* Center the line horizontally */
  }
  
  .section-title p {
    margin-bottom: 0;
  }