.acad-lt-5-promo .wp-promo-image{
  position:relative;
 }
 body:not(.cq-wcm-edit) .acad-lt-5-promo .wp-promo-image > .image:first-of-type img{
   display:flex;
  }
 body:not(.cq-wcm-edit) .acad-lt-5-promo .wp-promo-image > .image:not(:first-of-type){
  position:absolute;
  width: 30px;
  height: 30px;
  top: 12px;
  left: 11px;
 }
 body:not(.cq-wcm-edit) .acad-lt-5-promo .wp-promo-image .wp-overlay{
 position: absolute;
 top: 0px; 
 width: 100%;
 height: 100%;
 background: rgba(0,0,0,0.85);
 padding: 15px;
 opacity: 0;
 pointer-events:none;
 -webkit-transition:  all 0.5s ease-in;
 -moz-transition:  all 0.5s ease-in;
 -o-transition:  all 0.5s ease-in;
 transition: all 0.5s ease-in;
 }
 body:not(.cq-wcm-edit) .acad-lt-5-promo .wp-promo-image:hover .wp-overlay{
 opacity: 1;
 pointer-events: auto;
 }
 body:not(.cq-wcm-edit) .acad-lt-5-promo .wp-promo-image .wp-overlay{
 background: rgba(0,0,0,0.85);
 }
 .acad-lt-5-promo .wp-promo-image .wp-overlay h3{
 font-size: 16px;
 font-weight: 700;
 line-height: 1.4;
 letter-spacing: normal;
 text-align: left;
 color: #ffffff;
 margin: 0px;
 padding: 0px;
 }
 .acad-lt-5-promo .wp-promo-image .wp-overlay a h3{
 border-bottom: 0.5px dashed #fff;
 display: inline-block;
 }
 .acad-lt-5-promo .wp-promo-image .wp-overlay a:hover h3{
 border-bottom: 0.5px solid #fff;
 display: inline-block;
 }
 .acad-lt-5-promo .wp-promo-image .wp-overlay .wp-desc{
 font-size: 14px;
 line-height: 1.5;
 text-align: left;
 color: #ffffff;
 margin: 0px;
 padding: 8px 0px 0px 0px;
 }
 
 .acad-lt-5-promo .wp-promo-sub-buttons .cmp-button {
   border-radius: 4px;
   text-align: center;
   font-weight: bold !important;
   font-size: 16px !important;
   font-family: "ArtifaktElement" !important;
 }
 
 .wp-promo-sub-buttons .wp-yearly-promo-pricing-acd {
   margin-top: 13px;
   padding-right: 12px;
   margin-right: 12px;
   border-right: 1px solid #ccc;
 }
 
 /* CODE FROM ACD-bundle for icons*/
 /* .pc-border-large-bottom {
   display: none !important;
 }
 
 .promo-image-box-acd {
   width: 66.6%;
 } */
 
 .wp-promo-icon-3pack svg {
   fill: #dd2222;
   height: 60px;
   margin-bottom: 8px;
   width: 60px;
 }
 
 .wp-promo-icon-3pack p {
   font-size: 1.9rem !important;
   font-weight: bold;
   line-height: 1.5;
   color: #2a2a2a;
 }