.clear-page {}

.clear-page__title {}

.clear-page__text {
    font-weight: 300;
    line-height: 1.65;
    padding-top: 3.3rem;
}

.clear-page__text ul {
    margin-top: 1.25rem;
    list-style: disc;
    padding-left: 1.2rem;
}

.clear-page__text ul li {
    margin-bottom: 1rem;
    line-height: 1.3;
}

.clear-page__text img {
    width: auto;
    max-width: 100%;
}

.clear-page__btn {
    margin-top: 3rem;
    align-self: start;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0 3.88rem;
    height: 2.975rem;
    color: #FFF;
    font-size: 1.125rem;
    font-weight: 500;
    border-radius: 6.25rem;
    background-color: #92647D;
    border: 1px solid #92647D;
    transition: 300ms ease-in-out;
}