.datacheck-wrapper {
    padding: 0px;
}
.datacheck-guide__wrapper {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}
.datacheck-guide {
    padding: 32px;
    background: #EAE2DE;
    width: 100%;
    min-height: 240px;
    border-radius: 24px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
    position: relative;
}
.datacheck-guide__title {
    font-size: 24px;
    font-weight: 500;
    width: 50%;
    line-height: normal;
}
.button-circle {
    width: 48px;
    height: 48px;
    background: white;
    border-radius: 100%;
}

.datacheck-possibilities__wrapper {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
    padding-bottom: 20px;
}
.datacheck-possibilities__without {
    background: #1F2634;
    box-shadow: inset #FFFFFFB2 0px 0px 64px 2px;
    border-radius: 24px;
    padding: 90px 80px;
    color: white;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 690px;
}
.datacheck-possibilities__without-title {
    font-size: 40px;
    font-weight: 500;
}
.datacheck-possibilities__without-list {
    margin-top: 30px;
    font-size: 14px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.datacheck-possibilities__without-list li {
    list-style: none;
    padding-top: 5px;
    padding-bottom: 5px;
    display: flex;
    list-style-position: outside;
    align-items: center;
    gap: 12px;
}
.datacheck-possibilities__without-list li::before {
    content: '';
    background: #CF141F;
    display: flex;
    height: 8px;
    width: 8px;
    align-items: center;
    border-radius: 100%;
    flex-shrink: 0;
}
.datacheck-possibilities__without-percent {
    font-size: 24px;
    font-weight: 700;
}
.datacheck-possibilities__without-percent {
    font-size: 24px;
    font-weight: 700;
}
.datacheck-possibilities__without-percent-desc {
    font-size: 24px;
    color: #FFFFFF99;
    margin-top: 20px;
    width: 20%;
    font-weight: 400;
}
.datacheck-possibilities__with {
    padding: 90px 80px;
    background: white;
    border-radius: 24px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 30px;
}
.datacheck-possibilities__with-title {
    font-size: 40px;
    font-weight: 500;
}
.datacheck-possibilities__with-desc {
    font-size: 14px;
    text-align: center;
}
.datacheck-possibilities__with-percent {
    font-size: 24px;
    font-weight: 700;
    color: #CF141F;
}
.datacheck-possibilities__with-percent-desc {
    color: #00000099;
    font-size: 24px;
    font-weight: 500;
    text-align: center;
    width: 50%;
}
.datacheck-possibilities__info-panel {
    background: white;
    border-radius: 24px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 50px;
}
.datacheck-possibilities__info-panel__section p {
    font-size: 40px;
    line-height: normal;
    width: 80%;
    margin-left: 50px;
}
.datacheck-possibilities__info-panel__section p strong {
    color: #CF141F;
}
.datacheck-datasecure__wrapper {
    padding-bottom: 200px;
    display: flex;
    align-items: center;
    gap: 131px;
}
.datacheck-datasecure__title {
    font-size: 40px;
    font-weight: 500;
    line-height: normal;
}
.datacheck-datasecure__desc {
    font-size: 16px;
    margin-top: 40px;
    color: #000000B2;
    line-height: 170%;
}
.footer::before {
    background: white;
}


@media (max-width: 768px) {
    .datacheck-guide__wrapper {
        display: flex;
        flex-direction: column;
    }
    .datacheck-guide__title {
        font-size: 18px;
        width: 100%;
    }
}