About Us

by ASHISH ROX

HTML

<script src="&lt;link href=&#39;http://fonts.googleapis.com/css?family=Devonshire&#39; rel=&#39;stylesheet&#39; type=&#39;text/css&#39;&gt;"></script>
<div class="col-md-4">
              <div class="vc_icon-round vc_center">
                <div class="bg-wrapper">
                    <div class="bg"> <img alt="example image" src="http://vencorp.venmond.com/img/about/01.jpg"/> </div>
                </div>
              </div>
              <div class="vc_splitter"></div>
    <div class="roxheading">Anna Mariane</div>
              <p> <em>CEO</em> </p>
              <a class="vc_btn btn-small" href="">About</a> </div>

CSS

.col-md-9 {
width: 75%;
}
.roxheading {
margin: 0 0 8px;
font-family: 'Devonshire';
font-weight: 500;
line-height: 16px;
color: inherit;
text-rendering: optimizelegibility;
color: #484848;
}
.vc_splitter {
width: 100%;
float: left;
margin-bottom: 20px;
}
button, .vc_btn{
	background: #2cabe0;
	border: none;
	padding: 20px;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	color: #FFF;
	text-shadow: none;
	width:auto;
}
.vc_btn{
	display:inline-block;
	font-size:14px;
	line-height:20px;
	cursor:pointer;
	margin-bottom:0;
	text-align:center;
	vertical-align:middle;
}
.btn-grey{
	background:#AAA;
}
.btn-large{
	font-size:18px;
	padding:20px 26px;
}
.btn-small{
	padding: 10px 15px;
	font-size:12px;
}
.btn-mini{
	font-size:11px;
	padding:5px 10px;
}
.vc_btn i,.vc_btn .glyphicon{
	margin-right:10px;
}
.vc_btn:hover, .vc_btn:focus{
	text-decoration:none;
	background: #E6E6E6;
	color:#333;
}
.vc_btn.disabled, .vc_btn[disabled] {
    background: #EEE;
    box-shadow: none;
    cursor: default;
    color:#BBB;
}
.vc_btn.disabled:hover, .disabled:hover{
	background:#EEE;
	color:#BBB;
}
.row {
margin-right: -15px;
margin-left: -15px;
}
.col-md-4 {
width: 33.33333333333333%;
}
@font-face {
    font-family: 'BebasNeueRegular';
    src: url('https://sites.google.com/site/directorybesttheme/font/BebasNeue-webfont.eot');
    src: url('https://sites.google.com/site/directorybesttheme/font/BebasNeue-webfont.eot?#iefix') format('embedded-opentype'),
         url('https://sites.google.com/site/directorybesttheme/font/BebasNeue-webfont.woff') format('woff'),
         url('https://sites.google.com/site/directorybesttheme/font/BebasNeue-webfont.ttf') format('truetype'),
         url('https://sites.google.com/site/directorybesttheme/font/BebasNeue-webfont.svg#BebasNeueRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}
       
@font-face {
    font-family: 'BebasNeueRegular';
    src: url('./font/BebasNeue-webfont.eot');
    src:...