.link-pdf {}
.link-www {}

.link-pdf a {
    font-weight: bold;
    color: #292929;
}

.link-pdf a:before {
	content: "\f1c1";
    display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	vertical-align: middle;
	text-align: center;
	width: auto;
	height: auto;
    margin-right: 0.3em;
}

.link-www a {
    font-weight: bold;
    color: #292929;
}

.link-www a:before {
	content: "\f08e";
    display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	vertical-align: middle;
	text-align: center;
	width: auto;
	height: auto;
    margin-right: 0.3em;
}

.testamonial .text {
    position: relative;
}

.testamonial .text h3 {
    font-size: 16px;
    margin: 0px 0px 5px;
}
.testamonial .text h4 {
	font-size: 12px;
	color: rgb(112, 112, 112);
	font-weight: 300;
	margin: 0px;
}
.testamonial {
	display: flex;
	margin-bottom: 10px;
	align-items: center;
    position: relative;
}

.testamonial .picture-round {
	width: 80px;
	margin: 0px 20px 0px 0px;
    border-radius: 100%;
	position: relative;
	overflow: hidden;
	display: inline-flex;
	justify-content: flex-start;
	align-items: flex-start;
	vertical-align: middle;
}

.testamonial .picture-round img {
	display: inline-block;
	object-fit: cover;
	max-width: 100%;
	max-height: 100%;
	height: auto;
	text-align: center;
	width: 100%;
	vertical-align: middle;
}
