.section-tabulation-section {
    display: flex;
    flex-flow: column nowrap;
    align-items: center;
    padding: 40px 20px;
}

.section-tabulation-section .section-inner {
    width: 100%;
    max-width: 1040px;
    display: flex;
    flex-flow: column nowrap;
    gap: 32px;
}

.section-tabulation-section .section-inner .column {
    width: 100%;
}

.section-tabulation-section .section-inner .column-header {
    display: flex;
    flex-flow: column nowrap;
    align-items: center;
    gap: 16px;
}

.section-tabulation-section .section-inner .column-header .section-title {
    margin: 0;
    color: #000;
    text-align: center;
}

.section-tabulation-section .section-inner .column-header .section-description {
    color: #666666;
}

.section-tabulation-section .section-inner .column-header .section-description :first-child {
    margin-top: 0;
}

.section-tabulation-section .section-inner .column-header .section-description :last-child {
    margin-bottom: 0;
}

.section-tabulation-section .section-inner .column-content {
    display: flex;
    flex-flow: column nowrap;
}

.section-tabulation-section .section-inner .column-content .tabulation-container {
    display: flex;
    flex-flow: column nowrap;
    gap: 20px;
}

.section-tabulation-section .section-inner .column-content .tabulation-container .tab-buttons {
    display: flex;
    flex-flow: column nowrap;
    gap: 5px;
}

.section-tabulation-section .section-inner .column-content .tabulation-container .tab-buttons .tab-button {
    padding: 12px 22px;
    border-radius: 400px;
    border: 1px solid #1F2531;
    background: transparent;
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    gap: 12px;
    color: #1F2531;
    text-align: center;
    justify-content: center;
}

.section-tabulation-section .section-inner .column-content .tabulation-container .tab-buttons .tab-button img {
    width: 26px;
    height: 26px;
}

.section-tabulation-section .section-inner .column-content .tabulation-container .tab-buttons .tab-button.active {
    background: #698E81;
    color: #fff;
    border-color: #698E81;
}

.section-tabulation-section .section-inner .column-content .tabulation-container .tab-contents {
    display: flex;
    flex-flow: column nowrap;
}

.section-tabulation-section .section-inner .column-content .tabulation-container .tab-contents .tab-content {
    display: none;
    flex-flow: column nowrap;
    gap: 16px;
}

.section-tabulation-section .section-inner .column-content .tabulation-container .tab-contents .tab-content.active {
    display: flex;
}

.section-tabulation-section .section-inner .column-content .tabulation-container .tab-contents .tab-content .tab-image {
    width: 100%;
    border-radius: 12px;
    height: 160px;
    overflow: hidden;
}

.section-tabulation-section .section-inner .column-content .tabulation-container .tab-contents .tab-content .tab-image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.section-tabulation-section .section-inner .column-content .tabulation-container .tab-contents .tab-content .tab-image.img-contain img {
    -o-object-fit: contain;
    object-fit: contain;
}

.section-tabulation-section .section-inner .column-content .tabulation-container .tab-contents .tab-content .button-wrapper>a {
    padding: 24px 40px;
    border-radius: 200px;
    padding: 24px 40px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    color: #FFF;
    text-align: center;
    justify-content: center;
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 18px;
    letter-spacing: 0.36px;
    text-transform: uppercase;
    background: #000;
    border: 1px solid #000;
    transition: all ease-in-out 200ms;
    text-decoration: none;
    display: flex;
}

.section-tabulation-section .section-inner .column-content .tabulation-container .tab-contents .tab-content .button-wrapper {
    margin-top: 40px;
    display: flex;
    justify-content: center;
}

.section-tabulation-section .section-inner .column-content .tabulation-container .tab-contents .tab-content .button-wrapper>a:hover {
    background: #fff;
    color: #000;
    border: 1px solid #000;
}

.section-tabulation-section .section-inner .column-content .tabulation-container .tab-contents .tab-content .tab-text {
    display: flex;
    flex-flow: column nowrap;
    gap: 12px;
    width: 100%;
    max-width: 920px;
    margin: 0 auto;
}

.section-tabulation-section .section-inner .column-content .tabulation-container .tab-contents .tab-content .tab-text .tab-title {
    margin: 0;
    color: #000;
    text-align: center;
    font-size: 20px;
    line-height: 28px;
}

.section-tabulation-section .section-inner .column-content .tabulation-container .tab-contents .tab-content .tab-text .tab-description {
    color: #666;
    text-align: center;
}

.section-tabulation-section .section-inner .column-content .tabulation-container .tab-contents .tab-content .tab-text .tab-description a {
    color: inherit;
}

.section-tabulation-section .section-inner .column-content .tabulation-container .tab-contents .tab-content .tab-text .tab-description :first-child {
    margin-top: 0;
}

.section-tabulation-section .section-inner .column-content .tabulation-container .tab-contents .tab-content .tab-text .tab-description :last-child {
    margin-bottom: 0;
}

@media (min-width: 768px) {
    .section-tabulation-section {
        padding: 60px 20px;
    }

    .section-tabulation-section .section-inner .column-content .tabulation-container .tab-buttons {
        display: flex;
        flex-flow: row nowrap;
        gap: 5px;
        justify-content: center;
    }

    .section-tabulation-section .section-inner .column-content .tabulation-container .tab-contents .tab-content .tab-image {
        height: 300px;
        border-radius: 20px;
    }
}

@media (min-width: 1280px) {
    .section-tabulation-section {
        padding: 80px 20px;
    }

    .section-tabulation-section .section-inner {
        gap: 40px;
    }

    .section-tabulation-section .section-inner .column-content .tabulation-container {
        gap: 36px;
    }

    .section-tabulation-section .section-inner .column-content .tabulation-container .tab-buttons {
        padding: 0 60px;
    }

    .section-tabulation-section .section-inner .column-content .tabulation-container .tab-contents .tab-content {
        gap: 32px;
    }

    .section-tabulation-section .section-inner .column-content .tabulation-container .tab-contents .tab-content .tab-text {
        gap: 24px;
    }

    .section-tabulation-section .section-inner .column-content .tabulation-container .tab-contents .tab-content .tab-text .tab-title {
        font-size: 28px;
        line-height: 36px;
    }

    .section-tabulation-section .section-inner .column-content .tabulation-container .tab-contents .tab-content .tab-text .tab-description {
        font-size: 18px;
        line-height: 26px;
    }

    .section-tabulation-section .section-inner .column-content .tabulation-container .tab-buttons .tab-button {
        padding: 12px 24px;
    }
}

@media screen and (max-width: 768px) {
    .section-tabulation-section .section-inner .column-content .tabulation-container .tab-contents .tab-content .button-wrapper>a {
        padding: 24px 30px;
    }
}