.custom-tabs {
    display: flex;
    justify-content: space-between;
    border-top: 1px solid #E3DAD1 !important;

    font-weight: normal !important;
}
.custom-tabs.elementor-active {
    svg path {
       stroke : #EB6909 !important;
    }

    font-weight: bold !important;
}
.custom-tabs-content {
    margin-left: 24px;
    background-color: #FBF4ED !important;
}

@media screen and (max-width: 767px) {
    .custom-elementor-tabs-wrapper {
        display: inherit !important;
        width: 100% !important;
    }

    .custom-elementor-content-wrapper {
        .elementor-tab-mobile-title {
            display: none;
        }
    }

    .custom-tabs-content {
        margin: 0;
    }
}