﻿/*# sourceMappingURL=styles.css.map */

.testimonials {
	background: #e49a31;
	padding: 50px 0;
	margin-bottom: 100px;
}

@media (min-width: 1024px) {
	.testimonials {
		padding: 50px 0 100px;
	}
}

.testimonials__headline {
	position: relative;
	display: inline-block;
	text-transform: uppercase;
	font-size: 1.2rem;
	line-height: .8;
	text-align: right;
	padding-right: 20px;
	padding-bottom: 20px;
	color: #fff;
	border-right: 2px solid #fff;
	margin-bottom: 50px;
}

@media (min-width: 768px) {
	.testimonials__headline {
		font-size: 2.5rem;
		margin-bottom: 75px;
	}
}

@media (min-width: 1024px) {
	.testimonials__headline {
		width: calc(40% - 15px);
	}
}

.testimonials__headline:after {
	content: "";
	position: absolute;
	width: 5000px;
	height: 2px;
	right: 0;
	bottom: 0;
	background: #fff;
}

.testimonials__wrap {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}

@media (min-width: 1024px) {
	.testimonials__wrap {
		flex-wrap: nowrap;
	}
}

.testimonials__item {
	padding: 0 15px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: flex-end;
	width: 100%;
	margin-bottom: 40px;
}

@media (min-width: 768px) {
	.testimonials__item {
		width: 50%;
		margin-bottom: 50px;
	}
}

@media (min-width: 1024px) {
	.testimonials__item {
		flex: 1;
		width: auto;
		margin-bottom: 0;
	}
}

@media (min-width: 1279px) {
	.testimonials__item {
		padding: 0 30px;
	}
}

.testimonials__copy {
	position: relative;
	display: flex;
	align-items: center;
	background: #fff;
	color: #e49a31;
	border-radius: 10px;
	padding: 20px 25px;
	margin-bottom: 30px;
	height: 100%;
	font-size: 1rem;
}

@media (min-width: 768px) {
	.testimonials__copy {
		font-size: 1rem;
		margin-bottom: 40px;
	}
}

.testimonials__copy:before {
	content: "";
	position: absolute;
	width: 0;
	height: 0;
	border-top: 30px solid #fff;
	border-left: 50px solid transparent;
	bottom: -30px;
	left: 30%;
}

@media (min-width: 768px) {
	.testimonials__copy:before {
		left: 30px;
		bottom: -40px;
		border-top: 40px solid #fff;
	}
}

.testimonials__copy:after {
	content: "";
	position: absolute;
	width: 0;
	height: 0;
	border-top: 30px solid #e49a31;
	border-left: 20px solid transparent;
	bottom: -30px;
	left: calc(30% + 30px);
}

@media (min-width: 768px) {
	.testimonials__copy:after {
		left: 60px;
		border-top: 40px solid #e49a31;
		bottom: -40px;
	}
}

.testimonials__img {
	max-width: 50px;
}

@media (min-width: 768px) {
	.testimonials__img {
		max-width: 90px;
	}
}
