.big-header {
  background: #001c36;
}
.big-header__content {
  display: flex;
  flex-flow: column; 
  gap: 155px;
  padding: 36px 0 72px 0;
}
.big-header__title {
  font-family: Geist;
  font-weight: 300;
  font-size: 148px;
  line-height: 100%;
  letter-spacing: -3.4%;
  text-transform: lowercase;
  color: #f0f2f5;
}

@media (max-width: 1024px) {
  .big-header__content {
    display: flex;
    flex-flow: column;
    padding: 24px 0;
	gap: 0;
  }
	.big-header .ocean-breadcrumbs {
		padding-bottom: 64px;
	}
	.big-header .sticky-social-mob {
		padding-bottom: 16px;
	}
  .big-header__title {
    font-family: Geist;
    font-weight: 300;
    font-size: 64px;
    line-height: 100%;
    letter-spacing: calc((64px / 100 ) * -3.4);
    text-transform: lowercase;
  }
}/*# sourceMappingURL=style.css.map */