
.aura-testimonials__items {
	-webkit-column-gap: 30px;
	-moz-column-gap: 30px;
	column-gap: 30px;
	display: grid;
	grid-template-columns: minmax(0, 1fr);
	row-gap: 26px;
}

.aura-testimonials__description p {
	color: #555;
	font-size: 16px;
	font-style: italic;
	line-height: 1.6;
}

.aura-testimonials__author {
	color: #0d0e0e;
	display: inline-block;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.2;
	margin-bottom: 0;
	padding-left: 30px;
	position: relative;
}

.aura-testimonials__author::before {
	background-color: #0d0e0e;
	content: "";
	height: 2px;
	left: 0;
	position: absolute;
	top: 10px;
	width: 20px;
}

.aura-testimonials__author-designation {
	color: #555;
	display: block;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.2;
	margin-bottom: 0;
	margin-top: 2px;
}

.aura-content-boxes {
	display: grid;
	grid-template-columns: 100%;
	row-gap: 31px;
}

.aura-content-boxes__item:nth-child(1) {
	-webkit-box-ordinal-group: 2;
	-ms-flex-order: 1;
	order: 1;
}

.aura-content-boxes__item:nth-child(2) {
	-webkit-box-ordinal-group: 3;
	-ms-flex-order: 2;
	order: 2;
}

.aura-content-boxes__item:nth-child(3) {
	-webkit-box-ordinal-group: 4;
	-ms-flex-order: 3;
	order: 3;
}

.aura-content-boxes__item:nth-child(4) {
	-webkit-box-ordinal-group: 7;
	-ms-flex-order: 6;
	order: 6;
}

.aura-content-boxes__item:nth-child(5) {
	-webkit-box-ordinal-group: 8;
	-ms-flex-order: 7;
	order: 7;
}

.aura-content-boxes__item:nth-child(6) {
	-webkit-box-ordinal-group: 9;
	-ms-flex-order: 8;
	order: 8;
}

.aura-content-boxes__title {
	color: #fff;
	font-family: "Nunito Sans", Sans-serif;
	font-size: 18px;
	font-weight: 400;
	line-height: 1.2;
	margin-bottom: 13px;
}

.aura-content-boxes__title::before {
	background: #fff;
	content: "";
	display: block;
	height: 2px;
	margin-bottom: 17px;
	width: 30px;
}

.aura-content-boxes__description {
	color: rgba(255, 255, 255, .75);
	font-family: "Nunito Sans", Sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.6;
}

@media (min-width:768px) {
	.aura-testimonials__items {
		-webkit-column-gap: 40px;
		-moz-column-gap: 40px;
		column-gap: 40px;
		grid-template-columns: repeat(2, 1fr);
		row-gap: 42px;
	}
	
	.aura-testimonials__description p {
		font-size: 18px;
	}
	
	.aura-testimonials__author {
		font-size: 18px;
	}
	
	.aura-content-boxes {
		-webkit-column-gap: 40px;
		-moz-column-gap: 40px;
		column-gap: 40px;
		grid-template-columns: repeat(2, 1fr);
		row-gap: 55px;
	}
	
	.aura-content-boxes__item:nth-child(2) {
		-webkit-box-ordinal-group: 4;
		-ms-flex-order: 3;
		order: 3;
	}
	
	.aura-content-boxes__item:nth-child(3) {
		-webkit-box-ordinal-group: 6;
		-ms-flex-order: 5;
		order: 5;
	}
	
	.aura-content-boxes__item:nth-child(4) {
		-webkit-box-ordinal-group: 3;
		-ms-flex-order: 2;
		order: 2;
	}
	
	.aura-content-boxes__item:nth-child(5) {
		-webkit-box-ordinal-group: 5;
		-ms-flex-order: 4;
		order: 4;
	}
	
	.aura-content-boxes__item:nth-child(6) {
		-webkit-box-ordinal-group: 7;
		-ms-flex-order: 6;
		order: 6;
	}
}

@media (min-width:1024px) {
	.aura-testimonials__items {
		grid-template-columns: repeat(4, 1fr);
		row-gap: 60px;
	}
	
	.aura-content-boxes {
		grid-template-columns: repeat(4, 1fr);
		row-gap: 71px;
	}
}

@media (min-width:1280px) {
	.aura-testimonials__author {
		margin-top: 9px;
	}
	
	.aura-content-boxes::before {
		content: "";
		-webkit-box-ordinal-group: 5;
		-ms-flex-order: 4;
		order: 4;
	}
	
	.aura-content-boxes::after {
		content: "";
		-webkit-box-ordinal-group: 6;
		-ms-flex-order: 5;
		order: 5;
	}
	
	.aura-content-boxes__item:nth-child(2) {
		-webkit-box-ordinal-group: 3;
		-ms-flex-order: 2;
		order: 2;
	}
	
	.aura-content-boxes__item:nth-child(3) {
		-webkit-box-ordinal-group: 4;
		-ms-flex-order: 3;
		order: 3;
	}
	
	.aura-content-boxes__item:nth-child(4) {
		-webkit-box-ordinal-group: 7;
		-ms-flex-order: 6;
		order: 6;
	}
	
	.aura-content-boxes__item:nth-child(5) {
		-webkit-box-ordinal-group: 8;
		-ms-flex-order: 7;
		order: 7;
	}
	
	.aura-content-boxes__item:nth-child(6) {
		-webkit-box-ordinal-group: 9;
		-ms-flex-order: 8;
		order: 8;
	}
	
	.aura-content-boxes__title {
		font-size: 21px;
		line-height: 1.5;
		margin-bottom: 17px;
	}
	
	.aura-content-boxes__title::before {
		margin-bottom: 14px;
	}
	
	.aura-content-boxes__description {
		font-size: 18px;
	}
}
