@media (max-width: 575.98px) {
  .projecthome .rowm10 > .colm10 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.ps-sidebar .menu > li > a:after { right: auto; left: -24px; }
.ps-sidebar .ps-sidebar__footer { position: static; margin-top: 40px; }
.ps-sidebar { padding-bottom: 20px; }

#install-app-btn .btn{
    background:#0b8b63;
    border:0;
    color:#fff;
    padding:14px 24px;
    border-radius:40px;
    font-size:16px;
    font-weight:600;
    box-shadow:0 8px 20px rgba(0,0,0,.25);
    transition:.3s;
}

#install-app-btn .btn:hover{
    background:#087654;
    transform:translateY(-2px);
}