header.template-header .header-wrap .template-header-mobile-bar .template-header-mobile-bar__phone--single span.phone-label:before {
	content: "\f095";
	font-family: "FontAwesome";
	margin-right: 5px;
}

div.page-content h4 {
    color: #122ff1!important;
    text-align: center!important;
    width: 100%;
    display: block;
}

.payment-options h5 {
    text-align: center!important;
    width: 100%;
    display: block;
}

.payment-options {
  background: #f8fafc;
  border: 1px solid #e5e7eb;
  border-left: 4px solid #03195f;
  border-right: 4px solid #03195f;
  padding: 28px 32px;
  margin: 40px 0;
  border-radius: 8px;
}

.payment-options h3 {
  margin: 0 0 14px 0;
  font-size: 1.25rem;
  font-weight: 600;
  color: #03195f;
}

.payment-options p {
  margin: 0 0 12px 0;
  line-height: 1.65;
  color: #333;
}

.payment-options p:last-child {
  margin-bottom: 0;
}