.soc-tabs-wrapper ul {
    display: flex;
    justify-content: space-between;
    border-bottom: 2px solid #F2F2F2;
}

section.tab---component {
    padding: 60px 0px;
}

.soc-tabs-wrapper ul li button.active {
    color: var(--primary-color);
    border-bottom: 3px solid #0C7C59;
}

.soc-tabs-wrapper ul li button {
    background: transparent;
    border: 0;
    color: #7F7F7F;
    font-size: 18px;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: 0.045px;
    display: flex;
    padding: 12px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    cursor: pointer;
}

.tab-pane.fade.soc-tab-pane {
    display: none;
}

.tab-pane.fade.soc-tab-pane.active.show {
    display: block;
}

.tab--inner-content {
    padding: 23px 0px;
}

.tab--inner-content h4 {
    color: #000;
    font-size: 28px;
    font-style: normal;
    font-weight: 400;
    line-height: 34px;
    margin-bottom: 20px;
}

.tab--inner-content p {
    color: #969696;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 20px;
}

.tab--inner-content ul {display: grid;grid-template-columns: 1fr 1fr;gap: 0.5rem 2rem;}

.tab--inner-content ul li {
    color: var(--text-color);
    font-size: 18px;
    font-weight: 400;
    line-height: 26px;
    letter-spacing: 0.045px;
}

.tab--inner-content ul li img {padding-right: 10px;}


/* Tab Layout 2 */
.soc-tabs-component.layout--two ul li button {
    display: inline;
    width: 100%;
}

.soc-tabs-component.layout--two ul li {
    width: 100%;
}

.soc-tabs-component.layout--two ul li button span {
    color: var(--primary-color);
    text-align: center;

/* Gruve Label */
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%; /* 17.6px */
    letter-spacing: 0.8px;
    text-transform: uppercase;
    display: inline-block;
    padding-bottom: 5px;
}

.soc-tabs-component.layout--two ul li button h5 {
    color: #676767;
    text-align: center;

/* Gruve H7 - S */
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px; /* 122.222% */
    letter-spacing: 0.045px;
}

.soc-tabs-component.layout--two ul li button.active {
    background: var(--text-color);
    border: 0;
}

.soc-tabs-component.layout--two ul li button.active h5 {
    color: #fff;
}

.soc-tabs-component.layout--two ul li button.active span {
    color: var(--secondary-color);
}

.soc-tabs-component.layout--two {
    border: 1px solid #ddd;
    border-radius: 16px;
}

.soc-tabs-component.layout--two ul li:first-child button {
    border-radius: 16px 0px 0px 0px;
}

.soc-tabs-component.layout--two ul li:last-child button {
    border-radius: 0px 16px 0px 0px;
}

.soc-tabs-component.layout--two .tab--inner-content {
    padding: 30px;
}

.soc-tabs-component.layout--two .tab--inner-content h4 {
    color: var(--primary-color);
    font-size: 16px;
    font-weight: 600;
    line-height: 110%;
    letter-spacing: 0.8px;
    text-transform: uppercase;
}

.soc-tabs-component.layout--two .tab--inner-content ul {
    display: inline-block;
}

.soc-tabs-component.layout--two h2 {
    color: var(--text-color);
    font-size: 28px;
    font-style: normal;
    font-weight: 400;
    line-height: 34px; /* 121.429% */
    margin-bottom: 15px;
}

.extra--content {
    display: flex;
    padding: 28px 29px;
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
    flex: 1 0 0;
    align-self: stretch;
    border-radius: 12px;
    border: #F6F6F6;
    background: #F6F6F6;
}

.extra--content h5 {
    color: var(--primary-color);
    font-size: 16px;
    font-weight: 600;
    line-height: 110%; /* 17.6px */
    letter-spacing: 0.8px;
    text-transform: uppercase;
}