.fcw-columns {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	gap: 60px;
}

.fcw-column {
	flex: 1 1 0;
	min-width: 220px;
}

.fcw-dividers-yes .fcw-column:not(:last-child) {
	border-inline-end: 1px solid #e5e5e5;
	padding-inline-end: 40px;
}

.fcw-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 42px;
	height: 42px;
	line-height: 1;
	margin-bottom: 18px;
	color: #c9922a;
}

.fcw-icon svg {
	width: 100%;
	height: 100%;
	display: block;
}

.fcw-title {
	margin: 0 0 14px;
	font-family: Georgia, 'Times New Roman', serif;
	font-size: 19px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.5px;
	line-height: 1.3;
	color: #16232f;
}

.fcw-text {
	margin: 0;
	font-family: -apple-system, 'Segoe UI', Roboto, 'Poppins', Arial, sans-serif;
	font-size: 15px;
	line-height: 1.8;
	color: #667581;
}

.fcw-list {
	list-style: none;
	margin: 0;
	padding: 0;
	font-family: -apple-system, 'Segoe UI', Roboto, 'Poppins', Arial, sans-serif;
	font-size: 14.5px;
}

.fcw-list li {
	position: relative;
	padding-inline-start: 24px;
	margin-bottom: 9px;
	line-height: 1.5;
	color: #4c5964;
}

.fcw-list li::before {
	content: "\2713";
	position: absolute;
	inset-inline-start: 0;
	top: 1px;
	font-weight: 700;
	font-size: 12px;
	color: #c9922a;
}

.fcw-button {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	margin-top: 22px;
	padding: 14px 22px;
	background-color: #ec8b1e;
	color: #ffffff;
	text-decoration: none;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.5px;
	font-size: 12.5px;
	font-family: -apple-system, 'Segoe UI', Roboto, 'Poppins', Arial, sans-serif;
	border-radius: 3px;
	transition: background-color 0.25s ease, color 0.25s ease;
	cursor: pointer;
}

.fcw-button:hover {
	background-color: #c9741a;
	color: #ffffff;
}

.fcw-button-icon svg,
.fcw-button-icon i {
	font-size: 1em;
}

@media (max-width: 767px) {
	.fcw-dividers-yes .fcw-column:not(:last-child) {
		border-inline-end: none;
		padding-inline-end: 0;
		border-bottom: 1px solid #e5e5e5;
		padding-bottom: 30px;
	}
}
