.tm-blockquote {
	position: relative;
	margin-bottom: 30px;
	border-radius: 5px;
	blockquote {
		padding: 45px 40px 45px;
		border-radius: 5px;
		color: inherit;
		font-size: inherit;
		background: none;
		&:before {
			display: none;
		}
	}
	.heading {
		font-size: 20px;
		margin-bottom: 8px;
	}
	&.skin-light {
		blockquote {
		}
	}
	&.style-1 {
		blockquote {
			border: 1px solid #eeeeee;
		}
	}
	&.style-2 {
		blockquote {
			border: 1px solid $secondary-color;
		}
		svg {
			position: absolute;
			top: 30px;
			right: 33px;
		}
	}
	&.style-3 {
		blockquote {
			border: 1px solid $secondary-color;
			padding-left: 75px;
		}
		svg {
			position: absolute;
			top: 50%;
			left: 25px;
			margin-top: -10px;
		}
	}
}
