.hero{
   padding-bottom: 0;
}
.about{
   padding-top: 50px;
   background: #0e1124; 
   position: relative;
}
.reviews{
   background-color: #0d1335;
}
.play-image {
   position: absolute;
   right: 0;
   top: 30px;
}  
      

@media only screen and (max-width: 767px) {
   .about{
      padding-top: 0;
   }
   .about-content h2{
      font-size: 30px;
      padding-top: 20px;
         
   }
   .about-content p{
   text-align: center;
}
}