.attachments-container {
	margin-bottom: 4rem;
}
.attachments-header {
	font-size: 2.5rem;
	font-weight: 800;
	color: #634594;
}
.attachments-item-header {
	border-top: 1px solid #dcdcdc;
}
.attachments-item-header a {
	display: block;
	position: relative;
	text-decoration: none;
	font-weight: 500;
	color: #634594;
	line-height: 1rem;
	font-size: 0.9rem;
	padding: 1rem 3rem 1rem 0;
}
.attachments-item-header a:hover,
.attachments-item-header a:active {
	color: #3E3169;
}
.attachments-item-header a::after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	width: 3rem;
	height: 3rem;
	background-repeat: no-repeat;
	background-position: center center;
	background-image: url(../img/arrow.png);
	background-size: 1rem;
}
.attachments-item-header.active a::after {
	transform: rotate(180deg);
}
.attachments-item-content {
	padding-bottom: 1rem;
	font-size: 0.9rem;
}
.attachments-item-content p:last-child {
	margin-bottom: 0;
}
.attachments-information-additional-col {
	border: 1px solid #dcdcdc;
	padding-bottom: 3rem;
	padding-left: 1rem;
	padding-right: 1rem;
	border-radius: 0.75rem;
}
.attachments-information-additional-col-header {
	line-height: 3.5rem;
	text-align: center;
	margin-bottom: 1.5rem;
	border-bottom: 1px solid #dcdcdc;
}
.attachments-information-additional-link,
.attachments-information-additional-link:hover,
.attachments-information-additional-link:active {
	color: #3E3169;
	text-decoration: none;
}