 /* General */

 .container {
    width: 90%;
    margin: 0 auto;
  }

  .text-white {
    color: white;
  }

  /* Slider */
  .slider {
    background: url("assets/images/sliders/slider-neurofisiologa.jpg")
      no-repeat center 53%;
    background-size: cover;
    padding: 50px 0;
  }

  .slide__content {
    background: rgba(0, 0, 0, 0.5);
    padding: 20px;
    border-radius: 10px;
  }

  .btn {
    display: inline-flex;
    align-items: center;
    padding: 10px 20px;
    border-radius: 30px;
    text-decoration: none;
    font-weight: bold;
  }

  .btn__primary {
    background-color: #007bff;
    color: white;
  }

  .btn__secondary {
    background-color: #28a745;
    color: white;
  }

  .btn i {
    margin-right: 10px;
  }

  /* About Section */
  .about-layout1 {
    padding: 50px 0;
  }

  .heading__title {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 20px;
  }

  .about__text {
    font-size: 16px;
  }

  .action-buttons {
    margin-top: 20px;
  }

  /* Video Banner */
  .video-banner img {
    width: 100%;
    border-radius: 10px;
  }

  /* Benefits Section */
  .about-layout5 {
    background-color: #f2f2f2;
    padding: 50px 0;
  }

  .map-wrapper img {
    width: 100%;
    border-radius: 10px;
  }

  .benefits-list {
    list-style: none;
    padding: 0;
  }

  .benefits-list li {
    margin-bottom: 15px;
    font-size: 16px;
  }

  .benefits-list i {
    color: #28a745;
    margin-right: 10px;
  }