ul {
    list-style-type: none;
}

.checkbox-label {
    font-size: 16px;
    margin-left: 8px;
    line-height: 16px;
    color: #515151;
}

#header {
    height: 500px;
    background-color: #3a3a3a;
}

#header-text {
    color: #E59120;
    top: 30%;
    left: 50%;
}

.btn-check:checked+.btn, .btn.active, .btn.show, .btn:first-child:active, :not(.btn-check)+.btn:active {
    color: #3A3A3A;
}

.politica-content {
    display: flex;
    flex-direction: column;
    align-items: baseline;
}

.input-element {
    background-color: transparent !important;
    border: 4px solid #E59120 !important;
    border-radius: 8px !important;
    color: #fff !important;
    margin-bottom: 28px;
    height: 67px;
    width: 600px;
}

.submit-btn {
    background-color: #E59120 !important;
    color: #fff;
    transition: 0.3s;
    font-weight: bold;
    font-size: 24px;
    text-transform: lowercase;
    box-shadow: none;
    border: 4px solid #E59120 !important;
    border-radius: 8px !important;
    color: #fff !important;
    padding: 12px 20px !important;
    text-align: center;
    display: block;
    cursor: pointer;
    width: 100%;
}

.submit-btn:hover {
    background-color: #ca7d15 !important;
    border-color: #ca7d15 !important
}

.data-consent-form textarea, 
.data-consent-form-container textarea {
    resize: none;
    height: 100px;
}

.data-consent-form-container {
    display: flex;
}

.faq-accordion {
    font-size: 50px;
    text-decoration: none;
    color: #3A3A3A;
    line-height: 40px;
    margin-bottom: 10px;
    padding: 0;
    margin-left: -5px;
}

.faq-accordion:hover {
    text-decoration: none;
    color: #3A3A3A;
}

.faq-accordion:focus {
    text-decoration: none;
}

.faq-title {
    color: #3A3A3A;
    font-size: 23px;
    margin-bottom: 0.8rem;
    display: block;
    line-height: 30px;
}

.faq-description {
    font-size: 20px;
    color: #3A3A3A;
}

@media (max-width: 991px) {
    .faq-accordion {
        font-size: 30px;
        line-height: 30px;
    }

    .faq-title {
        font-size: 20px;
        margin-bottom: 0.4rem;
    }
    
    .faq-description {
        font-size: 18px;
    }    

    .input-element  {
        width: 100%;
        height: auto;
    }

    .data-consent-form-container {
        justify-content: center;
    }    
}
