/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */
/* 
.wp-resources-header {
  position: relative;
  padding: 80px 30px;
  background-color: #eef0f1;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.wp-resources-header__container {
  max-width: 1280px;
  margin: 0 auto;
}

.wp-resources-header__row {
  display: flex;
  align-items: center;
}

.wp-resources-header__col {
  width: calc(50% - 30px);
  max-width: 600px;
}

.wp-resources-header__kicker {
  color: #222222;
  font-size: 32px;
  font-weight: 300;
  letter-spacing: -0.8px;
  margin: 0;
}

.wp-resources-header__title {
  color: #222222;
  font-size: 60px;
  font-weight: 700;
  margin: 0 0 1rem;
}

.wp-resources-header__content {
  color: #222222;
  font-size: 16px;
}

@media screen and (max-width: 768px) {
  .wp-resources-header__row {
    display: block;
  }

  .wp-resources-header__col {
    position: relative;
    width: auto;
  }

  .wp-resources-header__kicker {
    font-size: 28px;
  }

  .wp-resources-header__title {
    font-size: 50px;
  }
}

@media screen and (max-width: 480px) {
  .wp-resources-header__kicker {
    font-size: 22px;
  }

  .wp-resources-header__title {
    font-size: 40px;
  }
} */
