/* CTA Section Component Styles */

.block-wrapper .faculty-questions {
  /* Container for nested components */
  min-width: 150px;
  min-height: 100px;
  width: auto;
  border:2px dashed #ccc;
}

.faculty-questions{
  flex-wrap: wrap;
  width:auto !important;
}

.faculty-questions-info {
  /* Info column with title, subtitle, and button */
  max-width: 680px !important;
}

