.faq {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
}

.faq .wrapper {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    width: 100%;
	align-self: center;
}

.faq h1 {
    display: flex;
    place-self: flex-start;
    margin-bottom: 49px;
    color: white;
    font-size: 60px;
    line-height: 71px;
    font-family: Rival, Black;
    letter-spacing: 0px;
}


.faq .button-faq {
    display: inline-flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    width: 100%;
    height: 97.23px; 
    background: linear-gradient(#BD2B82, #8F16FF);
    padding: 0px 62px 0px 41px;
    border: none;
    text-align: left;
    outline: none;
    transition: 0.4s;
    margin-top: 20px;
}

.active, .button-faq:hover {
    background-color: #ccc;
}

.faq .button-faq:after {
    content: url(/wp-content/uploads/2022/12/Component-18-–-1.png);
}
  
.faq .active:after {
    content: url(/wp-content/uploads/2022/12/Path-13269.png);
}


.faq .button-faq h2 {
    color: white;
    font-size: 26px;
    line-height: 30px;
    font-family: Muli, Regular;
    letter-spacing: 0px;
}


.faq .panel {
    background-color:  rgba(0, 0, 0, 0.50);
    width: 100%;
    height: auto;
    padding: 0px;
    max-height: 0px;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
}

.faq .panel > p {
    
    color: white;
    font-size: 22px;
    line-height: 36px;
    font-family: Muli, Regular;
    letter-spacing: 0px;
    padding: 57px 76px;
}


@media screen and (max-width: 1180px) and (orientation: portrait),
screen and (max-width: 1024px) {

    .faq {
        display: flex;
        flex-wrap: wrap;
        flex-direction: column;
        padding: 15px 40px;
    }

    .faq .button-faq {
        display: inline-flex;
        justify-content: space-between;
        align-items: center;
        cursor: pointer;
        width: 100%;
        height: 97.23px;
        background: linear-gradient(#BD2B82, #8F16FF);
        padding: 15px 25px 15px 41px;
        border: none;
        text-align: left;
        outline: none;
        transition: 0.4s;
        margin-top: 20px;
    }

}

@media screen and (max-width: 767px) {

    .faq {
        display: flex;
        flex-wrap: wrap;
        flex-direction: column;
        padding: 15px 30px;
        margin-bottom: -50px;
    }

    .faq h1 {
        
        margin-bottom: 49px;
        color: white;
        font-size: 56px;
        line-height: 66px;
        font-family: Rival, Black;
        letter-spacing: 0px;
        float: left;
    }

    .faq .button-faq:after {
        transform: scale(0.9);
    }
      
    .faq .active:after {
        transform: scale(0.9);
    }

    .faq .button-faq {
        display: inline-flex;
        justify-content: left;
        align-items: center;
        width: 100%;
        height: 97.23px;
        background: linear-gradient(#BD2B82, #8F16FF);
        padding: 0px 22px 0px 30px;
    }
    
    .faq .button-faq h2 {
		padding-right: 15px;
        color: white;
        font-size: 18px;
        line-height: 26px;
        font-family: Muli, Regular;
        letter-spacing: 0px;
    }

    .faq .panel > p {
    
        color: white;
        font-size: 22px;
        line-height: 36px;
        font-family: Muli, Regular;
        letter-spacing: 0px;
        padding: 30px;
    }

    .faq .plus > img{
        width: 23.58px;
        height: auto;
    }


}
