.three-column-content-sections .fl-col-group{
	display:flex;
}
.three-column-content-sections .fl-col-group .fl-col-small{
	border-top:14px solid var(--color-tertiary);
	    padding: 62px 70px 76px;
}
.three-column-content-sections .fl-col-group .fl-col-small *{
	color:var(--color-fourth);
}
.three-column-content-sections .fl-col-group .fl-col-small:nth-child(1){
	background:var(--color-dark-red);
}
.three-column-content-sections .fl-col-group .fl-col-small:nth-child(2){
	background:var(--color-medium-red);
}
.three-column-content-sections .fl-col-group .fl-col-small:nth-child(3){
	background:var(	--color-secondary);
}
.three-column-content-sections .fl-col-group .fl-col-small .fl-module-heading{
	font-size: 30px;
	font-weight: normal;
	font-family:var(--font-family-secondary) !important;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.37;
	letter-spacing: 1.5px;
	text-align: left;
	color: #eae4ce;
	margin-bottom:22px;
}
.three-column-content-sections .fl-col-group .fl-col-small .fl-module-rich-text.fl-rich-text li{
	margin-bottom:40px;
}
.three-column-content-sections .fl-col-group .fl-col-small .fl-module-rich-text.fl-rich-text a{
	font-weight:bold !important;
}
.three-column-content-sections .fl-col-group .fl-col-small .fl-module-rich-text.fl-rich-text a:hover,.three-column-content-sections .fl-col-group .fl-col-small .fl-module-rich-text.fl-rich-text a:focus{
	color:var(--color-tertiary-dark) !important;
}
.three-column-content-sections .fl-col-group .fl-col-small{
	position:relative;
}
.three-column-content-sections .fl-col-group .fl-col-small:nth-child(1):before{
	position:absolute;
	content:"";
	background:url(./images/graphic-white-bird.svg)no-repeat right/116px;
	width:116px;
	height:121px;
	left:-80px;
	top: 26px;
}
.three-column-content-sections .fl-col-group .fl-col-small:nth-child(3):before{
	position:absolute;
	content:"";
	background:url(./images/graphic-white-bird.svg)no-repeat left/116px;
	width:116px;
	height:121px;
	right:-61px;
	bottom: -14px;
}
.three-column-content-sections .fl-col-group:nth-child(2){
	position:relative;
	padding-bottom:41px;
	padding-top:20px;
}
.three-column-content-sections .fl-col-group:nth-child(2):after{
	    position: absolute;
    content: "";
    background: url(./images/graphic-single-line-plus-grid.svg) no-repeat left / 100%;
    width: 100%;
    height: 35px;
    bottom: 0;
    left: 0;
       background-size: contain;
}
@media(max-width:1360px){
	.three-column-content-sections .fl-col-group .fl-col-small{
		    padding: 62px 50px 76px;
	}
}
@media(max-width:1200px){
	.three-column-content-sections .fl-col-group .fl-col-small{
		    padding: 62px 30px 76px;
	}
	.three-column-content-sections .fl-col-group .fl-col-small:nth-child(1):before{
		left:-88px;
		top:0;
	}
}
@media(max-width:992px){
	.three-column-content-sections .fl-col-group{
		flex-direction: column;
	}
	.three-column-content-sections .fl-col-group .fl-col-small{
		width:100%;
	}
}