.elementor-7463 .elementor-element.elementor-element-73bc87e{--display:flex;--padding-top:20px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}/* Start custom CSS for html, class: .elementor-element-7af0f8f */.expert-box-container {
    background-color: #f9f9f9;
    border-radius: 10px;
    padding: 30px;
    margin-top: 40px;
    border: 1px solid #e0e0e0;
  }
  .expert-box-container h3 {
    margin-top: 0;
    border-bottom: 2px solid var(--e-global-color-primary);
    padding-bottom: 10px;
    margin-bottom: 20px;
  }
  .expert-box-content {
    display: block;
  }
  .expert-image {
    flex-shrink: 0;
    display: block;
    float: left;
    margin: 0 30px 20px 0;
  }
  .expert-image img {
    width: 150px;
    height: 150px;
    border-radius: 50%;
    display: block;
    object-fit: cover;
    box-shadow: 0 4px 12px -2px rgba(0,0,0,0.3);
  }
  
  .expert-text p:last-child {
    margin-bottom: 0;
  }
  
  /* Responsive for mobile */
  @media (max-width: 767px) {
      .expert-image {
          display: inline-block;
          margin: 10px 0 30px 0;
      }
    .expert-image img {
        width: 100%;
        height: 100%;
    }
  }/* End custom CSS */