.sectionClass {
  padding: 30px 0px 30px 0px;
  position: relative;
  display: block;
}
.sectionClass p {
margin-top: 0px;
line-height: 1.3em;
font-weight: 600;
}
.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;
}
#projectFacts .fullWidth{
  padding: 0;
}
.projectFactsWrap .item{
  width: 20.00%;
  height: 100%;
  padding: 40px 0 0 0;
  margin: 0 auto 0 auto;
  text-align: center;
-webkit-box-shadow: 0px 0px 15px 5px rgba(0,0,0,0.1); 
box-shadow: 0px 0px 15px 5px rgba(0,0,0,0.1);
}
.projectFactsWrap .item .number {
color : #223287;
font-weight: 900;
}
.projectFactsWrap .item:nth-child(3) p.number::after, .projectFactsWrap .item:nth-child(4) p.number::after {
content: "+"; 
font-size: 28px;
font-weight: 300;
vertical-align: top;
}
@media (min-width:200px) and (max-width:1200px){
.item .number {font-size: calc(28px + (48 - 28) * ((100vw - 200px) / (800 - 200)));}
}
@media (min-width:1200px){
.item .number  {font-size: 75px}
}
@media (max-width: 850px){
  .projectFactsWrap .item {
  width: 48.0%;
  margin: 0 auto 0 auto;
  }
  .projectFactsWrap .item{
  margin-bottom: 30px;
}
}
@media (max-width: 480px){
  .projectFactsWrap .item {
  width: 96.0%;
  }
}
@media screen and (max-width: 100px) {
    .authorWindow{
         width: 210px;
    }

    .authorWindowWrapper{
             bottom: -170px;
  margin-bottom: 20px;
    }
}

}
