
 .stephead {
     font-size:35px;
     font-weight:bold;
 }
 
 .description {
        font-size:25px;
    }
 
 .signupbtn {
    background-color: green;
    border: none;
    color:white;
    width: 113px;
    height:43px;
    font-weight: 700;
    text-align: center;
    
}

@media (max-width: 992px) {
    
    .container {
        text-align:center;
       
    }
    

    .stephead {
     font-size:40px;
     
    }
    
    .description {
        font-size:35px;
    }
    
    
    .signupbtn {
        
        height:80px !important;
        width:163px !important;
        font-size: 1.5rem;
        
    }
    
   
}