@media (max-width:768px) {
    #byspa{
        width: 80px;
    }
    #p1 {
        font-size: 20px;
    }
    #p2 {
        line-height: 1.5em;
    }
    .text {
        line-height: 1.5em;
    }
    .btnPlanity{
    margin-top: 7px;
   }
}
@media (max-width:480px) {
    #p2{
      line-height: 1em;
    }
   .btnResponsive_1{
    margin-top: 30px;
   }
   .btnResponsive_2{
    margin-bottom: 25px;
    margin-right: 7px;
   }
    .no-gutters {
  margin-right: 0;
  margin-left: 0;
    }
  
}

