#tp-consent-modal .modal-content{
    background-image: url('../img/background.png');
    border-radius: 20px;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
}
.text_content{
    background-color: white;
}
#tp-service-consent-btn {
    background-color: rgb(0, 182, 122);
    color: white;
    font-weight: bold;
    width: 100%;
    margin-bottom: 5px;
}
.tp-modal-content{
    padding:5px;
}
@media(max-width: 576px) {
    #tp-service-consent-btn {
        position: relative;
        bottom: 0px;
        left: 0px;
        margin-left: auto;
        margin-right: auto;
        width: 100%;
    }
    #tp-consent-modal .modal-content{
        background-image: none;
        background-color: white;
    }
}
#tabAccordion > div.card.tb-card{
    overflow: visible;
}