.health-buddy .cmp-teaser{
    display: flex;
    flex-direction: row;
    gap: 38px;
    border-radius: 21.531px;
}
.health-buddy{
    border-radius: 16.184px;
    border: 1.922px solid #0073BB;
    position: relative;
    background-color: #fff;
}
.health-buddy .cmp-teaser__image{
    width: 43%;
    background-color: #0078BA;
    border-radius: 13px 0 0 13px;
    align-items: center;
    justify-content: center;
    display: flex;
    min-height: 381px;
    align-items: center;
}
.health-buddy .cmp-teaser__image .cq-dd-image{
    width: 258.569px;
    height: 381px;
}
.health-buddy .cmp-teaser__content{
    display: flex;
    flex-direction: column;
    width: 66%;
    padding-bottom: 36px;
}
.health-buddy .cmp-teaser__content .cmp-teaser__description :where(p,h1,h2,h3,h4,h5,h6){
    color: #000;
    font-family: Inter;
    font-size: 1.375rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    padding-right: 19px;
}
.health-buddy .cmp-teaser__content .cmp-teaser__description :where(p,h1,h2,h3,h4,h5,h6) .blueText{
    color: #0073BB;
    font-family: Inter;
    font-size: 1.375rem;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
.health-buddy .cmp-teaser__content .cmp-teaser__description :where(p,h1,h2,h3,h4,h5,h6) .redText{
    color: #D62049;
    font-family: Inter;
    font-size: 1.375rem;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
.health-buddy .cmp-teaser__content .cmp-teaser__description :where(p,h1,h2,h3,h4,h5,h6) img{
    width: 217px;
    height: 37px;
    margin-bottom: -17px;
}

.health-buddy .cmp-teaser__content .cmp-teaser__title{
    color: #000;
    font-family: Inter;
    font-size: 1.5rem;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    padding: 15px 45px 15px 55px;
    border-radius: 50px;
    background: linear-gradient(0deg, rgba(161, 219, 255, 0.20) 0%, rgba(161, 219, 255, 0.20) 100%), #A1DBFF;
    box-shadow: #D62049 3px 4px 0px;
    width: fit-content;
    position: relative;
    margin-top: 39px;
    margin-bottom: 45px;
}
.health-buddy .cmp-teaser__content .cmp-teaser__title::after{
    content: '';
    position: absolute;
    top: 47px;
    left: 19%;
    width: 20px;
    height: 21px;
    transform: rotate(-45deg);
    background: #A1DBFF;
    box-shadow: #D62049 -1px 5px 0px -1px;
}
.health-buddy .cmp-teaser__content .cmp-teaser__pretitle{
    color: #FFF;
    font-family: Inter;
    font-size: 1.313rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.health-buddy .cmp-teaser__content .cmp-teaser__description :where(p,h1,h2,h3,h4,h5,h6) .whiteText{
    color: #FFF;
    font-family: Inter;
    font-size: 1.313rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    display: block;
    padding: 8px 0 8px 25px;
}
.health-buddy .cmp-teaser__content .cmp-teaser__description :where(p,h1,h2,h3,h4,h5,h6) .whiteText b{
    font-weight: 700;
}
.health-buddy .cmp-teaser__content .cmp-teaser__description{
    display: flex;
    flex-direction: column;
    gap: 41px;
    justify-content: space-between;
}
.health-wealth-container{
    max-width: 975px;
    padding: unset;
}
.health-buddy .cmp-teaser__image >div{
    height: 381px;
}
@media screen and (max-width: 768px){
    .health-buddy .cmp-teaser__content .cmp-teaser__title{
        padding: 5px 16px;
        font-size: 0.5rem;
        box-shadow: #D62049 2px 2px 0px;
        margin-top: 15px;
        margin-bottom: 9px;
    }
    .health-buddy .cmp-teaser__content .cmp-teaser__description :where(p,h1,h2,h3,h4,h5,h6){
        font-size: 0.438rem;
        padding-right: 7px;
    }
    .health-buddy .cmp-teaser__content .cmp-teaser__description :where(p,h1,h2,h3,h4,h5,h6) .blueText{
        font-size: 0.438rem;
    }
    .health-buddy .cmp-teaser__content .cmp-teaser__description :where(p,h1,h2,h3,h4,h5,h6) .redText{
        font-size: 0.438rem;
    }
    .health-buddy .cmp-teaser__content .cmp-teaser__description :where(p,h1,h2,h3,h4,h5,h6) img{
        width: 66px;
        height: 11px;
        display: block;
    }
    .health-buddy .cmp-teaser{
        gap: 8px;
        border-radius: 8px;
    }
    .health-buddy .cmp-teaser__content .cmp-teaser__title::after{
        top: 15px;
        left: 19%;
        width: 10px;
        height: 9px;
        box-shadow: #D62049 -1px 3px 0px -1px;
    }
    .health-buddy .cmp-teaser__content .cmp-teaser__description{
        gap: 25px;
    }
    .health-buddy .cmp-teaser__content .cmp-teaser__description :where(p,h1,h2,h3,h4,h5,h6) .whiteText{
        padding: 2px 6px;
        font-size: 0.313rem;
    }
    .health-buddy .cmp-teaser__image .cq-dd-image{
        width: 103px;
        height: 159px;
    }
    .health-buddy .cmp-teaser__image{
        width: 49%;
        border-radius: 8px 0 0 8px;
        min-height: 159px;
    }
    .health-buddy .cmp-teaser__content{
        gap: 9px;
        padding-bottom: 18px;
    }
    .health-buddy{
        border: 0.5px solid #0073BB;
        border-radius: 8px;
    }
    .health-wealth-container{
        padding: 0 16px;
    }
    .health-buddy .cmp-teaser__image >div{
        height: 159px;
    }
}