.fullrounded img {
   -webkit-border-radius: 400px;
-moz-border-radius: 400px;
border-radius: 400px; 
}
.readon {
  width: 190px;
  height: 55px;
  line-height: 55px;
  text-align: center;
  font-size: 15px;
  font-weight: 400;
  text-transform: uppercase;
  text-decoration: none;
  position: relative;
  display: inline-block;
  padding: 0;
  transition: all 0.3s ease 0s;
}
.readon.sm {
  width: 140px;
  height: 45px;
  line-height: 145px;
}
.readon {
  background: #ff6c39;
  color: #fff;
}
.readon:hover,
.readon:focus {
  background: #243a4f;
  color: #fff;
}
.readon.border {
  background: transparent;
  border: 2px solid #ff6c39;
  color: #fff;
}
.readon.border:hover,
.readon.border:focus {
  background: #ff6c39;
  border: 2px solid #ff6c39;
  color: #fff;
}
.readon.border.white {
  background: #fff;
  border: 2px solid #ff6c39;
  color: #ff6c39;
}
.readon.border.white:hover,
.readon.border.white:focus {
  background: #ff6c39;
  border: 2px solid #ff6c39;
  color: #fff;
}
.readon.white {
  background: #fff;
  color: #ff6c39;
}
.readon.white:hover,
.readon.white:focus {
  background: #ff6c39;
  color: #fff;
}

.buildlab-title{
  font-family: 'Play', sans-serif;
  font-size: 60px;
  line-height:70px;
  color: #fff;
  text-transform: uppercase;
  font-weight: bold;
  margin-bottom: 20px;
  
}
.buildlab-intro{
  font-family: 'Play', sans-serif;
  font-size: 15px !important;
  line-height:24px !important;
  color: #fff !important;
  margin-top: 0px;
}