body {
  hyphens:none;
}

.intro {
  text-align: center;
  background: #d73f09;
  color: #fff;
  font-size: 22px;
  padding:25px;
}

.intro h3 {
  max-width: 500px;
  margin: 0 auto;
  font-size: 40px;
  text-transform: uppercase;
  color: #232323;
}

.intro p {
  max-width: 700px;
  margin: 0 auto;
}

.paragraph--type--paragraph-1-column.right-text > div > div {
  background: #fff;
  color: #232323;
  width:100%;
  position:absolute;
  bottom:0;
  left:0;
  border-bottom:5px solid #d73f09;
}

.paragraph--type--paragraph-1-column.right-text > div > div a {
  color:#d73f09;
}

.sectionhead {
  position: relative;
  width: 100%;
  margin: 0px auto;
  margin-top:50px;
}
.striped {
  background: #fff;
  position: relative;
  z-index: 2;
  font-size: 50px;
  margin: 0 auto;
  max-width: 100%;
  text-align: center;
  text-transform: uppercase;
  font-family: georgia;
  font-weight: 500;
}

.stats {
  text-align:center;
  padding:50px;
}
.stats h3 {
  color:#d73f09;
  text-transform:uppercase;
}

.osu-icon {
  display:block;
  font-size:7rem;
  color:#d73f09;
}

.number {
  text-align:center;
  line-height:1.2;
  padding:0 20px;
  margin-bottom:3rem;
}

.number span {
  font-size:60px;
  font-family: "Stratum2WebBold",sans-serif;
  color: #d73f09;
}

.paragraph--type--paragraph-icon-menu > div {
  justify-content: center;
  flex-wrap: wrap;
}

@media (min-width:768px) {

.sectionhead {
  width: 90%;
}
.sectionhead:before {
  border-bottom: 5px solid #d73f09;
  content: " ";
  position: absolute;
  top: 58px;
  width: 100%;
}
.striped {
  max-width: 55%;
}

.paragraph--type--paragraph-1-column.right-text > div > div {
  bottom: 50px;
  right: 0px;
  left:inherit;
  max-width: 500px;
}

}

@media (min-width:990px) {

.striped {
  max-width: 290px;
}

.sectionhead {
  width: 60%;
}

}


