.wordpress-gdpr-privacy-settings-popup-services-buttons {
    display: flex;
    justify-content: space-between;
}

.wordpress-gdpr-privacy-settings-popup-services-accept-all {
    width: 33%;
    text-align: center;
}

.wordpress-gdpr-popup-save {
    width: 33%;
    text-align: center;
    margin-bottom: 8px;
}

.wordpress-gdpr-privacy-settings-popup-services-decline-all {
    width: 33%;
    text-align: center;
}

@media (max-width: 480px) {
    .wordpress-gdpr-privacy-settings-popup-services-buttons {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    }
    .wordpress-gdpr-privacy-settings-popup-services-accept-all {
    width: 100% !important;
    text-align: center;
    }

    .wordpress-gdpr-popup-save {
        width: 100% !important;
        text-align: center;
        margin-bottom: 8px;
    }

    .wordpress-gdpr-privacy-settings-popup-services-decline-all {
        width: 100% !important;
        text-align: center;
    }
}