.cta-component {
  display: flex;
  flex-direction: column;
  width: 100%; }
  @media (max-width: 767px) {
    .cta-component {
      margin-bottom: 1.5rem; } }
  @media (min-width: 768px) {
    .cta-component {
      margin-bottom: .5rem; } }
  .cta-component p:first-of-type {
    margin-top: .5rem; }
  .cta-component .btn,
  .cta-component .text-with-image__more-info {
    margin-top: auto; }
