.productCardsTabs .productCardsTabs-section {
    padding: 50px 0px;
}

.productCardsTabs .productCardsTabs-container {
    max-width: 1140px;
    width: 100%;
    margin: 0 auto;
}

.productCardsTabs .productCardsTabs-container .content {
    margin-bottom: 25px;
}

.productCardsTabs .productCardsTabs-container .content h2 {
    font-size: 32px;
    line-height: 29px;
    font-weight: 700;
    color: #233253;
    text-align: center;
}

.productCardsTabs .productCardsTabs-container .content p {
    font-size: 17px;
    color: gray;
    font-weight: bold;
    margin-top: 15px;
    text-align: center;
}

.productCardsTabs .tabsList {
    overflow-x: auto;
    border-bottom: 1px solid #C5C5C5;
}

.productCardsTabs .tabsList::-webkit-scrollbar {
    display: none;
}

.productCardsTabs .tabsList {
    -ms-overflow-style: none;
    scrollbar-width: none;
}

.productCardsTabs .tabList {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-around;
    gap: 25px;
}

.productCardsTabs .tabsList .tabItem {
    flex: none;
    border: none;
    background-color: unset;
    width: max-content;
    padding: 25px 50px;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
}

.productCardsTabs .tabsList .tabItem.active {
    border-bottom: 4px solid red;
    color: #005E9E;
}

.productCardsTabs .tabsContainer .tabWrapper {
    display: none;
}

.productCardsTabs .tabsContainer .tabWrapper.active {
    display: block;
}

.productCardsTabs .homeproductcardsnew .goals-sec-mod {
    padding-block: 0px;
}

@media screen and (max-width: 768px) {
    .productCardsTabs .productCardsTabs-section {
        padding: 20px 0px;
    }

    .productCardsTabs .productCardsTabs-container .content h2 {
        font-size: 24px;
    }

    .productCardsTabs .tabsList .tabItem {
        padding: 10px 25px;
    }
}

@media screen and (min-width: 768px) {
    .productCardsTabs .use-new-design .tabsList {
        display: none;
    }

    .productCardsTabs .use-new-design .tabsContainer {
        display: flex;
    }

    .productCardsTabs .use-new-design .tabsContainer>* {
        display: inline-block;
        width: 50%;
    }
    .productCardsTabs .use-new-design .tabsContainer>*:not(:last-child) {
        border-right: 1px dashed #FB464666;
    }
}