.benefits-anti-leak {
    color: var(--Text-Text-Oxford-Blue-100---Body, #092c4c);
    padding-top: 60px;
    position: relative;
}
.benefits-anti-leak .image_bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: -1;
    pointer-events: visible;
}
.benefits-anti-leak .container {
    text-align: center;
    margin-bottom: 60px;
}
.benefits-anti-leak .item h3 {
    font-size: 1.5rem;
    margin-bottom: 12px;
}
.benefits-anti-leak .item h3 {
    font-weight: 600;
}
.benefits-anti-leak .item h3 strong {
    font-size: 80px;
    color: #2972FF;
    line-height: 100%;
    font-weight: 700;
}
.benefits-anti-leak .item p {
    color: var(--text-text-oxford-blue-high-emphasis-active-body-text-1, #092C4CDE);
}
.benefits-anti-leak .sub-title {
    margin-top: 8px;
    opacity: 0.87;
}
.benefits-anti-leak .item {
    flex: 1 1 calc(33.33% - 20px); /* 3 columns, adjusting for the gap */
    background: white;
    border: 1px solid #E3E5E7;
    padding: 2rem 1.5rem;
    border-radius: 12px;
    box-shadow: 6px 6px 24px 0 rgba(0, 0, 0, 0.10);
    position: relative;
    overflow: hidden;
}
.benefits-anti-leak .item .mark-image {
    position: absolute;
    right: 0;
    top: 0;
}
.benefits-anti-leak .list-items {
    justify-content: space-between;
    display: flex;
    flex-wrap: wrap;
    gap: 20px; /* Gap between each item */
    margin-top: 60px;
    text-align: left;
}
.benefits-anti-leak .list-items .description {
    line-height: 160%;
    font-size: 0.875rem;
    opacity: 0.87;
}
.description__banner {
    color: var(--text-text-oxford-blue-high-emphasis-active-body-text-1, #092C4CDE);
    line-height: 160%;
    margin-top: 0.75rem;
    font-size: var(--font-size-sub2);
}
@media only screen and (max-width: 639.9px) {
    .benefits-anti-leak .item {
        flex: initial;
    }
    .benefits-anti-leak .item h3 {
        font-size: 18px;
    }
    .benefits-anti-leak .item h3 strong {
        font-size: 64px;
    }
    .benefits-anti-leak .item h3 .description {
        font-size: 14px;
    }
    .compare-feature .title strong {
        font-size: 24px;
    }
    .compare-feature .title {
        font-size: 18px;
    }
    .description__banner {
        font-size: 14px;
    }
}