.section-4 {
    background-color: #000;
    /* height: 80vh; */
    /* padding: 50px 20px; */
	padding: 0px 0px 75px 0px;
    color: #fff;
}

.section-4-container {
    /*max-width: 1600px;
    margin: 0 auto;*/
	max-width: 100%;
  margin: 0 auto;
  /*padding-left: 80px;
  padding-right: 80px;*/
}

.section-4-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 40px;
}

.section-4-header h3 {
	color: #fff;
    font-size: 2rem;
    font-weight: bold;
    margin: 0;
}

.section-4-header .highlight {
    color: #fac938;
}

.section-4-header h2{
	color:#fff;
}

.header-separator {
    flex-grow: 1;
    height: 2px;
    background-color: #485363;
    margin-left: 20px;
}

.decorative-lines {
    position: absolute;
    top: -30px;
    left: -30px;
    opacity: 0.03;
    z-index: 1;
}

.section-4-inner-container {
    position: relative;
    /* background-color: #1b222d; */
	background: linear-gradient(180deg, #0D1117, #1A222E);
	/*border: 1px solid #485363;*/
    border-radius: 28px;
    padding: 30px;
    display: flex;
    justify-content: space-between;
    overflow: hidden;
    height: 100%;
}

.section-4-left {
	width: 100%;
    max-width: 500px;
}

.section-4-left .rating i {
    color: #fac938;
    margin-right: 5px;
}

.section-4-left h3 {
	color: #fff;
    font-size: 31px;
    margin: 20px 0 10px;
}

.section-4-left p {
    margin: 0 0 20px;
    font-size: 1rem;
}

.section-4-left img {
	position: absolute;
	bottom: 30px;
    max-width: 114px;
    margin-top: 20px;
}

.section-4 .section-4-right {
	overflow: hidden;
	position: relative;
	margin-left: 30px;
}

.owl-carousel .review {
    border-radius: 15px;
    padding: 20px 0;
	max-width: 500px;
    height: 350px;
    flex-shrink: 0;
    display: flex;
    align-items: flex-start;
	width:100%;
}

.review-icon {
    font-size: 2rem;
    margin-right: 15px;
    color: #689f38;
	margin-top: -12px;
}

.review-content {
    flex-grow: 1;
}

.review-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 10px;
}

.review-user {
    font-weight: bold;
}

.review-date {
    color: #7a7f87;
    font-size: 0.9rem;
}

.review-rating i {
    color: #fac938;
    margin-right: 5px;
}

.review-text {
    font-family: 'Gilroy', Arial, sans-serif;
    font-weight: 500;
    font-size: 1rem;
    margin: 10px 0;
}

.review-link {
    color: #fff;
    text-decoration: none;
}

.reviews-scrollbar {
    height: 2px;
    background-color: #4a5362;
    margin-top: 10px;
    position: relative;
    overflow: hidden;
}

.scrollbar-thumb {
    height: 2px;
    width: 50%;
    background-color: #74FADE;
    position: absolute;
    left: 0;
    top: 0;
    transition: left 0.3s ease;
}
.section-4 .fa-star {
	color: #FFC600;
}

.review-text {
    max-height: 135px;
    overflow: hidden;
    transition: max-height 0.5s ease;
    position: relative;
}

.review-link {
    color: #fff;
    text-decoration: none;
    cursor: pointer;
}

.review-link:hover,
.review-link:focus {
    color: #fff;
    text-decoration: none;
}

.review-text.expanded {
    max-height: none;
    overflow: auto;
}

@media screen and (max-width: 991px) {
	.section-4-inner-container {
		justify-content: right;
		flex-wrap: wrap;
	}
	/*
	section.section-4 {
		padding: 0 30px;
	}
	
	.section-4-container {
		padding: 30px 10px;
	}
	*/
	.section-4-left {
		width: 100%;
		text-align: right;
	}

	.section-4-left h3 {
		margin: 10px 0 10px;
	}

	.section-4-left img {
		position: relative;
		bottom: 0;
		margin-top: 0;
	}

	.section-4 .section-4-right {
		margin-left: 0;
	}

	.owl-carousel .review {
		height: auto;
		width: 100%;
		padding: 20px;
	}

	.review-content .review-rating,
	.review-content .review-text,
	.review-content .review-link {
		margin-left: -46px;
	}
}