div.block-thirteen-container
{
	position: relative;
	overflow: hidden;
}

	div.block-thirteen-wrap
	{
		position: relative;
		display: flex;
		flex-direction: column;
		align-items: center;
		gap: 10px;
		padding: 20px 100px;
		z-index: 1;
	}

		div.block-thirteen-logo
		{
			display: flex;
			gap: 5px;
			align-items: center;
		}
		
			div.block-thirteen-logo i
			{
				font-size: 34px;
				color: #000;
			}
			
			div.block-thirteen-logo span
			{
				font-size: 20px;
				text-transform: uppercase;
				color: #000;
			}
			
		span.block-thirteen-title
		{
			font-size: 34px;
			font-weight: 600;
			text-align: center;
			color: #000;
		}
		
		span.block-thirteen-description
		{
			font-size: 16px;
			text-align: center;
			color: #7e7a78;
		}
		
		div.block-thirteen-reviews
		{
			display: flex;
			gap: 5px;
			align-items: center;
			margin: 10px 0px;
		}
		
			div.block-thirteen-reviews-stars
			{
				display: flex;
			}
			
				div.block-thirteen-reviews-stars i
				{
					font-size: 16px;
					background: linear-gradient(45deg, #6f5113 0%, #fbf7c8 50%, #6f5113 100%);
					-webkit-background-clip: text;
					-webkit-text-fill-color: transparent;
				}
				
			span.block-thirteen-reviews-desc
			{
				color: #000;
			}
			
			a.block-thirteen-reviews-link
			{
				color: #0096ff;
			}
			
			button.btn-service-get
			{
				font-size: 18px;
				padding: 10px 50px;
				border-radius: 10px;
				font-weight: 600;
				text-transform: uppercase;
				background: #0096ff;
				box-shadow: 0px 5px 10px rgb(0 0 0 / 30%);
				color: #fff;
			}
			
			span.block-thirteen-helper
			{
				margin-top: 10px;
				font-size: 14px;
				text-align: center;
				color: #7e7a78;
			}
		
	i.block-thirteen-bg
	{
		position: absolute;
		left: 50%;
		margin-left: -335px;
		font-size: 670px;
		-webkit-text-stroke-width: 2px;
		-webkit-text-stroke-color: #6f51130d;
		color: #ffffff00;
	}
	
	i.block-thirteen-bg.left
	{
		top: -365px;
		transform: rotate(90deg);
	}
	
	i.block-thirteen-bg.right
	{
		bottom: -365px;
		transform: rotate(90deg);
	}