.section-with-number .text-row-w .section-w .watermark-one, .section-with-number .text-row-w .section-w .watermark-two, .section-with-number .text-row-w .section-w .watermark-three{content: "";}
.section-with-number .text-row-w .section-w .watermark-one::before {
    content: "1";
    color: #e9eef1;
    font-size: 350px;
    font-family: DIN Condensed;
    line-height: 1.04;
}
.section-with-number .text-row-w .section-w .watermark-two::before{
  content: "2";
    color: #e9eef1;
    font-size: 350px;
    font-family: DIN Condensed;
    line-height: 1.04;
}
.section-with-number .text-row-w .section-w .watermark-three::before{
  content: "3";
    color: #e9eef1;
    font-size: 350px;
    font-family: DIN Condensed;
    line-height: 1.04;
}
.section-with-number #three-sections-2 .text-row-w .section-w .watermark-one::before{
  content: "4";
}
.section-with-number #three-sections-2 .text-row-w .section-w .watermark-two::before{
  content: "5";
}
.section-with-number #three-sections-2 .text-row-w .section-w .watermark-three::before{
  content: "6";
}