.voxel-studio-section {
    color: #ffffff; /* Texto blanco */
    padding: 120px 20px;
    text-align: center;
  }
  
  .voxel-studio-section .container {
    max-width: 1400px;
    margin: 0 auto;
  }
  
  .voxel-studio-section .section-title {
    font-size: 40px;
    font-weight: 600;
    margin-bottom: 20px;
    text-transform: uppercase;
  }
  
  .voxel-studio-section .section-subtitle {
    font-size: 40px;
    font-weight: 600;
    margin-top: 30px;
  }
  
  .voxel-studio-section p {
    font-size: 15px;
    line-height: 1.6;
    margin-bottom: 15px;
    text-align: justify;
  }

  a {
    text-decoration: none; /* Elimina el subrayado */
    color: #287b8a; /* Color personalizado (puedes cambiarlo por el que prefieras) */
    font-weight: bold; /* Opcional: hace que el texto sea más resaltado */
    transition: color 0.3s ease; /* Transición suave al cambiar el color */
}

  