/* Start custom CSS for html, class: .elementor-element-4d13e6c *//* ================================
   Improve Cards Readability Mobile
================================= */

@media (max-width: 768px){

  /* Target all white cards */
  .bg-white.rounded,
  .bg-white.shadow,
  .bg-white.border,
  .bg-white[class*="rounded"]{

    padding: 22px !important;
    border-radius: 18px !important;
  }

  /* Titles inside cards */
  .bg-white h3,
  .bg-white h4{
    font-size: 18px !important;
    line-height: 1.3 !important;
    margin-bottom: 10px !important;
  }

  /* Speaker Name */
  .bg-white .font-semibold,
  .bg-white .font-bold{
    font-size: 16px !important;
    line-height: 1.4 !important;
  }

  /* Description / Role text */
  .bg-white p{
    font-size: 15px !important;
    line-height: 1.75 !important;
    margin-top: 6px !important;
  }

  /* Space between name & role */
  .bg-white p span{
    display: block;
    margin-top: 6px;
  }

}/* End custom CSS */