/** @format */

.join-text {
	width: 100%;
	position: relative;
	padding-top: var(--py-section);
	padding-bottom: var(--py-section);
	background: var(--color-gray-light);
}

.join-text h2 {
	margin-bottom: 30px;
	text-align: center;
}

.join-text-row {
	display: grid;
}

.join-text-link {
	font-size: 14px;
	letter-spacing: 0;
	text-transform: none;
}

.join-text-link:hover {
	color: var(--color-white);
}

.join-text-bottom h6 {
	margin-bottom: 15px;
}

.join-text-bottom span {
	display: inline-block;
}

.join-text-bottom {
	text-align: center;
}

@media screen and (min-width: 460px) {
	.join-text-link {
		font-size: 20px;
	}
}

@media only screen and (min-width: 641px) {
	.join-text-row {
		gap: 35px;
		margin-bottom: 40px;
		grid-template-columns: repeat(2, 1fr);
	}

	.join-text-bottom {
		align-items: center;
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		width: 100%;
	}

	.join-text-bottom h6 {
		margin-bottom: 0;
		margin-right: 20px;
	}
}

@media only screen and (min-width: 1025px) {
	.join-text h2 {
		margin-bottom: 45px;
	}
}
