  .service-description {
    background-color: #1c1c1c;
    color: white;
    padding: 50px 0;
  }

  .service-description-title {
    font-size: 24px;
    font-weight: 800;
    color: #fff;
    line-height: 1.4;
    text-align: start;
    margin-bottom: 30px;
  }

  .service-description-subtitle,
  .service-description-subheading {
    font-weight: bold;
    color: #fff;
    margin: 20px 0;
  }

  .service-description-subtitle {
    font-size: 18px;
  }

  .service-description-subheading {
    font-size: 16px;
  }

  .service-description-list {
    list-style: none;
    padding-left: 0;
    margin-bottom: 20px;
  }

  .service-description-list li {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
  }

 /*

 .footer-square {
    width: 8px;
    height: 8px;
    background-color: #2c94ff;
    margin-right: 10px;
    border-radius: 2px;
  }

  */

  .service-description-text {
    margin-top: 10px;
    line-height: 1.6;
  }
