.home_sb button {
    
    width: 50%;
    
}
.btn_one {
   
    border: 1px solid #f26b65;
   
}
.section-topgtk {
   
    background: url(../img/1.jpg);
    padding-top:150px;
    position: relative;   
    background-size: cover;
    background-position: center;
    padding-bottom: 90px;
  
}
.section-title p {
    
    text-align: justify;
}
#mobile {
    display: none;
   
}
@media only screen and (max-width:480px){
#mobile {display: block; margin:20px auto; text-align:center;}
}
@media only screen and (max-width:480px){
.home_bg {height:700px;}
}