/*about table*/
@media (max-width: 767px){
.about-table td {
    display: block;
    width: 100%!important;
    padding: 0!important;
    line-height: 1.8;
}
.about-table td:first-child{
    margin-bottom:30px;
}
.about-table table {
    overflow: hidden;
}}

/*brown*/
.brown-bg {
    position: relative;
}

.brown-bg:before {
    content: '';
    position: absolute;
    height: 100%;
    width: 200%;
    background: #b6985b;
    opacity: 0.5;
    left: -50%;
}


/*mw about row*/
.mw-about-row-01 .sppb-col-md-3 {
    border-right: 1px solid #000;
}
.mw-about-row-01 .sppb-col-md-3:last-child {
    border-right: 0px solid #000;
}

@media (max-width: 768px){
.mw-about-row-01 .sppb-col-md-3:nth-child(2) {
    border-right: 0px solid #000;
}

.mw-about-row-01 .mw-ani-number .sppb-addon-content {
    display: block!important;
}

.mw-about-row-01 .mw-ani-number span.sppb-animated-number-syntax {
    display: inline-flex;
}

.mw-about-row-01 .mw-ani-number .sppb-animated-number{
    display: inline-flex;
}}

/*accordion*/
.mw-accordion-intro {
    width: 32%;
    margin-left: auto;
    margin-right: 50px;
    margin-top: 30px;
    color: #fff;
}

.accordion ul li div a h2 {
    font-size: 25px!important;
    background: #fff;
    width: fit-content;
    color: #000!Important;
    padding: 10px;
}

@media (max-width: 767px){
.mw-accordion-intro {
    width: 32%;
    margin-left: auto;
    margin-right: 15px;
    margin-top: 30px;
    margin-bottom: 30px;
    color: #fff;
}}

@media only screen and (min-width: 992px) {
.accordion ul li div a h2 {top: 340px!important;}
.accordion ul li div a p {top: 340px!important;}
}


.accordion-01 .sppb-addon-title {
    background: #fff;
    width: fit-content;
    color: #000!important;
    padding: 6px;
    font-weight: 700;
    margin-bottom: 15px;
}