.panoply-content {
  padding-bottom: 64px;
}
.panoply-content__heading {
  display: block;
  margin-top: 45px;
  margin-bottom: 30px;
}
.panoply-content__heading--no-mt {
  margin-top: 0;
}
.panoply-content__more-button {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  margin-top: 32px;
}
.panoply-content .radioContainer {
  margin-top: 0;
}
.panoply-content #contentCategory .productContainer {
  margin-bottom: 0;
}
.panoply-content .tipsContainer {
  margin-left: -2.25%;
  overflow: hidden;
}
.panoply-content .tipsContainer .tip {
  width: 22%;
  margin-left: 2.25%;
  position: relative;
  height: 235px;
}
.panoply-content .tipsContainer .tip a {
  text-decoration: none;
  color: #444444;
}
.panoply-content .tipsContainer .tip img {
  width: 100%;
  border: 1px solid #bebebe;
}
.panoply-content .tipsContainer .tip p {
  margin-top: 15px;
  font-family: 'HelveticaNeueW01-45Ligh', sans-serif;
  font-size: 18px;
}
.panoply-content .tipsContainer .tip--news:after {
  content: "new";
  background-color: #f38f10;
  position: absolute;
  right: 0;
  bottom: 40px;
  font-size: 9px;
  color: white;
  text-transform: uppercase;
  font-family: 'HelveticaNeueW01-45Reg', sans-serif;
  border-radius: 10px;
  padding: 3px 5px;
}
