.title {
    background-color: #fff;
    background: linear-gradient(180deg, #e1b56e5a 0%, #e1b56e00 100%);
    width: 100%;
    padding: 32px 16px;
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 8px;
    h1 {
        width: 100%;
        text-align: center;
        font-weight: bold;
        font-size: 18px;
    }
    p {
        font-size: 28px;
        font-weight: bold;
        text-align: center;
        width: 100%;
    }
    hr {
        width: 180px;
        border-color: #4b0708;
        border-width: 1px;
    }
}