/* =================================
   Desktop Single Profile Buttons Fix
================================= */

@media (min-width:993px){

.single-buttons{
    display:flex !important;
    width:100% !important;
    gap:15px !important;
    flex-wrap:nowrap !important;
}

.single-buttons a{
    flex:1 1 50% !important;
    width:50% !important;
    max-width:50% !important;
    display:flex !important;
    align-items:center !important;
    justify-content:center !important;
    box-sizing:border-box !important;
    text-align:center !important;
    padding:16px 20px !important;
    white-space:normal !important;
}

.single-buttons .btn-whatsapp{
    background:#128C43 !important;
    color:#fff !important;
}

.single-buttons .btn-back{
    background:#111827 !important;
    color:#fff !important;
}

}
