<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#section6-testimoni {
    background: #fff;
}

#section6-testimoni h4 {
  font-size: 1.2em;
  letter-spacing: 6px;
  margin-bottom: 30px;
}
#section6-testimoni .header {
    padding-right: 40px;
}
#section6-testimoni .header h1 {
    font-size: 1.8em;
    margin-top:16px;
    font-weight:700;
}
#section6-testimoni .content .bg {
    /*background: #fafafa;*/
    border: 1px solid #ffc107;
    border-radius: 5px;
    /*display: flex;*/
    flex-direction: row;
}
#section6-testimoni .content .bg .avatar {
    /*display: flex;*/
    flex-direction: column;
    width: 63px !important;
    height: 63px !important;
    line-height: 63px;
    background: #e8e8e8;
    text-align: center;
    border-radius: 50%;
    font-size: 1.5em;
    border: 1px solid #f00;
}
#section6-testimoni .content .bg .detail {
    /*display: flex;*/
    flex-direction: column;
    margin-left: 15px;
}
.star-color {
	color: #ffc107 !important;
}
.testi-img {
	border: 1px solid #ddd;
	border-radius: 5px;
	margin: 2px;
}
.testi-title {
	margin: 0 auto 50px; 
	width: 400px; 
	padding: 10px;
	text-align: center; 
	background: #292929; 
	font-size: 25px; 
	color: #ddc355;
	letter-spacing: 2px;
}
.testi-block {
	border: 0px solid #f00; 
	height: 150px;
}
.testi-block-detail {
	border: 0px solid #f00; 
}
.testi-image {
	border: 0px solid #f0f; 
	float: left; 
	height: 150px; 
	width: 80px; 
	margin-right: 15px;
}
.testi-image img {
	border-radius: 20%;
}
.testi-image-detail {
	border: 0px solid #f0f; 
	float: left; 
	width: 80px; 
	margin-right: 15px;
}
.testi-image-detail img {
	border-radius: 20%;
}
.testi-desc {
	border: 0px solid #0f0; 
	text-align: center;
}
.testi-username {
	margin-top: 15px; 
	font-style: italic;
}
.min-height-100 {
	min-height: 100px !important;
}

.round-img {
	border-radius: 50%;
}

hr.style-two {
    border: 0;
    height: 1px;
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0), #cfcfcf, rgba(0, 0, 0, 0));
}

.page-link {
	color: #ffc107;
	background-color: #292929;
	border-color: #555;
}

.page-link:hover {
	color: #fff;
	background-color: #cfa742;
}

.page-item.active .page-link {
	background-color: #ffc107;
	border-color: #ffc107;
	color: #333;
}

.page-item.disabled .page-link {
	color: #ffc107;
	background-color: #292929;
	border-color: #555;
}
</pre></body></html>