<section id="cta" class="cta">
<div class="container aos-init aos-animate" data-aos="zoom-out">
<div class="row g-5">
<div class="col-lg-8 col-md-6 content d-flex flex-column justify-content-center order-last order-md-first">
<h3>About Us VC-Traders</h3>
<p>VC-Traders is a team of experienced crypto-currency and forex trading professionals using cutting edge Artificial intelligence AI bot technologies and algorithms to help conduct trades and execute transactions on the behalf of human investors. Our focus is to provide financial independence to our affiliates globally through smart investments, forex trading and crypto currency trading.
<br>
Our mission is to assist you make money by trading crypto currency assets on your behalf and sharing the profits every day.</p>
</div>
<div class="col-lg-4 col-md-6 order-first order-md-last d-flex align-items-center">
<div class="img">
<img src="assets/img/cmt.png" alt="" class="img-fluid">
</div>
</div>
</div>
</div>
</section>
.cta {
padding: 0;
background: url("../img/cta-banner.jpg") center center;
background-attachment: scroll;
background-size: auto;
background-size: cover;
background-attachment: fixed;
}
.cta .img::after {
content: "";
position: absolute;
inset: 0;
background: rgba(var(--color-white-rgb), 0.9);
border-radius: 15px;
transform: rotate(6deg);
}
cta .img::before {
content: "";
position: absolute;
inset: 0;
background: rgba(var(--color-white-rgb), 0.5);
border-radius: 15px;

0 Comments