.testimonails_filter {
	font-family: var(--primary-font);
}

.testimonails_filter .general_container {
	max-width: var(--container-width);
	margin: 0 auto;
}

.testimonails_filter-header h1 {
	font-family: var(--primary-font);
	font-size: 55px;
	line-height: 60px;
	font-weight: 300;
	color: var(--primary-color);
	margin: 0;
	margin-bottom: 30px;
}

.testimonails_filter-nav {
	margin-top: 50px;
	margin-bottom: 26px;
}

.testimonails_filter-nav ul {
	padding: 0;
	margin: 0;
	display: flex;
}

.testimonails_filter-nav ul li {
	font-family: var(--primary-font);
	list-style-type: none;
	padding: 0 20px;
	position: relative;
	color: var(--primary-color);
	cursor: pointer;
}

.testimonails_filter-nav ul li:first-child {
	padding-left: 0;
}

.testimonails_filter-nav ul li:last-child {
	padding-right: 0;
}

.testimonails_filter-nav ul li:last-child::after {
	display: none;
}

.testimonails_filter-nav ul li::after {
	content: "";
	width: 2px;
	height: 20px;
	background-color: var(--dark-gray-color);
	position: absolute;
	top: 5px;
	left: 100%;
	color: var(--dark-gray-color);
}

.testimonails_filter-content--data h2 {
	font-family: var(--primary-font);
	font-size: 36px;
	line-height: 33px;
	font-weight: 400;
	color: var(--acent-color);
	margin-bottom: 60px;
	margin-top: 0;
}

.testimonial_card {
	font-family: var(--primary-font);
	margin-bottom: 30px;
	display: flex;
	align-items: start;
}

.testimonial_card-icon {
	width: 100px;
	padding-top: 36px;
}

.testimonial_card-content {
	padding-top: 30px;
	border-top: 2px solid var(--primary-color);
	flex: 1;
}

.category_image {
	width: 100%;
	height: 400px;
	background-size: cover;
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: center center;
}

.testimonial_tabs-wrapper {
	display: none;
	padding-top: 50px;
}

.testimonial_tabs-wrapper.active {
	display: block;
}

.testimonial_tabs-wrapper:nth-child(odd) {
	background-image: url("../assets/circle_bg_2.png");
	background-repeat: no-repeat;
	background-position: 125% -100px;
	background-size: 50%;
}

.testimonial_tabs-wrapper:nth-child(even) {
	background-image: url("../assets/circle_bg_1.png");
	background-repeat: no-repeat;
	background-position: -30% 0;
	background-size: 54%;
}

.testimonial-tab.active {
	color: #4d4b4b !important;
}

.testimonails_filter-nav ul li {
	color: #0fcfef !important;
}

@media screen and (max-width: 1024px) {
	.general_container {
		max-width: 100%;
		padding: 0 24px;
	}
	.testimonails_filter {
		padding: 40px 0 !important;
	}
	.testimonails_filter-header h1 {
		font-size: 36px;
		line-height: 48px;
		margin-bottom: 20px;
	}
	.testimonails_filter-header p {
		font-size: 20px;
		line-height: 32px;
	}
	.testimonails_filter-nav {
		margin-top: 30px;
		margin-bottom: 40px;
	}
	.testimonails_filter-nav ul li {
		font-size: 20px;
		line-height: 30px;
		padding: 0 15px;
	}
	.testimonails_filter-content {
		padding-top: 15px;
	}
	.testimonails_filter-content--data h2 {
		font-size: 24px;
		line-height: 36px;
		margin-bottom: 30px;
	}
	.testimonails_filter-content p {
		font-size: 20px;
		line-height: 32px;
		margin-bottom: 0;
	}
	.category_image {
		height: 300px;
		background-attachment: inherit;
	}
}

@media screen and (max-width: 767px) {
	.general_container {
		max-width: 100%;
		padding: 0 20px;
	}
	.testimonails_filter {
		padding: 20px 0 !important;
	}
	.testimonails_filter-header h1 {
		font-size: 24px;
		line-height: 36px;
		margin-bottom: 15px;
	}
	.testimonails_filter-header p {
		font-size: 16px;
		line-height: 28px;
	}
	.testimonails_filter-nav {
		margin-top: 20px;
		margin-bottom: 20px;
	}
	.testimonails_filter-nav ul li {
		font-size: 16px;
		line-height: 28px;
		padding: 0 10px;
	}
	.testimonails_filter-nav ul li::after {
		height: 15px;
		top: 6px;
	}
	.testimonails_filter-content--data h2 {
		font-size: 20px;
		line-height: 28px;
		margin-bottom: 20px;
	}
	.testimonial_card {
		flex-direction: column;
	}
	.testimonial_card-content {
		padding-top: 15px;
		width: 100%;
	}
	.testimonial_card-content p {
		font-size: 16px;
		line-height: 28px;
		margin-bottom: 0;
	}
	.testimonial_card-icon {
		width: 100%;
		padding-top: 20px;
		padding-bottom: 20px;
		text-align: center;
	}
	.category_image {
		height: 250px;
		background-attachment: inherit;
	}
}
