/*NEW styles */
/**/
/*NEW styles elementor theme*/

      #main-profile-container {
        display: flex;
        flex-direction: column;
        font-family: "Montserrat", Helvetica, Arial, sans-serif;
        font-size: 14px;
      }
      .section-black {
        background-color: #517177;
        text-align: center;
        min-height: 100px;
        padding-top: 40px;
      }

      .section-with-image {
        display: grid;
        grid-template-columns: 47% 6% 47%;
        grid-gap: 5px;
        align-items: center;
        background-color: white;
        color: #0f0f0f;

		  @media (max-width: 500px) {
          grid-template-columns: 1fr;
        }
      }

      .image-profile-container img {
        max-height: 350px;
      }

      .image-profile-container {
        text-align: center;
      }
      

      .image-profile-container,
      .info-container {
        flex: 1;
      }

      .image-profile-container {
        padding: 10px;
        text-align: center;
      }

      .vertical-line {
        background-image: linear-gradient(to right, #00000000, #00000010);
        width: 20px; 
        min-height: 400px;
        margin: auto;

        @media (max-width: 500px) {
          width: 0px; 
          min-height: 0px;
        }
      }

      .info-container {
        padding: 0px 20px 0px 50px;
        font-family: "Montserrat", Helvetica, Arial, sans-serif;
        font-size: 18px;
      }

      .bio-label {
        font-family: "Montserrat", Helvetica, Arial, sans-serif;
        
      }

      .section-bio {
        display: flex;
        flex-direction: row;
        /*align-items: center;*/
        background-color: white;
        color: #0f0f0f;
        min-height: 200px;
      }

      #bio-text {
        text-align: justify;
        font-family: Roboto, Helvetica, Arial, sans-serif;
        font-size: 16px;
      }

      .section-black button {
        background-color: white;
        border: solid 2px white;
        border-radius: 50px;
       /* width: 200px;
        height: 40px;*/
        font-family: "Montserrat", Helvetica, Arial, sans-serif;
        font-size: 12px;
        font-weight: 500;
        text-align: center;
        color: black;
        margin-top: 20px;
		    margin-bottom: 20px;
      }

      .link {
        text-decoration: none;
        cursor: pointer;
        color: black;
      }
      .connect {
        color: white;
        font-size: 45px;
        font-weight: 700;
        font-family: "Montserrat", Arial, Helvetica, sans-serif;
        margin-top: 20px;

        @media (max-width: 768px) {
          font-size: 20px;
          font-weight: 700;
        }
      }
      .survey-text {
        font-family: "Montserrat", Helvetica, Arial, sans-serif;
        font-size: 14px;
      }


    /*section.elementor-top-section + .elementor-section .elementor-widget-wrap.elementor-element-populated {
         padding: unset !important;

     }

     section.elementor-top-section + .elementor-section .elementor-container.elementor-column-gap-default {
       max-width: unset !important;
     } */