blockquote {
    background: #f0f9ff;
    border-left: 10px solid #006cb8;
    margin: 1.5em 10px;
    padding: 0.5em 10px;
    quotes: "\201C""\201D""\2018""\2019";

    margin-left: 0px;
    margin-right: 0px;

  }
  blockquote:before {
    color: #b7292e;
    content: open-quote;
    font-size: 4em;
    line-height: 0.1em;
    margin-right: 0.25em;
    vertical-align: -0.4em;
  }
  blockquote p {
    display: inline;
  }

  .services-details__content strong {
    color: #006cb8;
    font-weight: 700;
  }

  .services-details__content ul {
    border: solid 2px #006cb8;
    border-radius: 5px;
    padding: 0.5em 1em 0.5em 2.3em;
    position: relative;
  }

  .services-details__content ul li {
    line-height: 1.5;
    padding: 0.5em 0;
    list-style-type: none!important;
  }

  .services-details__content ul li:before {
    font-family: FontAwesome;
    content: "\f138";
    position: absolute;
    left : 1em;
    color: #006cb8;
  }

  .blog-details__content strong {
    color: #006cb8;
    font-weight: 700;
  }
