h2, .h2, .section.cards .c-section__title {
    color:white;
    font-family: 'klinic_slabmedium_italic', serif;
    font-weight:500;
    color: #DBD5CD !important;
    text-transform: none !important;
    letter-spacing: 0px;
    font-size: 6rem;
}

    
  h4 {
    font-family: proxima-nova, OpenSans, "Helvetica Neue", Helvetica, Arial, sans-serif;  /* same font as your <p> tags */
    color: #CEAA4E;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    font-size: 2rem;
    margin-bottom: 0.5rem;
    font-weight:700;
  }

p.future {
    margin-bottom:0px;
}
  
.bluebg {
    background-color:#2B5166;
}

.darkbluebg {
    background-color:#143344;
    
}