.privacy-considerations__intro > *:first-child {
  margin-top: 0;
}

.privacy-considerations__intro > *:last-child {
  margin-bottom: 0;
}

.privacy-intro__section-title {
  color: #000;
}

.privacy-intro__section-description {
  margin-top: .5rem;
}

.privacy-intro__section-description > *:first-child {
  margin-top: 0;
}

.privacy-intro__section-description > *:last-child {
  margin-bottom: 0;
}

.privacy-considerations__location {
  margin-top: 3rem;
  padding-top: 3rem;
  position: relative;
}

.privacy-considerations-background {
  background: linear-gradient(45deg, var(--green-gradient-primary) 0%, var(--green-gradient-secondary) 100%);
  -webkit-border-top-right-radius: var(--rounded-lg);
  -moz-border-top-right-radius: var(--rounded-lg);
  border-top-right-radius: var(--rounded-lg);
  bottom: 20%;
  left: 0;
  right: 0;
  top: 0;
  position: absolute;
  z-index: -1;
}

.privacy-location-container > *:first-child {
  margin-top: 0;
}

.privacy-location-container > *:last-child {
  margin-bottom: 0;
}

.privacy-location__header {
  display: flex;
  flex-direction: column;
}

.privacy-location__illustration {
  margin: 1.5rem auto 0 auto;
  width: 80%;
  text-align: center;
}

.privacy-location__illustration > img {
  margin-left: 2%;
}

.privacy-location__title {
  color: #000;
  order: -1;
}

.privacy-location__highlight {
  background: #fff;
  border-radius: 1rem;
  -webkit-box-shadow: 1px 1px 10px 0px rgba(0,0,0,0.1); 
  box-shadow: 1px 1px 10px 0px rgba(0,0,0,0.1);
  margin-top: -1rem;
  padding: 1rem;
  position: relative;
}

.privacy-location__highlight h1,
.privacy-location__highlight h2,
.privacy-location__highlight h3,
.privacy-location__highlight h4,
.privacy-location__highlight h5 {
  color: #000;
}

.privacy-considerations__pillars {
  margin: 2rem 0 0 0;
}

.privacy-considerations__pillars > *:first-child {
  margin-top: 0;
}

.privacy-considerations__pillars > *:last-child {
  margin-bottom: 0;
}

.privacy-pillars__section-title {
  color: var(--green);
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
}

.privacy-pillars__item {
  margin-top: 2rem;
}

.privacy-pillars__item > *:first-child {
  margin-top: 0;
}

.privacy-pillars__item > *:last-child {
  margin-bottom: 0;
}

.privacy-pillars__number {
  color: var(--green);
  font-size: 1.52rem;
  line-height: 1.88rem;
}

.privacy-pillars__txt {
  margin-top: .5rem;
}

.privacy-pillars__txt > *:first-child {
  margin-top: 0;
}

.privacy-pillars__txt > *:last-child {
  margin-bottom: 0;
}

.privacy-pillars__title {
  color: #000;
  font-size: 28px;
  line-height: 34px;
}

.privacy-pillars__description {
  margin-top: .5rem;
}

.privacy-pillars__description > *:first-child {
  margin-top: 0;
}

.privacy-pillars__description > *:last-child {
  margin-bottom: 0;
}

.privacy-pillars__cta {
  margin-top: .5rem;
}


@media(min-width: 768px) {
  
  .privacy-considerations__location {
    padding-top: 0;
  }
  
  .privacy-considerations-background {
    top: 1.5rem;
  }
  
  .privacy-location__header {
    align-items: center;
    flex-direction: row;
    justify-content: space-between;
    margin: 0 auto;
    max-width: 760px;
  }
  
  .privacy-location__illustration {
    margin: auto;
    width: 250px;
  }
  
  .privacy-location__illustration > img {
    margin-left: -15%;
  }
  
  .privacy-location__title {
    color: #000;
    order: 0;
    margin-top: 1.5rem; {# compesates top value of .privacy-considerations-background #}
    margin-bottom: 1rem; {# compensates negative margin in .privacy-location__highlight #}
    width: 430px;
  }
  
  .privacy-location__highlight {
    padding: 60px 80px;
  }
  
  .privacy-considerations__pillars {
    margin-top: 4rem;
  }
  
  .privacy-pillars__item {
    display: flex;
    margin-top: 3rem;
  }
  
  .privacy-pillars__number {
    font-size: 34px;
    line-height: 1;
    padding-top: 2px;
  }
  
  .privacy-pillars__number + .privacy-pillars__txt {
    margin-left: 2rem;
  }
  
  .privacy-pillars__txt {
    margin-top: 0;
  }
  
  .privacy-pillars__description {
    margin-top: .75rem;
  }
  
  .privacy-pillars__cta {
    margin-top: 1.5rem;
  }
  
}
