.bg-gray {
    background-color: #f3f3f3;
}

.bg-white {
    background-color: #fff;
}

.border-top-yellow {
    border-top: 2px solid #FDF035;
}

.border-bottom-grey {
    border-bottom: 2px solid #E6E6E6;
}

.block .block-title {
  text-transform: uppercase;
  font-size: 36px;
  line-height: 1em;
  text-align: center;
  font-weight: 300;
  padding: 72px 0 55px;
  box-sizing: border-box;
  color: #27498B;
}

.btn--blue {
    background-color: #376FDC !important;
    color: #FDF035 !important;
}

.content ul {
    font-weight: 300;
}