:root {
    --white: #ffffff !important;
    --black: #212121 !important;
    --primary: #66340d !important;
    --secondary: #8f5f0f !important;
    --primary-bg: #f6f4f2 !important;
    --font-title: "Playfair Display", serif;
    --font: "Geologica", sans-serif !important;
}

* {
    margin: 0;
    padding: 0;
    list-style: none;
    box-sizing: border-box;
    outline: none !important;
    box-shadow: none !important;
}

.header {
    background: #27140d;
}

.main {
    padding-top: 130px;
}

.faq{
    background-color: #f7f4f0;
    padding: 20px;
}

.faq p{
    margin-bottom: 15px !important;
    line-height: 22px !important;
    position: relative;
}

.faq p a{
    color: var(--secondary);
}

.faq p a:hover{
    color: var(--primary);
}

.set {
    position: relative;
    width: 100%;
    height: auto;
    margin-bottom: 20px;
    background-color: #fff;
    border-radius: 0px;
    box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.2) !important;
}

.set>a {
    display: block;
    text-decoration: none;
    padding: 15px;
    font-size: 18px;
    line-height: 24px;
    color: #6f4c30;
    font-weight: 500;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    transition: all 0.2s linear;
    /* background-color: #fff; */
    background-color: #fff;
    border-radius: 0px;
    text-align: justify;
}

.set .tag {
    padding-right: 200px;
    position: relative;    
}

.set i {
    float: right;
    background-color: #deccb3;
    width: 25px;
    height: 25px;
    line-height: 25px;
    border-radius: 25px;
    color: var(--primary);
    text-align: center;
    font-size: 16px;
    position: absolute;
    top: 0;
    right: 5px;
}


.set>a.active {
    /* background-color: #e7edf8; */
    color: #6f4c30;
}

.acc-content {
    /* background-color: #e7edf8; */
    display: none;
    padding: 0px;
    border: 2px solid var(--tertiary);
    padding: 15px 200px 15px 15px;
}

.faq .saperator{
    width: 100%;
    height: 1px;
    background-color: #ceb490;
    content: "";
    margin-bottom: 25px;
}

.acc-content p{
    margin-bottom: 35px !important;
}

.acc-content p:last-child{
    margin-bottom: 10px !important;
}

