.how-works-wrapper .page-title{
    color: var(--cor-primaria-1, #2A2970);
    font-family: var(--font-family);
    font-size: 2.5rem;
    font-weight: 700;
    line-height: 3.625rem;
    margin-top: 3.75rem;
    margin-bottom: 3.75rem;
}

.how-works-wrapper .tab-item .node--type-cc-content > h2 a {
    display: none;
}

.how-works-wrapper .tab-top {
    display: flex;
    gap: 1.25rem;
}

.how-works-wrapper .tab-top .tab-title {
    padding: 0.25rem 1.8125rem;
    background-color: var(--castanho);
    color: var(--main-color);

    font-family: var(--font-family);
    font-size: 1.25rem;
    font-weight: 500;
    border-radius: 10px 10px 0 0;
    line-height: 1.875rem;

    cursor: pointer;
}


.how-works-wrapper .tab-top .tab-title.active {
    background-color: var(--main-color);
    color: #FFF
}

.how-works-wrapper .works-tabs .tab-item {
    display: none;
}

.how-works-wrapper .works-tabs .tab-item.active {
    display: block
}

.how-works-wrapper .node--view-mode-full {
    padding: 0;
}

.how-works-wrapper  .node:first-of-type .section:first-of-type {
    background-color: var(--main-color);
}

.how-works-wrapper .node:first-of-type .section:first-of-type .field--name-field-cc-title .h2 {
    color: #FFF !important;

    font-family: var(--font-family);
    font-size: 2.5rem;
    font-weight: 700;
    line-height: 3.625rem;
    margin-bottom: 1.25rem;    
}

.how-works-wrapper .paragraph--type--listingcols .field--name-field-cc-listingcols-title,
.how-works-wrapper .node:first-of-type .section:first-of-type .field--name-field-cc-subtitle .h3,
.how-works-wrapper .node:first-of-type .section:first-of-type h2,
.how-works-wrapper .node:first-of-type .section:first-of-type  p{
    color: #FFF !important;
}



.how-works-wrapper .node:first-of-type .section:first-of-type .paragraph {
    padding: 80px 0 3.75rem;
}

.how-works-wrapper .field--name-field-cc-section .field__item.section.listingcols {
    overflow: hidden;
}


@media (max-width: 768px) {
    .how-works-wrapper .tab-top .tab-title {
        font-size: 1rem;
        font-weight: 500;
        line-height: 1.5rem;
        text-align: center;
        padding: 0.3125rem 0.9375rem;
    }

    .how-works-wrapper .tab-top {
        gap: 1rem;
    }

    .how-works-wrapper .node:first-of-type .section:first-of-type .paragraph {
        padding: 3.75rem 0;
    }

    .how-works-wrapper .node:first-of-type .section .field--name-field-cc-title .h2 {
        color: #FFF !important;

        font-family: var(--font-family);
        font-size: 1.75rem;
        font-weight: 700;
        line-height: 2.375rem;
    }

    .how-works-wrapper .paragraph .field--name-field-cc-text-columns p {
        font-family: var(--font-family) !important;
    }
}