&.pages-competition { a.backlink { font-family: $font-family-secondary; } .competition-box { border: 3px solid $color-line-colored; [class*="col-"] { border-bottom: 3px solid $color-line-colored; @media (min-width: $break-lg){ border-right: 3px solid $color-line-colored; border-bottom: none; //we need this here, since we override the default above } h3{ font: 18px/36px $font-family-secondary-bold; } } } section.prize { h2 { font: 22px/30px $font-family-secondary-bold; text-transform: none; } figcaption { font: 14px/20px $font-family-secondary; margin-top: 33px; &:before { width: 34px; height: 4px; top: -22px; } } .copyright { float: none; } } }