.btnApps a{
    /*width: 180px;*/
    /*height: 56px;*/
    margin-right: 18px;
    margin-top: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 8px 38px;
    border-radius: 35px !important;
    text-decoration-line: none;
}
.btnApps span:nth-of-type(1){
    font-size: 11px;
    margin-bottom: 3px;
}
.btnApps span:nth-of-type(2){
    font-size: 14px;
    font-weight: bold;
}
.btnApps span{
    display: block;
    color: #fff;
}
.btnApps {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}
.btnApps img {
    width: 23px;
    margin-right: 18px;
}
.text-center .btnApps {
    justify-content: center;
}

@media  (max-width: 767px) {
    .btnApps {
        display: block;
    }
}