.callout-card.component{background-color:#fff;color:#333}
.callout-card .callout-card__content{border-style:solid;border-width:2px;-o-border-image:linear-gradient(to right,#0393d8,#a4ce4e) 1;border-image:linear-gradient(to right,#0393d8,#a4ce4e) 1;padding:25px}
.callout-card .callout-card__headline{color:#333;font-weight:700;font-size:16px;line-height:30px;letter-spacing:-0.01px;margin:0}
.callout-card .callout-card__headline .icon-download2{height:16px;width:16px;color:#333;fill:#333;margin-right:8px}
.callout-card .callout-card__body{color:#000;font-size:16px;line-height:30px;letter-spacing:-0.16px;margin-top:15px}
.callout-card .callout-card__link{display:inline-flex;align-items:center;color:#007abc;font-family:'Noto Sans','Arial','Helvetica','sans-serif';font-weight:600;font-size:16px;line-height:24px;margin-top:20px}
.callout-card .callout-card__link .icon-chevron-right{height:11px;width:8px;color:#327ab7;fill:none;stroke:#327ab7;margin-left:8px;margin-top:3px}
body[dir="rtl"] .callout-card .callout-card__content{-o-border-image:linear-gradient(to left,#0393d8,#a4ce4e) 1;border-image:linear-gradient(to left,#0393d8,#a4ce4e) 1}
body[dir="rtl"] .callout-card .callout-card__headline .icon-download2{margin-left:8px;margin-right:initial}
body[dir="rtl"] .callout-card .callout-card__link .icon-chevron-right{margin-right:8px;margin-left:initial;-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}