.cuton-column {
		display: flex;
		flex-flow: column;
		gap: 2.5rem;
	}

	.cuton-column h2 {
		margin-top: 0;
	}

	.custom-grid {
		grid-template-columns: 1fr 250px;
	}

	.custom-grid img {
		max-width: 250px;
	}

	.image-center {
		display: flex;
		align-items: center;
		justify-content: center;
	}

	.bg-box-left:after {
		content: "";
		display: block;
		position: absolute;
		top: 0;
		left: 0;
		z-index: -1;
		width: 80%;
		height: 100%;
		opacity: 0.7;
		pointer-events: none;
		background: linear-gradient(270deg, rgba(239, 243, 244, 0), #eff3f4);
	}

	@media screen and (max-width: 767px) {
		.custom-grid {
			grid-template-columns: unset
		}
	}

	.my-youtube {
		display: flex;
		justify-content: center;

		.yt {
			max-width: 560px;
		}
	}

.tabulka_vlevo th {
		text-align: left;
	}

	.lins-2 {
	grid-template-columns: 1fr 1fr;
}
/* Generate 0.002086 second */