@charset "utf-8";

.change-password-wrap {
    width: 90vw;
    margin: 30px auto;
}

.change-password-wrap section {
    border: 1px solid black;
    border-radius: 10px;
    padding: 20px;
}

.change-password-wrap section>h2 {
    border-bottom: 1px solid black;
    padding-bottom: 5px;
    text-align: center;
    margin-bottom: 20px;
    font-weight: 600;
}

li {
    margin-bottom: 10px;
}

ol {
    margin-bottom: 30px;
}

section p {
    text-align: center;
    margin-bottom: 5;
    font-weight: bold;
}

.to-customer-support {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 10px auto;
}

@media(min-width: 768px) {
    .change-password-wrap {
        width: 55vw;
        margin: 60px auto;
    }
}