<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">

.tbl_motor {
	border-collapse: collapse;
	margin: 0;
	padding: 0;
	width: 100%;
	table-layout: fixed;
}

	.tbl_motor caption {
		font-size: 1.5em;
		margin: 0.5em 0 0.75em;
	}

	.tbl_motor tr {
		background-color: #f8f8f8;
		border: 1px solid #ddd;
		padding: 0.35em;
	}

	.tbl_motor th,
	.tbl_motor td {
		padding: 0.5em !important;
		text-align: left;
	}

	.tbl_motor th {
		font-size: 0.65em;
		letter-spacing: 0.1em;
		text-transform: normal;
	}

@media screen and (max-width: 600px) {
	.tbl_motor {
		border: 0;
	}

		.tbl_motor caption {
			font-size: 1.3em;
		}

		.tbl_motor thead {
			border: none;
			clip: rect(0 0 0 0);
			height: 1px;
			margin: -1px;
			overflow: hidden;
			padding: 0;
			position: absolute;
			width: 1px;
		}

		.tbl_motor tr {
			border-bottom: 3px solid #ddd;
			display: block;
			margin-bottom: 0.625em;
		}

		.tbl_motor td {
			border-bottom: 1px solid #ddd;
			display: block;
			font-size: 0.8em;
			text-align: left;
		}

			.tbl_motor td::before {
				/*
    * aria-label has no advantage, it won't be read inside a table
    content: attr(aria-label);
    */
				content: attr(data-label);
				float: left;
				font-weight: bold;
				text-transform: uppercase;
			}

			.tbl_motor td:last-child {
				border-bottom: 0;
			}
}

/*------------------
  Hero Section
---------------------*/ 

/*----------------------
  Review Section
------------------------*/

.review-section {
	background-position: right top;
}

.review-item .review-cover {
	position: relative;
	margin-top: 0px;
	height: 345px;
}

.kurumsal_height {
	height: 500px;
}

.review-item .review-cover .score {
	position: absolute;
	width: 54px;
	height: 54px;
	top: -27px;
	padding-top: 15px;
	font-size: 18px;
	font-weight: 500;
	color: #fff;
	text-align: center;
	border-radius: 50%;
	z-index: 1;
}

	.review-item .review-cover .score.yellow {
		background: #ffb320;
	}

	.review-item .review-cover .score.purple {
		background: #694eae;
	}

	.review-item .review-cover .score.pink {
		background: #ff20ae;
	}

	.review-item .review-cover .score.green {
		background: #4eae60;
	}

.review-item .review-text {
	text-align: center;
}

	.review-item .review-text h4 {
		margin-top: 20px;
		font-size: 18px;
	}

	.review-item .review-text p {
		margin-bottom: 0;
	}

.review-item .rating {
	margin-bottom: 0px;
}

	.review-item .rating i {
		font-size: 12px;
	} </pre></body></html>