Company, Inc.
Contact Information
E-mail: info@domain.com
Phone.: +49 777 777 777
Fax: +49 222 777 333
Billing Address
iD: 24924816
VAT ID: CZ24924816
Registered at the Municipal court of Prague, section C, insert 496953
<div id="kotva-kontakt" class="a-anchor"></div>
<section class="m-section">
<div class="m-section__content container">
<h2 class="m-section__title text-center"> Company, Inc. </h2>
<div class="o-contact3 row no-gutters">
<div class="o-contact3__column col-md-8">
<div class="o-contact3__inner">
<p>
<strong> Contact Information </strong>
</p>
<p>E-mail: <a href="mailto:info@domain.com">info@domain.com</a><br>Phone.: <a href="tel:+49777777777">+49 777 777 777</a><br>Fax: +49 222 777 333</p>
</div>
</div>
<div class="o-contact3__column col-md-8">
<div class="o-contact3__inner">
<p>
<strong> Mailing Address </strong>
</p>
<p>1999 Harrison Street<br>Suite 1150<br>Oakland, CA 94612</p>
<p>GPS: <a href="#" target="_blank">37°48'28.3"N 122°15'54.3"W</a></p>
</div>
</div>
<div class="o-contact3__column col-md-8">
<div class="o-contact3__inner">
<p>
<strong> Billing Address </strong>
</p>
<p>iD: 24924816<br>VAT ID: CZ24924816</p>
<p>Registered at the Municipal court of Prague, section C, insert 496953 </p>
</div>
</div>
</div>
</div>
</section>
@import "molecules/section/index";
.o-contact3 {
border: 1px solid color('gray');
border-left: 0;
border-top: 0;
&__column {
border: 1px solid color('gray');
border-bottom: 0;
border-right: 0;
}
&__inner {
padding: space(2);
@media(min-width: breakpoint-min(md)) {
padding: space(3);
}
}
}