#home-tips-section {
  width: 100%;
  height: 100px;
  box-shadow: 0px 3px 3px rgba(0, 0, 0, .05);
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  padding-left: 100px;
}

.home-tips-paragraph-container {
  margin-left: 20px;
}

.home-article-box {
  width: 60%;
  min-width: 670px;
  padding: 30px;
  box-shadow: 0px 3px 3px rgba(0, 0, 0, .05);
  border: 1px solid #C7C7C7;
  margin-bottom: 20px;
}

.home-title {
  width: 70%;
  margin-top: 20px;
  margin-bottom: 30px;
}

.home-subheading {

  font-size: 18px;
  width: 90%;
  font-family: Roboto, Helvetica, sans-serif;
  line-height: 25px;
  margin-top: 20px;
  margin-bottom: 20px;

}

.home-paragraph {

  line-height: 20px;
  margin-top: 10px;
  margin-bottom: 10px;

}

.home-link {

  line-height: 20px;
  font-size: 15px;
  color: #020452;

}
