/**
 * The base file that should be imported by every file.
 * There should be no CSS generation in this or from imported scss files at all!
 */
/**
 * Library
 */
/**
 * Variables and functions
 */
#section-we-offer .container-wrapper h2 {
  color: #1C3F85;
  margin-top: 0;
  font-size: 32px; }
  @media (max-width: 767px) {
    #section-we-offer .container-wrapper h2 {
      text-align: center;
      display: block; } }
  @media (min-width: 768px) {
    #section-we-offer .container-wrapper h2 {
      font-size: 36px; } }
  @media (min-width: 981px) {
    #section-we-offer .container-wrapper h2 {
      font-size: 40px; } }

#section-we-offer .container-wrapper ul {
  padding-left: 0; }
  #section-we-offer .container-wrapper ul li {
    font-family: "MultipleSansPro", Helvetica, Arial, sans-serif;
    color: #1C3F85;
    font-size: 18px;
    font-weight: 600;
    position: relative;
    padding-left: 2rem; }
    @media (min-width: 768px) {
      #section-we-offer .container-wrapper ul li {
        font-size: 20px; } }
    #section-we-offer .container-wrapper ul li:before {
      content: '\e90c';
      font-family: Icomoon;
      position: absolute;
      left: 0;
      margin-left: 0; }

/*# sourceMappingURL=we-offer.css.map */
