.btn-hover {
    width: 225px!important;
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    cursor: pointer;
    margin: 20px;
    height: 55px;
    text-align: center;
    border: none;
    background-size: 300% 100%;
    border-radius:10px;
    moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -webkit-transition: all .4sease-in-out;
    transition: all .4sease-in-out;
}
.btn-hover.color-2 {
      background-image: linear-gradient(to right,#2c9d18,#2c9c1c,#017bcb,#0079ca);
  
       color: #d3ffcd;
}
.servicess{background: #fff;
    height: 680px;
    padding: 25px;}
.btn-gradient-1{    border: 1px solid #e9e7e7;
    padding: 15px;height: 425px;
    border-radius: 5px;}
    
    @media screen and (min-width: 280px) and (max-width: 768px) {
        
           .servicess {
  background: #fff;
  height:850px;
  padding: 25px;
} 
        
    }