<style>
    body {
      margin: 0;
      font-family: 'Georgia', serif;
      background-color: #fff;
    }

    .services-banner {
      background-color: mediumvioletred;
      color: white;
      text-align: center;
      padding: 80px 20px 60px;
    }

    .services-banner h1 {
      font-size: 48px;
      margin-bottom: 10px;
    }

    .breadcrumb {
      color: #dcdcdc;
      font-size: 18px;
    }

    .breadcrumb span {
      color: white;
      font-weight: 500;
      margin-left: 5px;
    }

    .services-intro {
      text-align: center;
      padding: 60px 20px 40px;
    }

    .services-intro h3 {
      font-style: italic;
      font-size: 24px;
      color: black;
      margin-bottom: 10px;
    }

    .services-intro h2 {
      font-size: 40px;
      font-weight: bold;
      margin-bottom: 20px;
      color: #111;
    }
    }
    }
    }
  </style>
