.archive-depoimento-container {
	display: flex;
	flex-direction: column;
	align-items: center;
	width: 100%;
	margin-top: 3rem;
	margin-bottom: 3rem;
}

.archive-depoimento-container header {
	display: flex;
	flex-direction: column;
	align-items: center;
	margin-bottom: 2rem;
}

.archive-depoimento-container header h1 {
	font-weight: bold;
	margin-bottom: 0.1rem;
}

.archive-depoimento-container header hr {
	display: block;
	height: 5px;
	width: 100px;
	background-color: var(--cor-primaria);
	border-radius: 2rem;
}

.archive-depoimento-container header p {
	margin-top: 1.5rem;
}

.archive-depoimento-container section a {
	text-decoration: none;
}

.archive-depoimento-container section .author-link {
	color: black;
}

.archive-depoimento-container section .testimonial-content {
	align-items: center;
	text-decoration: none;
}

.archive-depoimento-container section .testimonial-author {
	margin-right: auto;
}

/* ==========================================================================
   Responsividade
========================================================================== */
@media (max-width: 768px) {
	.archive-depoimento-container header .page-subtitle {
		text-align: center;
		padding: 0rem 1rem;
	}

	.archive-depoimento-container .testimonials-grid {
		padding: 0rem 1rem;
	}
}
