
    .mask-benefit-list {
    background-color: #ffffff;
    padding: 4rem 0;
    }

    .mask-benefit-list .header-area {
    text-align: center;
    margin-bottom: 3rem;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    }

    .mask-benefit-list .special-headline {
    color: #888;
    text-transform: uppercase;
    font-weight: bold;
    }

    .mask-benefit-list .intro-text {
    color: #555;
    font-size: 1rem;
    line-height: 1.5;
    }

    .mask-benefit-list .benefit-blocks {
    max-width: 1000px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    }

    .mask-benefit-list .benefit-block {
    background: #f8f9fa;
    display: flex;
    align-items: stretch;
    padding: 2.5rem;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.02);
    }

    .mask-benefit-list .benefit-left {
    width: 21%;
    padding-right: 2rem;
    border-right: 1px solid #ec6602;
    display: flex;
    flex-direction: column;
    justify-content: center;
    }

    .mask-benefit-list .benefit-right {
    width: 79%;
    padding-left: 2rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    }

    .mask-benefit-list .highlight-text {
    color: #ec6602;
    font-size: 3.5rem;
    line-height: 1;
    margin-bottom: 0.5rem;
    font-family: "National-Bold";
    }

    .mask-benefit-list .highlight-subtext {
    color: #888;
    font-size: 0.85rem;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 1.4;
    }

    .mask-benefit-list .highlight-icon {
    max-width: 160px;
    }

    .mask-benefit-list .highlight-icon img {
    width: 100%;
    height: auto;
    display: block;
    }

    .mask-benefit-list .title-sub {
    color: #ec6602;
    font-size: 1.5rem;
    font-family: "National-Bold";
    text-transform: uppercase;
    margin-bottom: 0.55rem;
    }

    .mask-benefit-list .title-main {
    font-size: 1.5rem;
    font-family: "National-Bold";
    color: #000;
    margin-bottom: 0.8rem;
    }

    .mask-benefit-list .text-content {
    color: #555;
    font-size: 0.95rem;
    line-height: 1.6;
    }

    @media (max-width: 767.98px) {
    .mask-benefit-list .benefit-block {
    flex-direction: column;
    padding: 2rem;
    }

    .mask-benefit-list .benefit-left {
    width: 100%;
    padding-right: 0;
    padding-bottom: 1.5rem;
    border-right: none;
    border-bottom: 1px solid #ec6602;
    margin-bottom: 1.5rem;
    }

    .mask-benefit-list .benefit-right {
    width: 100%;
    padding-left: 0;
    }

    .mask-benefit-list .highlight-text {
    font-size: 2.5rem;
    }
    }


