#counter {
margin: 0;
padding: 30px 0 0 0;
color: #fff;
}
#counter hr {
border-top: none;
border-bottom: 10px solid #63b8d6;
width: 100px;
margin: 0.0em auto 2.0em 0;
}
.sectionClass {
  padding: 0px;
  position: relative;
  display: block;
}
.sectionClass p {
margin-top: 0px;
line-height: 1.3em;
}
.fullWidth {
  width: 100% !important;
  display: table;
  float: none;
  padding: 0;
  min-height: 1px;
  height: 100%;
  position: relative;
}
.projectFactsWrap{
  display: flex;
  margin-top: 10px;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: flex-end;
}
#projectFacts .fullWidth{
  padding: 0;
}
.projectFactsWrap .item{
  width: 33.33%;
  padding: 0;
  margin: 0 auto 0 auto;
  text-align: left;
  display: flex;
  flex-direction: column;
}
.projectFactsWrap .item h3.number{
font-weight:600;
line-height: 1;
margin: 0;
padding: 0;
display: flex;
align-items: flex-end;
min-height: 130px;
}
@media (min-width:200px) and (max-width:900px){
.projectFactsWrap .item h3.number {min-height: 75px;}
.projectFactsWrap .item:nth-child(1) h3.number   {font-size: calc(48px + (75 - 48) * ((100vw - 200px) / (800 - 200)));}
}
@media (min-width:900px){
.projectFactsWrap .item:nth-child(1) h3.number {font-size: 130px; letter-spacing: -9px;}
}
@media (min-width:200px) and (max-width:900px){
.projectFactsWrap .item:nth-child(2) h3.number   {font-size: calc(48px + (75 - 48) * ((100vw - 200px) / (800 - 200)));}
}
@media (min-width:900px){
.projectFactsWrap .item:nth-child(2) h3.number {font-size: 60px; letter-spacing: 0px;}
}
@media (min-width:200px) and (max-width:900px){
.projectFactsWrap .item:nth-child(3) h3.number   {font-size: calc(48px + (75 - 48) * ((100vw - 200px) / (800 - 200)));}
}
@media (min-width:900px){
.projectFactsWrap .item:nth-child(3) h3.number {font-size: 90px; letter-spacing: -2px;}
}
@media (min-width:200px) and (max-width:900px){
.projectFactsWrap .item:nth-child(4) h3.number   {font-size: calc(48px + (75 - 48) * ((100vw - 200px) / (800 - 200)));}
}
@media (min-width:900px){
.projectFactsWrap .item:nth-child(4) h3.number {font-size: 80px; letter-spacing: -1px;}
}
@media (min-width:200px) and (max-width:900px){
.projectFactsWrap .item:nth-child(5) h3.number   {font-size: calc(48px + (75 - 48) * ((100vw - 200px) / (800 - 200)));}
}
@media (min-width:900px){
.projectFactsWrap .item:nth-child(5) h3.number {font-size: 130px; letter-spacing: -9px;}
}
@media (min-width:200px) and (max-width:900px){
.projectFactsWrap .item:nth-child(6) h3.number   {font-size: calc(48px + (75 - 48) * ((100vw - 200px) / (800 - 200)));}
}
@media (min-width:900px){
.projectFactsWrap .item:nth-child(6) h3.number {font-size: 50px; letter-spacing: 0px;}
}
.projectFactsWrap .item span {
  color: rgba(93, 97, 99, 1.0);
  font-weight: 400;
  font-size: 1.2em;
  margin: 0;
  padding: 0px;
}
.projectFactsWrap .item:hover p.number {
  color: rgba(78, 78, 78, 0.8);
}
@media (max-width: 600px){
  .projectFactsWrap .item {
  width: 96.0%;
  padding: 0;
  margin: 0 auto 0 auto;
  text-align: center;
  }
  .projectFactsWrap .item h3.number {
  justify-content: center;
  }
  .projectFactsWrap .item hr {
  margin: 0.0em auto 2.0em auto;
  }
#counter hr {
margin: 0.0em auto 2.0em auto;
}
}
@media screen and (max-width: 100px) {
    .authorWindow{
         width: 210px;
    }
    .authorWindowWrapper{
             bottom: -170px;
  margin-bottom: 20px;
    }
}