#FeatureEditorial {
    max-width: 100%;
}
#FeatureEditorial .content {
    width: 100%;
}

@media only screen and (min-width: 768px) {
    #FeatureEditorial .hero {
      padding-top:0px;
  padding-bottom:0px;
        margin-top: 0px;
        margin-bottom: 0px;
    }
}
#FeatureEditorial .hero {
  padding-top:0px;
  padding-bottom:0px;
    margin-top: 0px;
    margin-bottom: 0px;
}
#FeatureEditorial .colour_section .content__title{padding: 0; margin:0 auto; font-size:30px}
#FeatureEditorial .colour_section {padding: 30px 0; cursor: pointer;}
#FeatureEditorial .gold{background: linear-gradient(to right, #870000 0%, #870000 50%, #ffb000 50%, #ffb000 100%);}
#FeatureEditorial .pink{background: linear-gradient(to right, #fff6e9 0%, #fff6e9 50%, #ffb8c6 50%, #ffb8c6 100%);}
#FeatureEditorial .gray{background: linear-gradient(to right, #0c0c0c 0%, #0c0c0c 50%, #595959 50%, #595959 100%);}

 #FeatureEditorial .gold p, #FeatureEditorial .gray p{
  color: white;}
 #FeatureEditorial .gold h4, #FeatureEditorial .gray h4{
  color: white;}
 #FeatureEditorial .gold h5, #FeatureEditorial .gray h5{
  color: white;}
#FeatureEditorial .gold h2, #FeatureEditorial .gray h2{
  color: white;}

#FeatureEditorial .content__desc p, #FeatureEditorial .marked p {
  padding: 20px;
}
