.title {
    background-color: #fff;
    background: linear-gradient(180deg, #14538e2a 0%, #14538e00 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%;
        color: #14538e;
    }
    hr {
        width: 180px;
        border-color: #14538e;
        border-width: 1px;
    }
}