.module.banner{
	min-height: 448px;
	display: flex;
	align-items: center;
}
.banner .icon{
	position: absolute;
}
.banner .icon.swirl-cutoff{
	width: 268px;
	top: 0;
	left: 0;
}
.banner .icon.tri-leaf{
	bottom: -52px;
	right: 100px;
	height: 248px;
	transform: scaleX(-1) rotate(130deg);
}
.banner .container-fluid{
	position: relative;
	z-index: 999;
}

@media screen and (max-width: 1480px){
	.banner .icon.swirl-cutoff{
		width: 200px;
	}
	.banner .icon.tri-leaf{
		height: 200px;
		right: 50px;
	}
}

@media screen and (max-width: 1349px){
	.module.banner{
		min-height: 380px;
	}
}

@media screen and (max-width: 991px){
	.module.banner{
		min-height: 350px;
		padding-top: 40px;
		padding-bottom: 40px;
	}
	.banner .icon.swirl-cutoff {
        width: 150px;
    }
    .banner .icon.tri-leaf{
    	height: 150px;
    	right: 30px;
    	bottom: -35px;
    }
}

@media screen and (max-width: 768px){
	.module.banner{
		min-height: 250px;
		padding-top: 60px!important;
	}
	.banner .icon.swirl-cutoff {
        width: 90px;
    }
    .banner .icon.tri-leaf{
    	height: 100px;
    	right: 25px;
    	bottom: -25px;
    }
    .banner h1 + p{
    	font-size: 1.11em;
    }
    .banner .inner{
    	padding-left: 30px;
    	padding-right: 30px;
    }
}
