.header {
  background-image: linear-gradient(180deg, #0C0E25 0%, #1B205E 100%);
  width: 100%; }
  .header--diagram {
    height: 500px; }
  .header--homepage {
    height: 600px; }
    .header--homepage .header__diagram {
      top: 120px;
      right: 70px;
      width: 740px; }
      @media (max-width: 480px) {
        .header--homepage .header__diagram {
          width: 100%;
          right: 0;
          top: 200px; } }
  @media (max-width: 480px) {
    .header {
      height: 500px; } }
  .header__container {
    margin: 0 auto;
    max-width: 1150px;
    position: relative;
    display: flex;
    flex-direction: column;
    height: 100%; }
  .header__title {
    z-index: 1;
    max-width: 450px;
    color: #fff;
    margin: auto 0 auto 3em;
    padding-bottom: 6em; }
    @media (max-width: 480px) {
      .header__title {
        padding-bottom: 0;
        text-align: center;
        margin: auto; } }
    .header__title h2 {
      font-size: 1.8em;
      font-weight: normal; }
    .header__title p {
      font-size: .9em;
      line-height: 1.5em; }
  .header__diagram {
    position: absolute;
    top: 140px;
    right: 70px;
    width: 450px; }
    @media (max-width: 480px) {
      .header__diagram {
        width: 100%;
        right: 0;
        top: 200px; } }
  .header__header {
    height: 150px;
    display: flex; }
    @media (max-width: 480px) {
      .header__header {
        flex-direction: column; } }
  .header__logo {
    padding: 3em;
    margin-right: auto;
    cursor: pointer; }
    .header__logo svg {
      width: 175px; }
  .header__menu {
    z-index: 1;
    display: flex;
    padding: 0;
    margin: 0 3em 0 auto;
    align-items: center;
    font-size: .9em; }
    @media (max-width: 480px) {
      .header__menu {
        margin: 0 auto; } }
    .header__menu-item {
      list-style: none;
      margin: 0 1em;
      font-size: 1.2em;
      border-bottom: 2px solid transparent;
      transition: border-bottom-color .3s; }
      .header__menu-item:hover {
        border-bottom: 2px solid #fff; }
      .header__menu-item a {
        color: white;
        text-decoration: none; }

.card-grid {
  display: flex;
  margin: 0 auto;
  max-width: 1150px;
  padding: 1em;
  flex-wrap: wrap; }
  @media (max-width: 750px) {
    .card-grid .card {
      flex-basis: 40%; } }
  @media (max-width: 600px) {
    .card-grid .card {
      flex-basis: 100%;
      max-width: 300px;
      margin-left: auto;
      margin-right: auto; } }

.card {
  margin: 25px;
  width: 300px;
  padding: 23px;
  display: flex;
  flex-direction: column;
  background: #FFFFFF;
  border: 1px solid #DFDFDF;
  box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.06);
  border-radius: 5px;
  min-height: 350px; }
  .card__logo {
    width: auto;
    height: 64px;
    margin: 1em auto; }
    .card__logo img {
      width: auto;
      height: auto;
      max-height: 100%; }
  .card__title {
    text-align: center;
    margin: 1em 0;
    font-size: 1.25em; }
  .card__description {
    opacity: 0.68;
    font-size: .8em;
    color: #111335;
    line-height: 20px;
    flex: 1 1 0px;
    margin-bottom: 1.2em; }
  .card__footer {
    padding: 1em 0 0 0;
    text-align: center;
    font-size: 0.7em;
    color: #a4a4b9; }
    .card__footer--development {
      border-top: 1px solid #DFDFDF; }
    .card__footer--roadMap {
      border-top: 1px solid #DFDFDF; }
  .card__button {
    padding: .5em;
    color: #4A4AD0;
    font-weight: 700;
    font-size: .8em;
    text-align: center;
    cursor: pointer; }

