.react-health-plus-container {
  background-color: #662d91;
}

.react-health-plus-container p {
  font-size 18px;
}

.react-health-plus-content-container {
  display: flex;
  flex-direction: column;
  padding: 64px 32px;
  font-family: cern-light, sans-serif;
}

.text-and-icons-container {
  display: flex;
  flex-direction: column;
  margin: 0 0 48px 0;
}

.text-container {
  width: 100%;
}

.text-container a {
  color: #FDBB30
}

.store-icons {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  width: 100%;
  margin: 20px 5px 0 5px;
}

.store-link {
  padding: 5px;
  margin: 5px;
  border-radius: 1.5rem;
  display:flex;
  justify-content: center;
  align-items: center;
  width: 200px;
  height: 80px;
}

.store-link figure {
  margin: 0;
  width: 100%;
}

.store-link img {
  min-height: 1px;
  height: auto;
  width: 100%;
}

.react-health-plus-header-container {
  margin: 0 0 30px 0;
}

.react-health-plus-header {
  color: rgba(255, 255, 255, 0.875) !important;
  font-size: 1.938rem;
  font-weight: 400;
  line-height: 1.07;
}

.intro-paragraph-container {
  margin: 0 0 32px 0;
  color: rgb(255, 255, 255);
  font-size: 16px;
  font-weight: 400;
}

.get-connected {
  color: rgba(255, 255, 255, 0.875);
}

.get-connected-text-container {
  color: rgb(255, 255, 255);
  font-size: 16px;
  font-weight: 400;
}

.react-health-plus-demo-container {
  display:flex
}

.react-health-plus-demo-container img {
  min-height: 1px;
  height: auto;
  width: 100%;
}

@media (min-width: 768px) {
  .react-health-plus-content-container {
    flex-direction: row;
    margin: auto;
    align-items: center;
  }
  
  .text-and-icons-container {
    flex: 0 0 50%;
    max-width: 50%;
    padding-right: 15px;
  }
  
  .react-health-plus-demo-container {
    flex: 0 0 50%;
    max-width: 50%;
  }
  
  .react-health-plus-demo-container figure {
    margin: 0;
    width: 100%;
  }
  
  .react-health-plus-demo-container figure img {
    margin: 0 auto;
  }
  
}

@media (min-width: 1024px) {
  
  .react-health-plus-container p {
    font-size: 22px;
  }
  
  .text-container {
    padding: 0 20px;
  }
}