/* Start Variables */
:root {
    --main-color: #d11e38;
    --white-color: white;
    --secender-color: #161616;
    --text-color: #444444;
}
/* End Variables */

/* Start Section channels */
.titel-channels {
    margin-top: 150px;
}

.titel-channels h1 {
    text-align: center;
    font-size: 40px;
    font-weight: 800;
    color: var(--main-color);
}


/* End Section channels */

/* Start Section Questions */
.titel-section-questions {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
}

.titel-section-questions h1 {
    font-size: 35px;
    color: var(--main-color);
}

.titel-section-questions .questions-p {
    margin-top: 10px;
    text-align: center;
}

.titel-section-questions .questions-p p {
    font-size: 18px;
    line-height: 23px;
}

.titel-section-questions .questions-p p a {
    color: var(--main-color);
    font-size: 20px;
    font-weight: 500;
}

.Questions {
    margin-top: 50px;
    flex-wrap: wrap;
}

.accordion {
    max-width: 800px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-left: 0px;
}

.accordion .contentBX {
    position: relative;
    margin: 10px 20px;
    width: 100%;
}

.accordion .contentBX .label {
    position: relative;
    padding: 10px;
    border: 1.5px solid var(--secender-color);
    color: var(--main-color);
    font-size: 20px;
    border-left: none;
    border-right: none;
    border-bottom: none;
    cursor: pointer;
}

.accordion .contentBX .label::before {
    content: '+';
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
    font-size: 1.5em;
}

.accordion .contentBX.active .label::before {
    content: '-';
}

.accordion .contentBX .content {
    position: relative;
    background: #fff;
    height: 0;
    overflow: hidden;
    transition: 0.5s;
    overflow-y: auto;
}

.accordion .contentBX .content p {
    line-height: 25px;
    color: var(--text-color);
    max-width: 100%;
}

.accordion .contentBX.active .content {
    height: 800px;
    padding: 10px;
}

.feedbacks {
    display: flex;
    justify-content: center;
    margin-top: 20px;
    padding-bottom: 25px;
    color: var(--main-color);
}
/* End Section Questions */

