.homePage header {
  margin-bottom: 16px;
}
.homePage header .notifications button {
  border-radius: 10px;
  box-shadow: 0px 15px 40px 0px #EDEEFB;
  background: #fff;
  border: none;
  padding: 8px;
}
.homePage h2 {
  margin-bottom: 50px;
  font-size: 30px;
  font-weight: bold;
}
.homePage .breathing-exercises h3 {
  margin-bottom: 26px;
}
.homePage .breathing-exercises .breath-card {
  border-radius: 15px;
  padding: 16px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  height: 100%;
  justify-content: space-around;
}
.homePage .breathing-exercises .breath-card.one {
  background: #d0d1ff;
}
.homePage .breathing-exercises .breath-card.two {
  background: #c9ebed;
}
.homePage .breathing-exercises .breath-card.three {
  background: #f5dede;
}
.homePage .breathing-exercises .breath-card.four {
  background: #fbecc4;
}
.homePage .breathing-exercises .breath-card .card-heading {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.homePage .breathing-exercises .breath-card h4 {
  font-size: 16px;
  font-weight: bold;
}
.homePage .breathing-exercises .breath-card p {
  font-size: 12px;
}
.homePage .breathing-exercises .breath-card button {
  padding: 5px 0;
  background: #fff;
  font-size: 10px;
  border-radius: 4px;
  margin: 0 10px;
}