.first-name {
	color: #448c74;
	font-size: 3rem;
	font-weight: 500;
	margin-bottom: 0;
}
.card-body .info h3 {
    font-size: 1.2rem;
}
@media screen and (max-width:991px) {
	.first-name {
		text-align: center !important;
		line-height: 1.2;
	}
	.main .profile-intro {
		position: relative !important;
	}
	.intro-contain svg {
		position: absolute;
	}
}
@media print {
	.lg-in-opt {
		display: none;
	}
}