.docxbi-cta-buttons{
  display:flex;
  gap:12px;
  flex-wrap:wrap;
  margin:24px 0 0;
}
.docxbi-cta-align-left{ justify-content:flex-start; }
.docxbi-cta-align-center{ justify-content:center; }
.docxbi-cta-align-right{ justify-content:flex-end; }

.docxbi-cta-buttons a{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  text-decoration:none;
}
.docxbi-cta-buttons a.docxbi-btn{
  transition: background-color .18s ease, color .18s ease, border-color .18s ease, transform .18s ease;
}

.docxbi-top-image{
  margin: 0 0 20px 0;
}
.docxbi-top-image img{
  width: 100%;
  height: auto;
  display: block;
}
.docxbi-top-image.docxbi-rounded img{
  border-radius: 20px;
}
