40 lines
1.7 KiB
Vue
40 lines
1.7 KiB
Vue
<template>
|
|
<section id="ourMission" class="section-py bg-body landing-faq mt-5 pb-5 pt-5" style="padding: 0;">
|
|
<div class="container">
|
|
<div class="">
|
|
<span class="text-dark">Our Mission</span>
|
|
</div>
|
|
|
|
<div class="row gy-5">
|
|
<div class="col-lg-12">
|
|
<div class="col-lg-7 mb-4 text-dark">
|
|
<h1 class="mb-1 text-dark"><b>Increasing Accessibility to Life-Changing Healthcare for Men</b>
|
|
</h1>
|
|
</div>
|
|
<div class="col-lg-12 mb-1 mb-4 pb-1 text-dark text-justify">
|
|
<p class="fs-5">
|
|
|
|
Our founders aimed to enhance the accessibility of life-changing healthcare for men across the
|
|
United States. Through our established medical protocol, online prescriptions, and convenient
|
|
mail-delivered medications, we empower men to thrive as they age. Since 2010, <b>HGH has
|
|
assisted over Thousand's patients </b> in effectively addressing low testosterone and
|
|
erectile
|
|
dysfunction—safely, simply, and affordably.
|
|
</p>
|
|
</div>
|
|
<div class="row gy-5">
|
|
<div class="text-center mb-1 mb-4 pb-1 text-dark text-justify">
|
|
<v-btn outlined size="x-large"> Our Story</v-btn>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</section>
|
|
</template>
|
|
<style>
|
|
#ourMission {
|
|
background-color: #9DC1CE !important;
|
|
}
|
|
</style>
|