@media (max-width: 991px) {
    .policy--container {
        max-width: 900px;
        padding-left: 20px;
        padding-right: 20px;
    }
}

.support-policy--main-title {
    font-size: 32px;
    margin-bottom: 40px;
    margin-top: 45px;
    font-weight: 600 !important;
}

@media (max-width: 767px) {
    .support-policy--main-title {
        font-size: 23px;
        margin-bottom: 30px;
        margin-top: 40px;
    }
}

.support-policy--main-subtitle {
    font-size: 17px;
    font-weight: 400 !important;
    margin-bottom: 20px;
}

@media (max-width: 767px) {
    .support-policy--main-subtitle {
        font-size: 15px;
    }
}

/* side title */

.support-policy--side-title {
    font-size: 18px;
    font-weight: 600 !important;
}

.support-policy--side-title.lg {
    font-size: 21px;
    font-weight: 600 !important;
}

@media (max-width: 767px) {
    .support-policy--side-title.lg {
        font-size: 18px;
        margin-bottom: 12px !important;
    }
}

.support-policy--side-title.sm {
    font-size: 17px;
}

/* bullets */

.support-policy--bullets-wrapper {
    margin-left: 20px;
    margin-bottom: 35px;
}

.support-policy--bullets-wrapper strong {
    font-weight: 600 !important;
}

.support-policy--bullets-wrapper.inner {
    margin-left: 60px;
    margin-bottom: 20px;
}

.support-policy--bullets-wrapper div {
    display: flex;
    align-items: start;
    margin-bottom: 10px;
}

.support-policy--bullets-wrapper i,
.support-policy--bullets-wrapper svg {
    font-size: 11px;
    width: 15px;
    min-width: 15px;
    height: 25px;
    padding: 4px;
    margin-right: 15px;
}

.support-policy--bullets-wrapper.inner i,
.support-policy--bullets-wrapper.inner svg {
    font-size: 11px;
    width: 15px;
    min-width: 15px;
    height: 25px;
    padding: 4px;
    margin-right: 15px;
}

.support-policy--bullets-wrapper p {
    margin-bottom: 4px;
    font-weight: 400 !important;
    margin-bottom: 0px;
    font-size: 17px;
}

@media (max-width: 767px) {
    .support-policy--bullets-wrapper p {
        font-size: 15px;
    }
}

.dash-after:after {
    content: "—";
    margin-right: 4px;
    margin-left: 7px;
}

.title--number {
    font-size: 18px;
}

.title--number:after {
    content: ".";
    margin-right: 8px;
    margin-left: 2px;
}

.policy--link {
    color: inherit;
    text-decoration: none;
    border-bottom: 1px solid var(--bs-warning);
}

.policy--link:hover,
.policy--link:focus {
    color: var(--bs-warning);
}

.support-policy--footer {
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 0px;
    margin-top: 35px;
    display: inline-flex;
}

@media (max-width: 767px) {
    .support-policy--footer {
        font-size: 12px;
    }
}
