@charset "utf-8";
/* CSS Document */

/*Next Mission*/

.next-mission {
	margin: 0 2rem;
}

.next-mission h2 {
    line-height: 38px;
    font-weight: 700;
    letter-spacing: -0.04em;
    margin-top: 6px;
    margin-right: 0px;
    color: var(--color-header);
}

.next-mission .next {
	outline: 4px solid white;
	outline-offset: -8px;
}

.next-mission h3 {
  font-size: 24px;
  margin-bottom: 10px;
  font-weight: 600;
  line-height: 1.5;
  color: var(--color-secondary);
  font-family: var(--font-header);
}