.fancify-core-single-agent-title-container {
	.fancify-core-single-agent-title {
		@include font-family-poppins;
		@include font-size(37);
		font-weight: $medium;
		padding-bottom: 5px;
		color: $default-purple;
	}

	.fancify-core-single-agent-title-label {
		i {
			color: #929292;
			@include font-size(14);
		}

		label {
			@include font-family-quicksand;
			@include font-weight(semi-bold);
			@include font-size(19);
			color: #929292;
		}
	}

	.fancify-core-single-agent-address {
		@include font-family-poppins;
		@include font-size(21);
		font-weight: $light;
		color: rgba(#464646, 0.8);
		letter-spacing: 1px;
	}
}