main {
    margin: 4rem var(--content-start);
}

.intro-title {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 2em;
}

.intro-title img {
    width: 550px;
}

.intro-title h1 {
    font-size: 3em;
    color: #f9a826;
    padding: 0 2.5rem;
}

.policy {
    display: grid;
    justify-content: center;
}

.first-p {
    padding: 3em 0;
    color: var(--asterone-black);
    text-align: center;
}

.list,
.list ol {
    line-height: 2;
    padding: 2em;
    border: 1px solid #d9d9d9;
    border-radius: 5px;
}

.list ol li {
    list-style: decimal;
}

.list h3 {
    padding: 1em;
}

.list h3::before {
    content: '';
    display: inline-block;
    width: 5px;
    height: 2em;
    position: absolute;
    margin-left: -20px;
    background-color: #f9a826;
}

.date_manager {
    text-align: end;
    justify-self: end;
    color: var(--asterone-black);
    padding: 1.5rem;
    line-height: 2;
}