
    .title {
        display: flex;
        gap: 20px;
        align-items: center;
        padding: 10px;
        border-radius: 10px;
    }

    .title i {
        color: black;
        font-size: 48px;
        background-color: #d2f0ff;
        padding: 10px;
        border-radius: 20px;
    }

    .title .title-subtitle p {
        color: black;
    }

    .title .title-subtitle p:first-child {
        font-size: 18px;
        font-weight: 300;
    }

    .title .title-subtitle p:last-child {
        font-size: 19px;
        font-weight: 500;
    }