    #ecw_bell_chat,
    #ecw_bell_chat_second,
    #ecw_bell_chat_third
    {
        padding: 3em 0;
        background-color: #F9E8E1;
    }

    #ecw_bell_chat {
        box-shadow: inset 0px 2px 5px -3px rgb(0 0 0 / 30%);
    }

    #ecw_bell_chat .ecw_bella_container,
    #ecw_bell_chat_second .ecw_bella_container,
    #ecw_bell_chat_third .ecw_bella_container
    {
        display: flex;
        gap: 20px;
        width: 79%;
        margin: 0 auto;
        align-items: center;
    }

    #ecw_bell_chat .ecw_bella_container .ecw_bella_inner,
    #ecw_bell_chat_second .ecw_bella_container .ecw_bella_inner,
    #ecw_bell_chat_third .ecw_bella_container .ecw_bella_inner {
        display: flex;
    }

    #ecw_bell_chat .ecw_bella_container .ecw_bella_inner .ecw_bella_img,
    #ecw_bell_chat_second .ecw_bella_container .ecw_bella_inner .ecw_bella_img,
    #ecw_bell_chat_third .ecw_bella_container .ecw_bella_inner .ecw_bella_img {
        border-radius: 50%;
        width: 100%;
        height: 63px;
    }

    #ecw_bell_chat .ecw_bella_container .ecw_bella_content,
    #ecw_bell_chat_second .ecw_bella_container .ecw_bella_content,
    #ecw_bell_chat_third .ecw_bella_container .ecw_bella_content {
    background: #fff;
    width: 60%;
    padding: 20px;
    border-radius: 20px;
    box-shadow: 0 3px 15px -5px rgb(0 0 0 / 30%);
    padding-left: 20px;
    }


    #ecw_bell_chat .ecw_bella_container .ecw_bella_content  .ecw_bella_title h3,
    #ecw_bell_chat_second .ecw_bella_container .ecw_bella_content  .ecw_bella_title h3,
    #ecw_bell_chat_third .ecw_bella_container .ecw_bella_content  .ecw_bella_title h3 {
    font-size: 14px;
    margin-bottom: 4px;
    }

    #ecw_bell_chat .ecw_bella_container .ecw_bella_content  .ecw_bella_title h3 .ecw_heart_img,
    #ecw_bell_chat_second .ecw_bella_container .ecw_bella_content  .ecw_bella_title h3 .ecw_heart_img,
    #ecw_bell_chat_third .ecw_bella_container .ecw_bella_content  .ecw_bella_title h3 .ecw_heart_img {
        display: inline !important;
        border: none !important;
        box-shadow: none !important;
        height: 1em !important;
        width: 1em !important;
        margin: 0 0.07em !important;
        vertical-align: -0.1em !important;
        background: none !important;
        padding: 0 !important;
    }

    #ecw_bell_chat .ecw_bella_container .ecw_bella_content .ecw_bella_subtitle p,
    #ecw_bell_chat_second .ecw_bella_container .ecw_bella_content .ecw_bella_subtitle p,
    #ecw_bell_chat_third .ecw_bella_container .ecw_bella_content .ecw_bella_subtitle p {
        font-size: 16px;
        margin-bottom: 0px;
        line-height: 21px;
        font-weight: 500;
    }

    @media screen and (max-width: 768px) {
        #ecw_bell_chat .ecw_bella_container .ecw_bella_content,
    #ecw_bell_chat_second .ecw_bella_container .ecw_bella_content,
    #ecw_bell_chat_third .ecw_bella_container .ecw_bella_content {
        width: 100%;
    }
    }
    

@media screen and (max-width: 425px) {
    #ecw_bell_chat .ecw_bella_container,
    #ecw_bell_chat_second .ecw_bella_container,
    #ecw_bell_chat_third .ecw_bella_container {
        width: 100%;
        padding: 0 15px;
    }

    
    #ecw_bell_chat .ecw_bella_container .ecw_bella_inner .ecw_bella_img,
    #ecw_bell_chat_second .ecw_bella_container .ecw_bella_inner .ecw_bella_img,
    #ecw_bell_chat_third .ecw_bella_container .ecw_bella_inner .ecw_bella_img {
        width: 60px;
        height: 52px;
    }

    #ecw_bell_chat .ecw_bella_container .ecw_bella_content,
    #ecw_bell_chat_second .ecw_bella_container .ecw_bella_content,
    #ecw_bell_chat_third .ecw_bella_container .ecw_bella_content {
        width: 100%;
    }
  }