.section-privacy{
  padding-bottom: 175px;
}


@media only screen and (max-width: 1068px)and (max-width:1068px) {
    .section-privacy{
      padding-bottom: 175px;
    }
}

@media only screen and (max-width: 734px){
    .section-privacy{
      padding-block:90px 45px
    }
}

@media only screen and (min-width: 1068px) {
  .section-intro .intro-copy-container .typography-headline-elevated.tile-headline {
      width: 110%;
  }
}
@media only screen and (max-width: 1068px) {
  .section-intro .intro-copy-container .typography-headline-elevated.tile-headline {
    width: 100%;
  }
}

/* alts center */
.overview-your-health-change-vitals {
  display: flex;
  justify-content: center;
}

/* alts center */

.device-grid-item-wrapper.copy-secure {
    --copy-width: 290px;
    grid-column: 2/3;
    grid-row:6/7
}

.device-grid-item-wrapper.copy-secure .device-grid-img, .device-grid-item-wrapper.copy-secure [class * =device-grid-copy-] {
    position: absolute;
    top: 200px;
    left: 0;
    left: auto;
    right:0
}

.device-grid-item-wrapper.copy-secure .device-grid-copy-secure {
    max-width:var(--copy-width)
}

@media only screen and (max-width: 1068px) {
    .device-grid-item-wrapper.copy-secure .device-grid-img, .device-grid-item-wrapper.copy-secure [class * =device-grid-copy-] {
        position: absolute;
        top: -130px;
        left:0
    }

    .device-grid-item-wrapper.copy-secure .device-grid-copy-secure {
        --copy-width: 290px;
        width:max-content
    }
}

@media only screen and (max-width: 734px) {
    .device-grid-item-wrapper.copy-secure {
        --copy-width: 294px;
        transform: translateX(-50%);
        grid-column: 2/3;
        grid-row:3/4
    }

    .device-grid-item-wrapper.copy-secure .device-grid-img, .device-grid-item-wrapper.copy-secure [class * =device-grid-copy-] {
        position: absolute;
        top: -70px;
        left:0
    }
}

@media only screen and (max-width: 320px) {
    .device-grid-item-wrapper.copy-secure .device-grid-copy-secure {
        --copy-width:253px
    }
}


.section-device-grid + .section-your-health {
    margin-top:-330px
}

@media only screen and (max-width: 1068px) {
    .section-device-grid + .section-your-health {
        margin-top:-875px
    }
}

@media only screen and (max-width: 734px) {
    .section-device-grid {
        height:auto
    }

    .section-device-grid + .section-your-health {
        margin-top: -916px;
    }
}

.grid-item-highlights .tile-overlay-content .link-standalone {
display: inline-block;
margin-top: 1em;
color: #fff;
}



@media only screen and (max-width: 734px) {
    .section-body .card-stacked-content {
        padding-top: 10px;
    }
}
