﻿
.guide-entry {
  flex: 1;
  margin: 2em;
}

  .guide-entry > br {
    font-size: 20px;
    line-height: 27px;
  }

  .guide-entry > a {
    color: #0077BA !important;
    text-decoration: underline;
    font-weight: bold;
    font-size: 20px;
  }
.guide-heading {
  font-size: 48px;
  text-align: center;
  color: #2F3538;
  font-weight: bold;
}
.guide-title {
  font-size: 32px;
  line-height: 44px;
  color: #2F3538;
  font-weight: bold;
}

.guide-text {
  color: #2F3538;
  line-height: 25px;
  font-size: 18px;
  margin-right: 30px;
}

.faq-heading {
  font-size: 48px;
  font-weight: bold;
  text-align: center;
  color: #2F3538;
  line-height: 100px;
  margin-bottom: 23px;
}