.article {
    margin-top: 1.5rem;
}
.article__box {
    background: rgba(36, 131, 251, 0.35);
    padding: 1.5rem;
    border-radius: 1rem;
    border: 2px solid var(--blue);
    line-height: 1.5rem;
}
.article__box h1 {
    font-size: 26px;
    font-weight: 600;
}
.article__box h2 {
    text-decoration: 1px underline dashed;
    width: 100%;
    color: var(--blue);
}