/* ----------------------------------------------------------------
	Custom CSS

	Add all your Custom Styled CSS here for New Styles or
	Overwriting Default Theme Styles for Better Handling Updates
-----------------------------------------------------------------*/

    .contact-details {
      list-style: none;
      padding: 0;
    }

    .contact-details li {
      margin-bottom: 10px;
      display: flex;
      align-items: flex-start; /* Align items to the top */
    }

    .contact-details i {
      margin-top: 2px;
      margin-right: 10px;
      width: 24px; /* Adjust the size as needed */
      height: 32px;
      display: inline-block;
    }

