[id^="truth-myth-block"] {
	padding-top: 1.5rem;
}
[id^="truth-myth-block"] .truth-myth__panel.grid-x {
	background-color: #fff;
	overflow: hidden;
	width: 100%;
	min-height: 371px;
	gap: 0;
	position: relative;
}
[id^="truth-myth-block"] .truth-myth__left,
[id^="truth-myth-block"] .truth-myth__right {
	padding: 49.5px;
	gap: 10px;
	flex: 1 1 450px;
	min-height: -webkit-fill-available;
	min-height: 371px;
}
[id^="truth-myth-block"] .truth-myth__right {
	background-size: cover;
	background-position: left top;
}
[id^="truth-myth-block"] .truth-myth__desc-right {
	padding-right: 90px;
}
[id^="truth-myth-block"] .truth-myth__title {
	margin-bottom: 0px;
}
[id^="truth-myth-block"] > .grid-container > .grid-y > p {
	margin: 0 5rem;
}
[id^="truth-myth-block"] .truth-myth__icon {
	height: fit-content;
}
[id^="truth-myth-block"] .truth-myth__left .grid-x,
[id^="truth-myth-block"] .truth-myth__right .grid-x {
	gap: 5px;
}
.truth-myth__play-button {
	position: absolute;
	right: 0;
	bottom: 0;
	min-height: 50px;
	width: fit-content;
	padding: 40px;
	background: rgba(0, 0, 0, 0.5);
	border-radius: 30px 0px 30px 0px;
	transition: min-height 0.7s, border-radius 0.85s ease-in-out 0.2s;
	cursor: pointer;
}
.truth-myth__play-button.icon::before {
	width: 57px;
	height: 57px;
}
.truth-myth__play-button:hover {
	box-shadow: none;
	/* min-height: 100%; */
	min-height: 100%;
	border-radius: 0px 22px 30px 0px;
}
.truth-myth__play-button:active,
.truth-myth__play-button:focus {
	transform: scale(1);
}
.truth-myth__panel:nth-of-type(4n + 1) {
	border-top: 10px solid var(--wp--preset--color--scarlett);
}
.truth-myth__panel:nth-of-type(4n + 2) {
	border-top: 10px solid var(--wp--preset--color--deep-blue);
}
.truth-myth__panel:nth-of-type(4n + 3) {
	border-top: 10px solid var(--wp--preset--color--grad-bell-yellow);
}
.truth-myth__panel:nth-of-type(4n + 4) {
	border-top: 10px solid var(--wp--preset--color--medium-green);
}
.truth-myth__desc-left,
.truth-myth__desc-right {
	font-weight: 700;
}
.truth-myth__panel:nth-of-type(4n + 1) .truth-myth__desc-left {
	color: var(--wp--preset--color--scarlett);
}
.truth-myth__panel:nth-of-type(4n + 2) .truth-myth__desc-left {
	color: var(--wp--preset--color--deep-blue);
}
.truth-myth__panel:nth-of-type(4n + 3) .truth-myth__desc-left {
	color: var(--wp--preset--color--grad-bell-yellow);
}
.truth-myth__panel:nth-of-type(4n + 4) .truth-myth__desc-left {
	color: var(--wp--preset--color--medium-green);
}
.truth-myth__panel:nth-of-type(4n + 1) .truth-myth__play-button {
	background: rgba(233, 62, 63, 0.75);
}
.truth-myth__panel:nth-of-type(4n + 2) .truth-myth__play-button {
	background: rgba(52, 137, 193, 0.75);
}
.truth-myth__panel:nth-of-type(4n + 3) .truth-myth__play-button {
	background: rgba(246, 175, 27, 0.75);
}
.truth-myth__panel:nth-of-type(4n + 4) .truth-myth__play-button {
	background: rgba(94, 166, 107, 0.75);
}
@media screen and (max-width: 768px) {
	[id^="truth-myth-block"] .truth-myth__desc-right {
		padding-right: 0;
		padding-bottom: 90px;
	}
	[id^="truth-myth-block"] .truth-myth__desc-left {
		margin-bottom: 0px;
	}
	[id^="truth-myth-block"] > .grid-container > .grid-y > p {
		margin: auto;
	}
}
