@font-face{ font-family: 'ZohoPuvi'; src: url('https://fonts.zohowebstatic.com/zohopuvi/3.5/zoho_puvi_regular.woff2') format('woff2'), url('https://fonts.zohowebstatic.com/zohopuvi/3.5/zoho_puvi_regular.woff') format('woff'), url('https://fonts.zohowebstatic.com/zohopuvi/3.5/zoho_puvi_regular.ttf') format('truetype'); font-style: normal; font-weight: 300; font-display: swap}@font-face{ font-family: 'ZohoPuvi'; src: url('https://fonts.zohowebstatic.com/zohopuvi/3.5/zoho_puvi_medium.woff2') format('woff2'), url('https://fonts.zohowebstatic.com/zohopuvi/3.5/zoho_puvi_medium.woff') format('woff'), url('https://fonts.zohowebstatic.com/zohopuvi/3.5/zoho_puvi_medium.ttf') format('truetype'); font-style: normal; font-weight: 400; font-display: swap}@font-face{ font-family: 'ZohoPuvi'; src: url('https://fonts.zohowebstatic.com/zohopuvi/3.5/zoho_puvi_extrabold.woff2') format('woff2'), url('https://fonts.zohowebstatic.com/zohopuvi/3.5/zoho_puvi_extrabold.woff') format('woff'), url('https://fonts.zohowebstatic.com/zohopuvi/3.5/zoho_puvi_extrabold.ttf') format('truetype'); font-style: normal; font-weight: 700; font-display: swap}body{ font-family: 'ZohoPuvi', sans-serif}
.note {
    border: 1px solid #cae3f9;
    border-radius: 8px;
    background-color: aliceblue;
    /* max-width: 600px; */
    margin: 0 auto 60px;
    padding: 20px;
}
.note .flex{
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}
.note h4 {
    padding: 0;
    margin: 0 0 8px;
    font-weight: 500;
}
.note h4:before {
    display: none;
}
.note p {
    margin: 0;
}
.note .cta {
    background-color: #0099ff;
    border: 1px solid #0099ff;
    color: #fff;
    padding: 12px 8px;
    display: block;
    min-width: 182px;
    text-align: center;
    border-radius: 8px;
    font-size: 15px;
    font-weight: 400;
    margin: auto;
    line-height: normal;
}
.note .cta:hover {
    background-color: #fff;
    color: #0099ff;
}
