.iphone-nav {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  z-index: 9999;
  width: 100%;
  height: 52px;
}

.container {
  position: relative;
  max-width: 980px;
  margin-right: auto;
  margin-left: auto;
}

.container.container--hero-copy {
  position: relative;
  margin-top: -70px;
}

.container.container--center {
  text-align: center;
}

.container.container--center-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}

.iphone-nav-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 52px;
  padding-right: 12px;
  padding-left: 12px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #f5f5f7;
}

.iphone-nav-title {
  color: #f5f5f7;
  font-size: 21px;
  font-weight: 600;
  text-decoration: none;
}

.buy-button {
  margin-left: 24px;
  padding: 4px 11px;
  border-radius: 50px;
  background-color: #0071e3;
  color: #fff;
  font-size: 12px;
}

.buy-button:hover {
  background-color: #1680eb;
}

.body {
  background-color: #000;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
  color: #fff;
  font-size: 17px;
}

.nav-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 44px;
  max-height: 44px;
  padding-right: 12px;
  padding-left: 12px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.nav-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 44px;
  padding-right: 10px;
  padding-left: 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: opacity 200ms cubic-bezier(.645, .045, .355, 1);
  transition: opacity 200ms cubic-bezier(.645, .045, .355, 1);
  color: #f5f5f7;
  font-size: 15px;
  text-align: center;
  text-decoration: none;
}

.nav-link:hover {
  opacity: 0.7;
}

.nav-link.bag {
  background-image: url('../images/bag.svg');
  background-position: 50% 50%;
  background-repeat: no-repeat;
}

.nav-link.search {
  background-image: url('../images/search.svg');
  background-position: 50% 50%;
  background-size: auto;
  background-repeat: no-repeat;
}

.nav-link.logo {
  background-image: url('../images/apple-logo.svg');
  background-position: 50% 50%;
  background-size: 16px 44px;
  background-repeat: no-repeat;
}

.nav {
  position: relative;
  z-index: 9999;
  width: 100%;
  height: 44px;
  max-height: 44px;
  background-color: rgba(0, 0, 0, 0.8);
}

.mobile-burger-line {
  width: 60%;
  height: 1px;
  background-color: #fff;
}

