body .otnotice-section-content ul li::before {
    color: var(--batcom-color-miscellaneous-li-bullet);
    content: "●";
    font-size: 8px;
    line-height: var(--batcom-typography-body-line-height-mobile);
    margin-left: -17px;
    position: absolute;
}

body .otnotice-section-content h2 {
    margin-bottom: 1rem;
}

.privacy-notice-container:after{
    display: table;
    content: " ";
    clear: both;
}

.otnotice-content {
	padding: 0;
}

.otnotice-content p span[style*="font-size: 14px;"], .otnotice-content li[style*="font-size: 14px;"], .otnotice-content li span[style*="font-size: 14px;"]{
	font-size: inherit!important;
}