@media (min-width: 767px) and (max-width: 1024px) {
    /* Start Section Questions */
    .accordion {
        max-width: 800px;
        display: flex;
        flex-wrap: wrap;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        padding-left: 0;
    }

    .feedbacks {
        margin-top: 20px;
    }
    .Questions-2 {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    /* End Section Questions */
}

@media (min-width: 768px) and (max-width: 1000px) {
    /* Start Section Questions */
    .accordion {
        max-width: 800px;
        display: flex;
        flex-wrap: wrap;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        padding-left: 0px;
    }

    .feedbacks {
        margin-top: 20px;
    }
    .Questions-2 {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .titel-section-questions h1 {
        font-size: 35px;
        color: var(--main-color);
        text-align: center;
    }

    .accordion .contentBX .label {
        position: relative;
        padding: 10px;
        border: 1.5px solid var(--main-color);
        color: var(--main-color);
        font-size: 15px;
        border-left: none;
        border-right: none;
        border-bottom: none;
        cursor: pointer;
    }

    .Questions img {
        max-width: 150px;
        max-height: 84px;
    }
    
    .Questions-2 img {
        max-width: 150px;
        max-height: 84px;
    }
    /* End Section Questions */
    .services .footer {
        background-color: var(--secender-color);
    }
}

@media (min-width: 411px) and (max-width: 767px) {
    .titel-channels {
        margin-top: 100px;
    }

    .titel-channels h1 {
        font-size: 22px;
    }

    /* Start Section Questions */
    .accordion {
        max-width: 800px;
        display: flex;
        flex-wrap: wrap;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        padding-left: 0px;
    }

    .feedbacks {
        margin-top: 20px;
    }
    .Questions-2 {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .titel-section-questions h1 {
        font-size: 35px;
        color: var(--main-color);
        text-align: center;
    }

    .accordion .contentBX .label {
        position: relative;
        padding: 10px;
        border: 1.5px solid var(--main-color);
        color: var(--main-color);
        font-size: 15px;
        border-left: none;
        border-right: none;
        border-bottom: none;
        cursor: pointer;
    }

    .Questions img {
        max-width: 150px;
        max-height: 84px;
    }
    
    .Questions-2 img {
        max-width: 150px;
        max-height: 84px;
    }
    /* End Section Questions */
    .services .footer {
        background-color: var(--secender-color);
    }
}

@media (min-width: 317px) and (max-width: 391px) {
    .titel-channels {
        margin-top: 100px;
    }

    .titel-channels h1 {
        font-size: 22px;
    }

    /* Start Section Questions */
    .accordion {
        max-width: 800px;
        display: flex;
        flex-wrap: wrap;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        padding-left: 0px;
    }

    .feedbacks {
        margin-top: 20px;
    }
    .Questions-2 {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .titel-section-questions h1 {
        font-size: 28px;
        color: var(--main-color);
        text-align: center;
    }

    .accordion .contentBX .label {
        position: relative;
        padding: 10px 2px;
        border: 1.5px solid var(--main-color);
        color: var(--main-color);
        font-size: 12px;
        border-left: none;
        border-right: none;
        border-bottom: none;
        cursor: pointer;
    }

    .Questions img {
        max-width: 150px;
        max-height: 84px;
    }
    
    .Questions-2 img {
        max-width: 150px;
        max-height: 84px;
    }

    .titel-section-questions .questions-p p {
        font-size: 15px;
        line-height: 23px;
        padding: 0PX 20px;
    }
    .titel-section-questions .questions-p p a {
        color: var(--main-color);
        font-size: 18px;
        font-weight: 500;
    }

    .accordion .contentBX.active .content {
        height: 180px;
        padding: 10px;
    }
    /* End Section Questions */
    .services .footer {
        background-color: var(--secender-color);
    }
}

@media (min-width: 320px) and (max-width: 362px) {
    .titel-channels {
        margin-top: 100px;
    }

    .titel-channels h1 {
        font-size: 20px;
    }

    /* Start Seciton Questions */
    .Questions {
        margin-top: 20px;
    }

    .accordion {
        max-width: 800px;
        display: flex;
        flex-wrap: wrap;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        padding-left: 0px;
    }

    .feedbacks {
        margin-top: 20px;
    }
    .Questions-2 {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .titel-section-questions h1 {
        font-size: 35px;
        color: var(--main-color);
        text-align: center;
    }

    .accordion .contentBX .label {
        position: relative;
        padding: 10px;
        border: 1.5px solid var(--main-color);
        color: var(--main-color);
        font-size: 15px;
        border-left: none;
        border-right: none;
        border-bottom: none;
        cursor: pointer;
    }

    .Questions img {
        max-width: 150px;
        max-height: 84px;
    }
    
    .Questions-2 img {
        max-width: 150px;
        max-height: 84px;
    }
    /* Start Seciton Questions */
    .services .footer {
        background-color: var(--secender-color);
    }
}

/* Pixal 5 */
@media (min-width: 392px) and (max-width: 410px) {
    .titel-channels {
        margin-top: 100px;
    }

    .titel-channels h1 {
        font-size: 20px;
    }

    /* Start Seciton Questions */
    .Questions {
        margin-top: 20px;
    }

    .accordion {
        max-width: 800px;
        display: flex;
        flex-wrap: wrap;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        padding-left: 0px;
    }

    .feedbacks {
        margin-top: 20px;
    }
    .Questions-2 {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .titel-section-questions h1 {
        font-size: 35px;
        color: var(--main-color);
        text-align: center;
    }

    .accordion .contentBX .label {
        position: relative;
        padding: 10px;
        border: 1.5px solid var(--main-color);
        color: var(--main-color);
        font-size: 15px;
        border-left: none;
        border-right: none;
        border-bottom: none;
        cursor: pointer;
    }

    .Questions img {
        max-width: 150px;
        max-height: 84px;
    }
    
    .Questions-2 img {
        max-width: 150px;
        max-height: 84px;
    }
    /* Start Seciton Questions */
    .services .footer {
        background-color: var(--secender-color);
    }
}