
.hcdp-icon{
    display: flex;
    align-items: center;
}
.hcdp-icon svg{
    width: 30px;
    height: 30px;
    object-fit: contain;
    fill: #ffc207;
}
.hcdp-badge-wrapper{
    display: flex;
    justify-content: flex-end;
    margin-top: 10px;
    margin-bottom: 10px;
}
.hcdp-badge {
    display: flex;
    align-items: center;
    gap: 12px;
    border-radius: 27px;
    padding: 8px 20px 8px 15px;
    background: #F4F4F4;
}

.hcdp-title{
    font-size: 14px;
    line-height: 20px;
    color: black;
    font-weight: 600;
}
.hcdp-sub {
font-size: 12px;
    line-height: 18px;
    font-weight: 400;
    color: #5C5C5C;
}
/* 
.hcdp-texts {
    line-height: 1.2
}

.hcdp-title {
    font-weight: 700
}

.hcdp-sub {
    color: #666;
    font-size: .92em;
    margin-top: 2px
}
 */

