.policy_indent_number {
    text-indent: -1em;
    padding-left: 1em;
}
.policy_indent_number_square {
    text-indent: -1.2em;
    padding-left: 1.2em;
}
.policy_indent {
    text-indent: -0.5em;
    padding-left: 0.5em;
}
.policy_indent_ip {
    text-indent: -0.6em;
    padding-left: 1.4em;
}

h2.square_policy {
    position: relative;
    display: block;
    padding: 0.2em 0 0.2em 2em;
    font-size: 16px;
    color: #2f2f2f;
    font-weight: normal;
}

h2.square_policy::before {
    position: absolute;
    top: 0.9em;
    left: 0;
    display: block;
    width: 0.6em;
    height: 0.6em;
    background: #f2a09b;
    content: "";
}

.kerning_dot{
    text-indent: 0.25em;
}

.personal_information{
    display: flex;
    gap: 4px;
}

.personal_information_ip{
    display: flex;
    gap: 3px;
    margin-left: -10px;
}

.personal_text{
    word-break: break-all;
    text-indent: 0;
}

.kerning_dot_ip{
    text-indent: 0.3em;
     text-indent: -0.6em;
    padding-left: 1.35em;
}

@media screen and (min-width: 320px) {
    .kerning_dot_ip{
    text-indent: 0.3em;
     text-indent: -0.65em;
    padding-left: 1.35em;
}
}


@media screen and (min-width: 550px) {
   .kerning_dot_ip{
    text-indent: 0.3em;
     text-indent: -0.4em;
    padding-left: 1.25em;
}
.personal_information_ip{
    display: flex;
    /* gap: 3px; */
    margin-left: -13px;
}
}

@media screen and (min-width: 650px) {
 .kerning_dot_ip{
    text-indent: 0.3em;
     text-indent: -0.4em;
    padding-left: 1.25em;
}
}

@media screen and (min-width: 1180px) {
 .kerning_dot_ip{
    text-indent: 0.3em;
     text-indent: -0.4em;
    padding-left: 1.25em;
}
}
