.faq-wrap{
    background-color: #f7f1e9;
}

.general-question{
    padding: 60px 0 0 0;
}

.general-question .clm{
    padding: 0 20px;
}

.general-question .row{
    margin: 0 -20px;
}

.faq-wrap .small-des{
    line-height: 34px;
    letter-spacing: 0;
    color: #efa700;
    text-transform: none;
    font-style: normal;
    font-family: "Playfair", serif;
}

.faq-wrap .title-section{
    font-size: 40px;
    color: #292a33;
}

.faq-wrap .heading-wrap{
    margin-bottom: 50px;
    text-align: center;
}

.reason-wrap .reason{
    margin-bottom: 20px;
}

.reason-wrap .reason-title svg{
    width: 16px;
    height: 16px;
    transition: all .25s ease-in-out;
}

.reason-wrap .reason-title .minus{
    display: none;
}

.reason-wrap .reason-title {
    font-size: 16px;
    text-transform: uppercase;
    line-height: 28px;
    font-weight: 600;
    padding: 15px 40px;
    background: #FFF;
    border-radius: 30px;
    box-shadow: 0 0 20px 0 rgb(0 0 0 / 10%);
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: all .25s ease-in-out;
    cursor: pointer;
}

.reason-wrap .reason-title:hover,
.reason-wrap .reason-title.active{
    background-color: #580000;
    color: #FFF;
}

.reason-wrap .reason-title:hover svg,
.reason-wrap .reason-title.active svg{
    fill: #FFF;
}

.reason-wrap .reason-content{
    padding: 20px 15px 0px 15px;
    display: none;
}

.reason-wrap .reason-content p{
    margin: 10px 0;
}

.reason-wrap .reason-title.active + .reason-content{
    display: block;
}

.reason-wrap .reason-title.active .plus{
    display: none;
}

.reason-wrap .reason-title.active .minus{
    display: block;
}

.faq-wrap .divider{
    height: 1px;
    background-color: #000;
    margin: 15px 0;
}

.shipping-return{
    padding-top: 30px;
}

.shipping-return .reason-wrap .reason-title{
    font-size: 33px;
}

.shipping-return .img-wrap{
    text-align: center;
    padding-bottom: 30px;
}

@media (max-width: 768px) {
    .faq-wrap .title-section {
        font-size: 38px;
    }

    .general-question {
        padding: 20px 0 0 0;
    }

    .faq-wrap .heading-wrap{
        margin-bottom: 20px;
    }

    .shipping-return {
        padding-top: 10px;
    }

    .shipping-return .reason-wrap .reason-title {
        font-size: 20px;
    }
}

@media (max-width: 550px) {
    .faq-wrap .title-section {
        font-size: 28px;
    }
}