/* WHAT IS  */

#what-is-autism {
  background-color: #00abc2;
  min-height: 200px;
  color: #fff;
  text-align: center;
  background: rgb(1, 172, 195);
  background: linear-gradient(
    110deg,
    rgba(1, 172, 195, 1) 0%,
    rgba(1, 124, 140, 1) 100%
  );

  background: url('../images/3786354_78755.jpg') center center no-repeat transparent;
  background-size: cover;
}
.what-padding {
  padding: 20px;
}
#what-is-autism h3 {
  padding-bottom: 10px;
  padding-top: 10px;
  font-family: "bitterregular", Lato;
}
#what-is-autism p {
  padding-bottom: 20px;
  font-size: 1.2rem;
  padding: 0px 26px 0px 26px;
  font-size:1.1rem;
}

#prev {
  padding: 12px 12px 0px 12px;
  position: relative;

  height: 100%;
}
#prevborder {
  /*border: 8px solid #2b50a3; */
  padding: 12px;
  /* margin-right: 12px;
  background-color: #fff; */
  height: 100%;
}
.prevdetails {
  padding: 10px;
  text-align: center;
  color:#000;
}
#prev h6 {
  padding-bottom: 20px;
  font-family: "bitterregular", Lato;
  font-size: 22px;
  color: #2b50a3;
  padding-bottom: 8px;
  text-transform: uppercase;
  /*margin: 0px;
  padding: 0px;*/
}
.prev-stat {
  font-family: "bitterregular", Lato;
  font-size: 36px;
  line-height: 36px;
  color: #00abc2;
  font-weight: bolder;
  padding-bottom: 0px;
  margin-bottom: 0px;
}
/*
.prev-stat span {
  line-height: 36px;
  font-size: 20px;
  color: #2b50a3;
}
*/
.prevdetails span {
  font-size: 20px;
  line-height: 14px;
  color: #2b50a3;
  position: relative;
  top: 3px;
}
#prev h7 {
  padding-bottom: 20px;
  font-family: "bitterregular", Lato;
  font-size: 26px;
  color: #00abc2;
  font-style: italic;
  text-align: center;
}
#prev cite {
  color: #2b50a3;
  font-style: italic;
  padding: 6px 0px 6px 0px;
}
#prevtitle {
  font-size: 29px;
  padding: 8px;
  /* background-color: #fff; */
  font-family: "bitterregular", Lato;
  color: #00abc2;
  transform: rotate(-90deg);
  width: auto;
  position: absolute;
  top: 42%;
  left: -56px;
}
