Child pages
  • Lexzur: The Best Way to Manage Your Legal Team




Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Content Layer
background-color#F8FAFC
id618235508
Content Column
width100%
id618235509
Content Block
background-color#F8FAFC
id618235510
HTML
<div class="dual-columns standard-dual-section contact-us-section">
    <div class="left-column single-column">
	  <i class="fas fa-video"></i>
      <h1 class="blue-text">Video Tutorials</h1>
      <p>Learn new skills through our comprehensive video tutorials.</p>
		<a href="https://www.youtube.com/@App4Legal/playlists">Watch Now</a>
    </div>
    <div class="right-column single-column">
	  <i class="fas fa-envelope"></i>
      <h1 class="blue-text">Contact Us</h1>
      <p>Submit a request for assistance from our dedicated support team.</p>
		<a href="mailto:help@app4legal.com">Get in Touch</a>
    </div>
</div>
HTML
<style>
.contact-us-section{
	text-align:center;
}

.contact-us-section li{
	font-size:20px;
	color: #155495;
}


</style>