.page-content .content-center {
    background: var(--bs-white);
    width: auto;
    color: var(--mr-gray-600);
}

.title-underlined {
    border-bottom: 1px solid var(--mr-primary);
    font-weight: 300;
    font-size: 16px;
}

.circle {
    padding-left: 25px;
    position: relative;
    font-weight: 300;
    color: var(--mr-gray-600);
}

.circle:before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 50%;
    width: 15px;
    height: 15px;
    background: var(--mr-primary);
}

.policy-block ol {
    padding-left: 16px;
}

.policy-block li {
    padding-left: 10px;
}

.policy-block li::marker {
    font-weight: 500;
}

.left-bordered {
    padding-left: 11px;
    color: var(--mr-gray-600);
    font-size: 1rem;
    border-left: 5px solid var(--mr-secondary);
}

.policy-bordered-box {
    border: 1px solid #c1c1c1;
}

.page-content ul {
    padding-left: 0;
    list-style: none;
}

.page-content ul:not(.info-box) li {
    position: relative;
    padding-left: 20px;
}

.page-content ul:not(.info-box) li:before {
    content: "";
    position: absolute;
    left: 0;
    top: 7px;
    background: #a2a2a2;
    width: 10px;
    height: 10px;
    border-radius: 50%;
}

.introduction-content > div {
    color: var(--mr-gray-500)
}

.policy-block__content p:not(.left-bordered) {
    color: var(--mr-gray-500);
}

.sub-text {
    font-size: 11px;
}

.btn-top {
    display: none;
}

#returnLink {
    background: rgba(29, 177, 232, 0.8);
    width: 65px;
    height: 65px;
    position: -webkit-sticky;
    position: sticky;
    bottom: 20px;
    right: 0;
    border-radius: 50%;
    display: block;
    margin-left: auto;
    margin-right: -8px;
}

#returnLink:before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%) rotate(45deg);
    width: 1px;
    height: 80%;
    background: var(--bs-white);
}

#returnLink:after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%) rotate(-45deg);
    width: 1px;
    height: 80%;
    background: var(--bs-white);
}

@media screen and (min-width: 768px) {
    .page-content .content-center {
        background: none;
    }

    .policy-block__content {
        background: var(--bs-white);
    }

    .page-content h1,
    .page-content h2 {
        font-size: 30px;
        font-weight: normal;
    }

    .page-content h2 {
        margin-bottom: 0;
    }

    .title-underlined {
        border-width: 2px;
    }

    .circle {
        font-size: 20px;
        padding-left: 0;
        font-weight: normal;
        color: var(--mr-gray-600);
    }

    .circle:before {
        background: none;
        border: 3px solid var(--mr-primary);
        left: auto;
        right: calc(100% + 5px);
    }

    .left-bordered {
        font-size: 1.25rem;
    }

    .policy-bordered-box {
        background: var(--mr-gray-100);
    }

    .main-desc {
        margin-left: -20px;
        margin-right: -20px;
    }

    #returnLink {
        display: none;
    }
}
