.default-device #content .field-content {
    line-height: 1.2;
   }
   .default-device #content .saving-cards {
    margin-right: 402px;
   }

.default-device #content #page-title  {
    font-size: 36px;
    padding: 25px 101px 20px 0;
    color: #0071d3;
    font-weight: 700;
    text-transform: uppercase;
}

.page-not-found #content .saving-cards h1#page-title::after {
    content: "";
    display: block;
    width: 9%;
    margin: 0.6em 0;
    border-bottom: 5px solid #05AA5D;
}

.server-error #content .row .component .component-content  .field-content  h1 {
    font-size: 36px;
    padding: 25px 0px 20px;
    color: #0071d3;
    font-weight: 700;
    text-transform: uppercase;
}
/* .server-error #content .row .component .component-content  .field-content  h2 {
    font-size: 36px;
    color: #0071d3;
    font-weight: 700;
    text-transform: uppercase;
} */
/* .default-device #content .row .component   .component-content  .field-content  h2::after {
    content: "";
    display: block;
    width: 9%;
    margin: 0.6em 0;
    border-bottom: 5px solid #05AA5D;
} */


.default-device #content .component .component-content .container  .page-not-found {
    margin-bottom: 2rem;
    line-height: 1.5;
}


.default-device #content .field-item  p  {
    color: #4c4c4c;
    font-size: 18px;
    padding-bottom: 20px;
}
.default-device #content .field-item  ul li {
    font-size: 18px;
    color: #4c4c4c;
    padding-left: 20px;
    padding-bottom: 16px;
    
}
.default-device #content .field-item  ul li strong {
    font-size: 18px;
    color: #4c4c4c;
    font-weight: 600;
}
.default-device #content .field-item  p strong {
    font-size: 18px;
    color: #4c4c4c;
    font-weight: 600;
    padding-bottom: 15px;
}
.default-device #content .field-item  ul li::before {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #4c4c4c;
  content: "";
  position: absolute;
  left: 0;
  margin-top: 5px;
}