.empty-card-component{
    text-align: center;
    position: relative;
    margin-bottom: 24px;
    margin-top: 40px;
}

/* .empty-crad-picture-tags{
 position: relative; 
} */

.empty-crad-picture-tags{
    min-height: 400px;
}

.empty-card-component .policy-banner-images{
    width: 100%;
    height: 417px;
}

.empty-card-content-wrapper{
    width: max-content;
    margin: 0 auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}

.empty-card-content-heading{
    font-size: 28px;
    font-weight: 700;
    line-height: 33.6px;
    text-align: center;
    color: #212529;
    margin-bottom: 8px;
}

.empty-card-content-subheading{
    font-size: 12px;
    font-weight: 400;
    line-height: 16.8px;
    text-align: center;
    color: #333642;
    /* max-width: 232px; */
}

.arrow {
    width: 24px;
    height: 24px;
    padding: 6px 4px;
}

.policy-banner-images{
    border-radius: 12px;
}

@media (max-width:767px){
    .empty-card-content-heading{
        font-size: 20px;
        font-weight: 700;
        line-height: 25.2px;
    }

    .empty-card-content-subheading{
        font-size: 14px;
        font-weight: 400;
        line-height: 19.6px;
        max-width: 236px;
    }
    .empty-card-component .policy-banner-images{
        height: 699px;
    }
    .empty-card-component {
        margin: 0;
        padding: 0;
    }
    .empty-card-component .policy-banner-images{
       border-radius: unset;
    }
    
}