.mobile-burger {
  display: none;
  width: 30px;
  height: 30px;
  padding-top: 7px;
  padding-bottom: 7px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.hero {
  padding-bottom: 25vh;
}

.hero-header {
  overflow: hidden;
}

.hero-headline {
  position: relative;
  z-index: 2;
  margin-top: 72px;
  color: #f5f5f7;
  text-align: center;
}

.hero-heading-eyebrow {
  margin-top: 0px;
  margin-bottom: 8px;
  font-size: 24px;
  line-height: 1.2;
  font-weight: 600;
  letter-spacing: 0px;
}

.hero-heading {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 80px;
  line-height: 1.1;
  font-weight: 600;
  letter-spacing: -0.015em;
}

.hero-video-wrap {
  position: relative;
  left: 24px;
  top: -27px;
  z-index: -1;
  width: 1352px;
}

.hero-video {
  position: absolute;
  top: 0px;
  z-index: 1;
  width: 100%;
  height: 100%;
}

.ix-shadow {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 200%;
  background-image: linear-gradient(110deg, transparent, #000 50%);
}

.ix-shadow.ix-shadow--vertical {
  width: 200%;
  height: 200%;
  background-image: linear-gradient(165deg, transparent, #000 50%);
}

.intro-paragraph {
  width: 68%;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
  color: #a1a1a6;
  font-size: 24px;
  line-height: 1.16667;
  font-weight: 600;
  text-align: center;
  letter-spacing: 0.009em;
}

.intro-paragraph.intro-paragraph--small {
  margin-top: 50px;
  font-size: 21px;
  font-weight: 600;
}

.design {
  overflow: hidden;
}

.design-bezel {
  padding-top: 180px;
}

.sub-section-headline-wrap {
  position: relative;
}

.sub-section-headline {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 56px;
  line-height: 1.2;
  font-weight: 600;
  letter-spacing: -0.005em;
}

.design-bezel-img {
  margin-top: 62px;
  box-shadow: 0 -20px 30px 0 #000;
}

.design-display {
  padding-bottom: 150px;
}

.display-video {
  width: 320px;
  height: 628px;
}

.video.display-video {
  margin-right: auto;
  margin-left: auto;
}

.video.video--finishes {
  left: 50%;
  width: 1108px;
  height: 950px;
  -webkit-transform: translate(-50%, 0px);
  -ms-transform: translate(-50%, 0px);
  transform: translate(-50%, 0px);
}

.design-display-compare-wrap {
  position: absolute;
  bottom: 250px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.design-display-caption {
  line-height: 1.24;
  font-weight: 600;
  text-align: left;
  letter-spacing: -0.22px;
}

.design-display-caption.design-display-caption--left {
  text-align: right;
}

.design-display-caption-secondary {
  color: #a1a1a6;
}

.design-glass {
  margin-top: 150px;
}

.glass-img {
  position: relative;
  margin-top: 45px;
  margin-bottom: 45px;
}

.design-glass-subheading-wrap {
  position: relative;
  margin-top: 26px;
}

.design-glass-subheading {
  width: 45%;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
  background-image: -webkit-gradient(linear, left top, right top, from(#005e7f), to(#61b6cd));
  background-image: linear-gradient(90deg, #005e7f, #61b6cd);
  font-size: 32px;
  line-height: 1.12;
  font-weight: 600;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.design-steel {
  margin-top: 225px;
}

.steel-anim {
  width: 176px;
  height: 1400px;
  margin-right: auto;
  margin-left: auto;
}

.learn-more-button {
  margin-top: 64px;
  padding: 8px 16px;
  border: 1px solid #f5f5f7;
  border-radius: 50px;
  background-color: transparent;
  -webkit-transition: color 350ms ease-in-out, background-color 350ms ease-in-out;
  transition: color 350ms ease-in-out, background-color 350ms ease-in-out;
  line-height: 1.17064;
}

.learn-more-button:hover {
  background-color: #fff;
  color: #000;
}

.learn-more-button.learn-more-button--blue {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  border-color: #61b6cd;
}

.design-steel-text {
  margin: 0px;
  font-size: 56px;
  line-height: 1.2;
  font-weight: 600;
  letter-spacing: -0.005em;
}

.design-steel-text-wrap {
  position: relative;
}

.design-steel-text-wrap.design-steel-text-wrap--left {
  position: absolute;
  left: 216px;
  top: 0px;
}

.design-steel-text-wrap.design-steel-text-wrap--right {
  position: absolute;
  right: 216px;
  bottom: 245px;
}

.design-water {
  padding-bottom: 150px;
}

.water-img {
  position: relative;
  left: 120px;
}

.design-water-text-wrap {
  position: relative;
  top: -363px;
  padding-right: 68%;
}

.sub-section-subheading {
  margin-top: 24px;
  color: #a1a1a6;
  font-size: 21px;
  line-height: 1.19;
  font-weight: 600;
}

.sub-section-subheading.sub-section-subheading--water {
  padding-right: 86px;
}

.design-finishes {
  margin-top: 20px;
  padding-bottom: 80px;
}

.design-finishes-text-wrap {
  margin-top: 55px;
}

._5g {
  overflow: hidden;
  margin-top: 425px;
}

.section-header {
  position: relative;
  margin-bottom: 115px;
}

.section-heading {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 80px;
  line-height: 1.2;
  font-weight: 600;
  letter-spacing: -0.015em;
}

.section-heading-eyebrow {
  display: block;
  color: #6e6e73;
}

.device {
  position: relative;
  width: 770px;
  height: 1336px;
  margin-right: auto;
  margin-left: auto;
  box-shadow: 0 -6px 50px 0 #000;
}

.hardware {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 1;
}

.hardware-gradient {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  width: 100%;
  height: 100%;
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(10%, rgba(0, 0, 0, 0.6)), color-stop(30%, #000));
  background-image: linear-gradient(180deg, transparent, rgba(0, 0, 0, 0.6) 10%, #000 30%);
}

.screen {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  z-index: 1;
  width: 770px;
  height: 1336px;
  padding: 80px 20px 20px;
}

.screen-ui-top {
  width: 650px;
  height: 200px;
  margin-right: auto;
  margin-left: auto;
}

.downloads {
  margin-bottom: 0px;
  padding-right: 25px;
  padding-left: 75px;
  list-style-type: none;
}

.divider {
  height: 1px;
  margin-top: 26px;
  margin-right: 25px;
  margin-left: 75px;
  background-color: #424245;
}

.download {
  position: relative;
  padding-top: 12px;
  padding-bottom: 12px;
  -webkit-transform-origin: 50% 0%;
  -ms-transform-origin: 50% 0%;
  transform-origin: 50% 0%;
  text-align: left;
}

.download-img {
  width: 533px;
}

.download-text {
  position: absolute;
  left: 201px;
  top: 12px;
  width: 340px;
  background-color: #000;
}

.ui-arrow {
  position: absolute;
  top: 50px;
  right: 65px;
  width: 22px;
  height: 32px;
  background-image: url('../images/5g_arrow__c9mz5ucsvo2u_large_2x_15g_arrow__c9mz5ucsvo2u_large_2x.jpg');
  background-position: 50% 50%;
  background-size: contain;
}

.ui-download-progress {
  position: absolute;
  top: 34px;
  right: 50px;
  width: 50px;
}

.download-divider {
  position: absolute;
  right: 0px;
  bottom: 0px;
  width: 68%;
  height: 1px;
  background-color: #1e1e1e;
}

.hero-img-medium {
  display: none;
}

.hero-video-medium {
  display: none;
}

.hero-video-small {
  display: none;
}

.glass-img-mobile {
  display: none;
}

.note {
  position: relative;
  z-index: 999;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 150px;
  padding-top: 30px;
  padding-bottom: 30px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fafafa;
}

.note-text {
  margin-bottom: 0px;
  color: #111;
  font-size: 20px;
  line-height: 1.2;
  font-weight: 600;
  text-align: center;
}

.link {
  color: #111;
}

.open-in-webflow-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 15px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #000;
  text-decoration: underline;
}

.text-block {
  color: #000;
  font-size: 20px;
  font-weight: 600;
  text-decoration: none;
}

.thanks-heading {
  margin-top: 44px;
  margin-bottom: 24px;
  color: #111;
  font-size: 48px;
  line-height: 1.333;
  font-weight: 600;
  text-align: center;
}

.made-by-image {
  width: 350px;
  margin-bottom: 28px;
}

.thanks {
  position: relative;
  margin-top: 0px;
  padding-top: 100px;
  padding-bottom: 100px;
  background-color: #fff;
}

.other-projects-wrap {
  display: block;
  padding: 0px 60px;
  border-radius: 12px;
  background-color: #1b1b1b;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  text-align: center;
}

.other-projects-wrap:hover {
  border-radius: 12px;
  box-shadow: 6px 6px 100px 0 rgba(0, 0, 0, 0.19);
}

.other-projects {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 63px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.other-project-image {
  max-width: 400px;
  border-radius: 20px;
}

.thanks-link {
  display: block;
  margin-top: 30px;
  color: #111;
  font-size: 22px;
  font-weight: 600;
  text-decoration: underline;
}

.iphone-nav-link {
  margin-left: 24px;
  color: #ececec;
  font-size: 12px;
  text-decoration: none;
}

.iphone-nav-link.iphone-nav-link--current {
  color: #aaa;
}

@media screen and (max-width: 991px) {
  .iphone-nav {
    display: block;
  }

  .container {
    max-width: 692px;
  }

  .container.container--nav {
    max-width: 890px;
  }

  .iphone-nav-content {
    padding-right: 16px;
    padding-left: 16px;
  }

  .nav-menu {
    padding-right: 16px;
    padding-left: 16px;
  }

  .nav-link {
    display: none;
  }

  .nav-link.bag {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .nav-link.logo {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .nav {
    display: block;
  }

  .mobile-burger {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .hero-headline {
    margin-top: 82px;
  }

  .hero-heading {
    font-size: 56px;
  }

  .hero-video-wrap {
    left: -156px;
    top: -62px;
    width: 1020px;
  }

  .hero-img {
    display: none;
  }

  .hero-video {
    display: none;
  }

  .intro-paragraph {
    width: 70%;
    font-size: 21px;
  }

  .intro-paragraph.intro-paragraph--small {
    width: 100%;
    margin-top: 36px;
    font-size: 17px;
  }

  .design-bezel {
    padding-top: 140px;
  }

  .sub-section-headline {
    font-size: 40px;
    letter-spacing: 0em;
  }

  .design-bezel-img {
    width: 590px;
  }

  .video.display-video {
    width: 288px;
    height: 566px;
  }

  .video.video--finishes {
    width: 706px;
    height: 606px;
  }

  .glass-img {
    width: 655px;
  }

  .design-glass-subheading {
    width: 50%;
    font-size: 26px;
  }

  .steel-anim {
    width: 120px;
    height: 1016px;
  }

  .design-steel-text {
    font-size: 40px;
    letter-spacing: 0em;
  }

  .design-steel-text-wrap.design-steel-text-wrap--left {
    left: 122px;
  }

  .design-steel-text-wrap.design-steel-text-wrap--right {
    right: 122px;
    bottom: 250px;
  }

  .water-img {
    left: 32px;
    width: 662px;
  }

  .design-water-text-wrap {
    top: -217px;
    padding-right: 50%;
  }

  .sub-section-subheading {
    margin-top: 17px;
  }

  .sub-section-subheading.sub-section-subheading--water {
    padding-right: 124px;
    font-size: 19px;
  }

  ._5g {
    margin-top: 220px;
  }

  .section-header {
    margin-bottom: 65px;
  }

  .section-heading {
    font-size: 56px;
    letter-spacing: -0.005em;
  }

  .device {
    width: 520px;
    height: 920px;
  }

  .screen {
    width: 520px;
    height: 920px;
    padding-top: 54px;
    padding-right: 12px;
    padding-left: 12px;
  }

  .screen-ui-top {
    width: 439px;
    height: 135px;
  }

  .downloads {
    padding-right: 18px;
    padding-left: 51px;
  }

  .divider {
    margin-left: 52px;
  }

  .download {
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .download-img {
    width: 360px;
  }

  .download-text {
    left: 135px;
    top: 8px;
    width: 225px;
  }

  .ui-arrow {
    top: 32px;
    right: 44px;
    width: 14px;
    height: 23px;
  }

  .ui-download-progress {
    top: 16px;
    right: 34px;
    width: 42px;
  }

  .hero-img-medium {
    display: block;
  }

  .hero-video-medium {
    position: absolute;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    z-index: 1;
    display: block;
    width: 100%;
    height: 100%;
  }

  .note {
    display: block;
  }

  .thanks {
    display: block;
    padding-right: 10px;
    padding-left: 10px;
  }
}

@media screen and (max-width: 767px) {
  .container {
    width: 87.5%;
    max-width: none;
  }

  .container.container--nav {
    width: 100%;
  }

  .container.container--center-flex {
    text-align: left;
  }

  .hero-headline {
    margin-top: 40px;
    margin-bottom: 12px;
  }

  .hero-video-wrap {
    left: -16.45vw;
    top: -20px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 120vw;
    height: 560px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .ix-shadow {
    width: 200%;
  }

  .intro-paragraph {
    width: 100%;
    text-align: left;
  }

  .design-bezel {
    padding-top: 65px;
  }

  .sub-section-headline {
    font-size: 32px;
  }

  .design-bezel-img {
    width: 562px;
    max-width: none;
  }

  .video.display-video {
    width: 236px;
    height: 466px;
  }

  .design-display-compare-wrap {
    position: static;
    padding-top: 28px;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }

  .design-display-caption {
    font-size: 14px;
  }

  .design-display-caption.design-display-caption--left {
    text-align: left;
  }

  .glass-img {
    display: none;
  }

  .design-glass-subheading-wrap {
    margin-top: 19px;
    text-align: left;
  }

  .design-glass-subheading {
    width: 60%;
    margin-left: 0px;
    font-size: 28px;
  }

  .steel-anim {
    width: 96px;
    height: 816px;
  }

  .learn-more-button.learn-more-button--blue {
    margin-top: 44px;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
  }

  .design-steel-text {
    font-size: 32px;
  }

  .design-steel-text-wrap.design-steel-text-wrap--left {
    left: 55px;
  }

  .design-steel-text-wrap.design-steel-text-wrap--right {
    right: 55px;
  }

  .water-img {
    left: -86px;
    width: 596px;
    max-width: none;
  }

  .design-water-text-wrap {
    top: -204px;
    padding-right: 39%;
  }

  .section-header {
    text-align: left;
  }

  .section-heading {
    font-size: 48px;
  }

  .device {
    width: 321px;
    height: 563px;
  }

  .screen {
    width: 321px;
    height: 563px;
  }

  .screen-ui-top {
    width: 269px;
    height: 82px;
  }

  .downloads {
    padding-right: 9px;
    padding-left: 35px;
  }

  .divider {
    margin-right: 9px;
    margin-left: 35px;
  }

  .download {
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .download-img {
    width: 221px;
  }

  .download-text {
    left: 84px;
    top: 5px;
    width: 138px;
  }

  .ui-arrow {
    top: 20px;
    right: 32px;
    width: 9px;
    height: 13px;
  }

  .ui-download-progress {
    top: 10px;
    right: 24px;
    width: 24px;
  }

  .hero-img-medium {
    display: none;
  }

  .hero-video-medium {
    display: none;
  }

  .hero-video-small {
    position: absolute;
    left: 0px;
    top: 0%;
    right: 0px;
    bottom: auto;
    z-index: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -o-object-fit: contain;
    object-fit: contain;
  }

  .glass-img-mobile {
    display: block;
    width: 433px;
    height: 683px;
    max-width: none;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }

  .note {
    display: none;
  }

  .thanks-heading {
    font-size: 32px;
  }
}

@media screen and (max-width: 479px) {
  .iphone-nav {
    display: block;
  }

  .iphone-nav-content {
    padding-right: 16px;
    padding-left: 16px;
  }

  .iphone-nav-title {
    font-size: 19px;
  }

  .nav-link {
    display: none;
  }

  .nav-link.bag {
    display: block;
  }

  .nav-link.search {
    display: none;
  }

  .nav-link.logo {
    display: block;
  }

  .nav {
    display: block;
    background-color: #000;
  }

  .mobile-burger {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .design-bezel-img {
    width: 562px;
    max-width: none;
  }

  .design-water-text-wrap {
    padding-right: 21%;
  }

  .sub-section-subheading.sub-section-subheading--water {
    font-size: 17px;
  }

  .design-finishes-text-wrap {
    text-align: left;
  }

  .note {
    display: block;
    height: auto;
    padding-right: 10px;
    padding-left: 10px;
  }

  .note-text {
    font-size: 16px;
  }

  .text-block {
    font-size: 16px;
  }

  .thanks {
    display: block;
  }

  .other-projects-wrap {
    padding-right: 30px;
    padding-left: 30px;
  }

  .other-project-image {
    width: 200px;
  }

  .iphone-nav-link {
    display: none;
  }
}

