.grw-authors-box.style-1 {
	margin-top: 40px;
	padding-right: 10px;
	padding-left: 10px;
	margin-right: -10px;
	margin-left: -10px;
}
.grw-authors-box.style-1 .contributors-title {
	color: #000;
	font-family: 'Montserrat', sans-serif;
	font-size: 33px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	text-align: left;
}
@media (max-width: 768px) {
	.grw-authors-box.style-1 .contributors-title {
		text-align: center;
	}
}
.grw-authors-box.style-1 .cards {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin-top: 30px;
	margin-bottom: 30px;
	gap: 30px;
}
.grw-authors-box.style-1 .cards .author-card {
	padding: 20px;
	border-radius: 8px;
	background: #fff;
	box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.15);
	width: 100%;
}
@media (max-width: 380px) {
	.grw-authors-box.style-1 .cards .author-card .author-footer {
		flex-direction: column;
		align-items: center;
		gap: 20px;
	}
}
.grw-authors-box.style-1 .cards .author-card:nth-last-child(2):first-child,
.grw-authors-box.style-1
	.cards
	.author-card:nth-last-child(2):first-child
	~ .author-card {
	width: calc(50% - 15px);
}
@media (max-width: 768px) {
	.grw-authors-box.style-1 .cards .author-card:nth-last-child(2):first-child,
	.grw-authors-box.style-1
		.cards
		.author-card:nth-last-child(2):first-child
		~ .author-card {
		width: 100%;
	}
}
.grw-authors-box.style-1 .cards .author-card:nth-last-child(n + 3),
.grw-authors-box.style-1
	.cards
	.author-card:nth-last-child(n + 3)
	~ .author-card {
	width: calc(33.3333% - 20px);
}
@media (max-width: 1100px) {
	.grw-authors-box.style-1
		.cards
		.author-card:nth-last-child(n + 3)
		.author-footer,
	.grw-authors-box.style-1
		.cards
		.author-card:nth-last-child(n + 3)
		~ .author-card
		.author-footer {
		flex-direction: column;
		align-items: center;
		gap: 20px;
	}
}
@media (max-width: 992px) {
	.grw-authors-box.style-1 .cards .author-card:nth-last-child(n + 3),
	.grw-authors-box.style-1
		.cards
		.author-card:nth-last-child(n + 3)
		~ .author-card {
		width: calc(50% - 15px);
	}
}
@media (max-width: 768px) {
	.grw-authors-box.style-1 .cards .author-card:nth-last-child(n + 3),
	.grw-authors-box.style-1
		.cards
		.author-card:nth-last-child(n + 3)
		~ .author-card {
		width: 100%;
	}
	.grw-authors-box.style-1
		.cards
		.author-card:nth-last-child(n + 3)
		.author-footer,
	.grw-authors-box.style-1
		.cards
		.author-card:nth-last-child(n + 3)
		~ .author-card
		.author-footer {
		flex-direction: row;
	}
}
@media (max-width: 380px) {
	.grw-authors-box.style-1
		.cards
		.author-card:nth-last-child(n + 3)
		.author-footer,
	.grw-authors-box.style-1
		.cards
		.author-card:nth-last-child(n + 3)
		~ .author-card
		.author-footer {
		flex-direction: column;
		align-items: center;
		gap: 20px;
	}
}
.grw-authors-box.style-1 .cards .author-card > p {
	color: #000;
	font-family: 'Montserrat', sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 1.25;
}
.grw-authors-box.style-1 .cards .author-card .author-header {
	display: flex;
	align-items: center;
	margin-bottom: 20px;
}
.grw-authors-box.style-1 .cards .author-card .author-header img {
	border-radius: 50%;
	max-width: 80px;
	margin-right: 24px;
}
.grw-authors-box.style-1 .cards .author-card .author-header .author-name {
	flex: 1;
}
.grw-authors-box.style-1 .cards .author-card .author-header .author-name .name {
	color: #000;
	font-family: 'Montserrat', sans-serif;
	font-size: 20px;
	font-style: normal;
	font-weight: 600;
	line-height: 1.25;
}
.grw-authors-box.style-1 .cards .author-card .author-header .author-name .role {
	color: var(--color-primary, #2cb00b);
	font-family: 'Montserrat', sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.grw-authors-box.style-1 .cards .author-card .author-footer {
	display: flex;
	justify-content: space-between;
	margin-top: 20px;
}
.grw-authors-box.style-1 .cards .author-card .author-footer .socials {
	display: flex;
	list-style: none;
	margin: 0;
}
.grw-authors-box.style-1 .cards .author-card .author-footer .socials li {
	margin-right: 12px;
}
.grw-authors-box.style-1 .cards .author-card .author-footer .socials li a {
	display: inline-block;
	font-size: 20px;
	text-align: center;
	line-height: 40px;
	background: #d9d9d9;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	color: #fff !important;
	transition: background 0.3s;
}
.grw-authors-box.style-1
	.cards
	.author-card
	.author-footer
	.socials
	li
	a:hover {
	background: var(--color-primary, #2cb00b);
}
.grw-authors-box.style-1
	.cards
	.author-card
	.author-footer
	.socials
	li
	a
	i:before {
	margin: 0;
}
.grw-authors-box.style-1
	.cards
	.author-card
	.author-footer
	.socials
	li:last-child {
	margin-right: 0;
}
.grw-authors-box.style-1 .cards .author-card .author-footer .profile {
	border: 2px solid rgba(0, 0, 0, 0);
	border-radius: 6px;
	background: var(--color-primary, #2cb00b);
	color: #fff !important;
	text-align: center;
	font-family: 'Montserrat', sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	max-height: 40px;
	display: flex;
	align-items: center;
	padding: 10px 16px;
	transition: background, border-color, color 0.3s;
	text-decoration: none;
}
.grw-authors-box.style-1 .cards .author-card .author-footer .profile:hover {
	background: rgba(0, 0, 0, 0);
	border-color: var(--color-primary-hover, var(--color-primary, #2cb00b));
	color: var(--color-primary-hover, var(--color-primary, #2cb00b)) !important;
} /*# sourceMappingURL=authors-box-style-1.css.map */
