.latesttips{
  /* max-width: 1200px; */
  display: flex;
  justify-content: start;
  flex-wrap: wrap;
  align-items: baseline;
  margin: 5px auto 0;
  padding-left: 35px !important;
}
.latesttips h2 {
  font-weight: bold;
}
.latesttips h2, .latesttips a{
  font-size: 15px;
  /* min-width: 100px; */
}
.latesttips a{
  margin: 10px 20px;
  position: relative;
  font-weight: 600 !important;
}
.latesttips a:hover, .latesttips a:focus{
  text-decoration: underline;
}
.latesttips a:not(:last-child):after{
  content: ">";
  position: absolute;
  right: -25px;
  color: black;
}
@media screen and (max-width: 768px){
 .latesttips h2, .latesttips a{
	width: 100%;
  }
  .latesttips a:not(:last-child):after{
    content: none;
  }
}
