.hw-component-heading .gradient-text{
    background: linear-gradient(90deg, #0078BA 0%, #D62049 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-family: Inter;
    font-size: 2.375rem;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
.hw-short-news{
    position: relative;
    margin-bottom: 25px;
}
.hw-short-news .cmp-teaser__image{
    width: 12%;
    border-radius: 12px 0px 0px 12px;
    background: #0078BA;
    display: flex;
    align-items: center;
}
.hw-short-news .cmp-teaser{
    border-radius: 13.9px;
    border: 2px solid #0078BA;
    background: #FFF;
    display: flex;
    gap: 22px;
}
.hw-short-news .cq-dd-image{
    width: 112px;
    height: 83px;
    margin: auto;
    display: flex;
}
.hw-short-news .cmp-teaser__content{
    width: 90%;
    padding: 11px 15px 8px 0;
    margin: auto 0;
}
.hw-short-news .cmp-teaser__content .cmp-teaser__description :where(p,h1,h2,h3,h4,h5,h6){
    color: #58595B;
    font-family: Inter;
    font-size: 1.25rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.hw-short-news .cmp-teaser__content .cmp-teaser__description :where(p,h1,h2,h3,h4,h5,h6) b{
    font-weight: 700;
}
.hw-short-news .cmp-teaser__content .cmp-teaser__description :where(p,h1,h2,h3,h4,h5,h6) .blueText{
    color: #0073BB;
    font-family: Inter;
    font-size: 1.25rem;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
.hw-short-news::after{
    content: '';
    position: absolute;
    bottom: -10px;
    right: 10%;
    width: 20px;
    height: 20px;
    transform: rotate(-45deg);
    background: #FFF;
    border-left: 2px solid #0073BB;
    border-bottom: 2px solid #0073BB;
}
.hw-short-desc .cmp-text{
    text-align: center;
}
.hw-short-desc .cmp-text :where(p,h1,h2,h3,h4,h5,h6) .blueText{
    color: #0078BA;
    font-family: Inter;
    font-size: 1.875rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.hw-short-desc .cmp-text :where(p,h1,h2,h3,h4,h5,h6) .blueText b{
    font-weight: 700;
}
.hw-short-desc .cmp-text :where(p,h1,h2,h3,h4,h5,h6) .redText{
    color: #D62049;
    font-family: Inter;
    font-size: 1.875rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.hw-short-desc .cmp-text :where(p,h1,h2,h3,h4,h5,h6) .redText b{
    font-weight: 700;
}
@media screen and (max-width: 768px){
    .hw-component-heading .gradient-text{
        font-size: 0.75rem;
    }
    .hw-component-heading{
        padding: 0 20px;
    }
    .hw-short-news .cmp-teaser__image{
        width: 40px;
        justify-content: center;
        border-radius: 2px 0px 0px 2px;
    }
    .hw-short-news .cq-dd-image{
        width: 40px;
        height: 35px;
    }
    .hw-short-news .cmp-teaser{
        gap: 8px;
        border-radius: 4px;
        border: 1px solid #0078BA;
    }
    .hw-short-news .cmp-teaser__content .cmp-teaser__description :where(p,h1,h2,h3,h4,h5,h6){
        font-size: 0.438rem;
    }
    .hw-short-news .cmp-teaser__content .cmp-teaser__description :where(p,h1,h2,h3,h4,h5,h6) .blueText{
        font-size: 0.438rem;
        color: #1276B4;
    }
    .hw-short-news .cmp-teaser__content{
        padding: 3px 3px 3px 0;
        width: 90%;
        margin: auto 0;
    }
    .hw-short-news::after{
        bottom: -5px;
        right: 10%;
        width: 10px;
        height: 10px;
        border-left: 1px solid #0073BB;
        border-bottom: 1px solid #0073BB;
    }
    .hw-short-news{
        margin-bottom: 10px;
    }
    .hw-short-desc .cmp-text :where(p,h1,h2,h3,h4,h5,h6) .blueText{
        font-size: 0.5rem;
    }
    .hw-short-desc .cmp-text :where(p,h1,h2,h3,h4,h5,h6) .redText{
        font-size: 0.5rem;
    }
}