/* Add custom CSS styles below */ 
.top-navbar {
    display: none;
}

#about-1 .btn {
    background: linear-gradient(270deg, rgba(218, 197, 161, 1) 0%, rgba(190, 153, 115, 1) 45%) !important;
    border-radius: 6px !important;
    color: #FFF;
}

#about-1 h3 {
    color: #fde4b8;
}

@media (min-width: 1024px) {
    #about-1 p {
        font-size: 20px;
        line-height: 40px;
    }

    #about-1>div>div>div.w-full.md\:w-7\/12 {
        width: 50% !important;
    }

    #about-1>div>div>div.w-full.md\:w-5\/12 {
        width: 50% !important;
    }
}

.s-block--enhanced-features__item {
    background-color: #BE9973;
    border-color: #BE9973;
    border-radius: 24px;
}

.s-block--enhanced-features__item p {
    color: #160D03;
}

.single-faq {
    border-color: #BE9973 !important;
}

.faq-btn i {
    background-color: #160D03;
    color: #BE9973;
}

.faq-btn p {
    color: #160D03;
}

.faq-content p {
    color: #160D03;
}

.faq-content a {
    background-color: #160D03;
    color: #DAC5A1;
    border-radius: 6px;
    padding: 10px 15px;
}
@media(max-width:992px){

    .dis-web{
        display:none !important;
    }
}
@media(min-width:992px){
    .dis-mob{        display:none !important;
}
}