.section-benefits-without-tab {
    margin: 100px 0;
}

.benefits-without-tab-section {
    padding: 50px 70px;
    background: #E4EDEB;
    border-radius: 10px;
}

.section-benefits-without-tab-light .benefits-without-tab-section {
    background: transparent;
}

.benefits-without-tab-header {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 22px;
    margin-bottom: 48px;
    text-align: center;
}

.benefits-without-tab-header h2 {
    text-transform: uppercase;
}

.benefits-without-tab-header p {
    max-width: 738px;
    width: 100%;
    margin: 0 auto;
    font-size: 18px;
    font-weight: 400;
    line-height: 26px;
    text-align: center;
}

.benefits-without-tab-tabs {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
}

.benefits-without-tab-section .tab-list {
    display: flex;
    justify-content: center;
    gap: 20px;
    max-width: 100%;
    width: 100%;
    margin-bottom: 17px;
    list-style: none;
}

.benefits-without-tab-section .tab-list-item {
    max-width: 100%;
    width: 100%;
    padding: 10px 20px;
    background: #B7CFCA;
    border-radius: 10px;
    font-size: 18px;
    font-weight: 600;
    line-height: 26px;
    text-align: center;
    color: #fff;
}

.benefits-without-tab-section .tab-list-item.active {
    background-color: #1F8467;
}

.benefits-without-tab-section .tab-item {
    display: flex;
    flex-direction: row;
    gap: 30px;
}

.benefits-without-tab-section .tab-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 22px;
}

.benefits-without-tab-section .tab-panel {
    display: flex;
    border-radius: 10px;
}

.benefits-without-tab-section .tab-panel.active {
    display: grid;
    grid-template-columns: 1fr 1fr;
}

.benefits-without-tab-section .tab-item-header {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.benefits-without-tab-section .tab-items {
    display: flex;
    flex-direction: column;
    gap: 22px;
}

.benefits-without-tab-section .tab-item img {
    max-width: 70px;
    width: 100%;
    height: 70px;
}

.benefits-without-tab-section .tab-item h3 {
    font-size: 18px;
    font-weight: 600;
    line-height: 26px;
    text-align: left;
}

.benefits-without-tab-section .tab-item p {
    font-size: 18px;
    font-weight: 400;
    line-height: 26px;
    text-align: left;
}

.benefits-without-tab-image {
    max-width: 100%;
    width: 100%;
    height: 100%;
    border-radius: 10px;
    object-fit: cover;
    overflow: hidden;
    position: relative;
}

.benefits-without-tab-image img {
    max-width: 100%;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.benefits-without-tab-image .icardy-button-green {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 24px;
}

@media (max-width: 768px) {
    .section-benefits-without-tab {
        margin: 52px 0 0;
    }
    .section-benefits-without-tab .container {
        padding: 0;
    }
    .benefits-without-tab-section {
        padding: 40px 16px;
        border-radius: 0;
    }
    .benefits-without-tab-section .tab-list {
        gap: 5px;
        margin-bottom: 10px;
    }
    .benefits-without-tab-section .tab-list-item {
        max-width: max-content;
        padding: 10px 2px;
        font-size: 11px;
    }
    .benefits-without-tab-section .tab-panel {
        flex-direction: column;
        padding: 0;
        background: transparent;
    }
    .benefits-without-tab-section .tab-items {
        padding: 0;
        background: transparent;
        border-radius: 0;
    }
    .benefits-without-tab-image {
        max-width: 100%;
    }
    .benefits-without-tab-image img {
        max-width: 100%;
    }
    .benefits-without-tab-tabs {
        display: grid;
        grid-template-columns: 1fr;
        gap: 42px;
    }
    .benefits-without-tab-header p {
        font-size: 14px;
        line-height: 22px;
    }
    .benefits-without-tab-header {
        gap: 20px;
    }
    .benefits-without-tab-section .tab-item {
        display: flex;
        flex-direction: column;
        gap: 4px;
    }
    .benefits-without-tab-section .tab-item-header {
        display: flex;
        flex-direction: column;
        gap: 12px;
    }
    .benefits-without-tab-section .tab-item h3 {
        font-size: 14px;
        font-weight: 600;
        line-height: 22px;
        text-align: left;
    }
    .benefits-without-tab-section .tab-item p {
        font-size: 14px;
        font-weight: 400;
        line-height: 22px;
        text-align: left;
    }
}