

main .sectionFour h5, .medium-8 > h5:nth-child(2){
    /*color: #fff;*/
    font-size: 1.1rem !important;
    font-weight: 400;
    text-transform: uppercase;
}

.orange .entry-content blockquote.intro p, .orange .entry-content blockquote.intro p span{
    color: var(--aqua);
    text-align:center;
}
.off-canvas-content{ overflow:hidden; }
/*INTRO*/
.intro-offering-wrap{background-color: #fff; }
#intro-wrapper{
	background-color: #fff;
	background-image: url(/wp-content/uploads/2023/12/bg-y-small.png);
	background-repeat: no-repeat;
	background-position: right top -86px;
/* 	margin-bottom: 2rem; */
}
	.intro-slides{
		display:flex;
		justify-content:center;
		align-items:center;
		aspect-ratio: 1.3 / 1;
	}
.introSwiper{
	aspect-ratio: 1.3 / 1;
}
.introSwiper .swiper-slide{
	margin-bottom: 0;
}
.introSwiper .swiper-slide img{
	width: 100%;
	height: 100%;
	display:block;
	margin: 0;
}
.mission-text{
	padding: 2rem;
	
}
#main .mission-text h3{
	color: var(--red);
	font-size: 1.75rem;
	text-align:center;
}
#main .mission-text p{
	text-align:center;
}


/*SMALL ONLY*/
@media screen and (max-width: 39.9375em){

}

/*MEDIUM UP*/
@media screen and (min-width: 40em){
	#intro-wrapper .mission-text{
		display:flex;
		justify-content:center;
		align-items:center;
		flex-direction:column;
	}
	#intro-wrapper{
		display:flex;
		justify-content:center;
		align-items:center;
		
	}
	#intro-wrapper .introSwiper{
/* 		max-height: 250px; */
		border-radius: 20px;
		border: 6px solid var(--aqua);
		background-color: var(--aqua);
	}
	
	#intro-wrapper .swiper-slide, #intro-wrapper .swiper-slide{ overflow:hidden;}
	#intro-wrapper .swiper-slide, #intro-wrapper .swiper-slide img{
		border-radius: 20px;
		width: 100%; 
		height: auto;
	}
	#intro-wrapper .swiper-wrapper{ position: relative; overflow:visible; }
	.logo-icon{
		position: absolute; 
		bottom: -5px;
		right: -131px;
		z-index: 1;
/* 		opacity: .7; */
	}
	
}

/*LARGE UP*/
@media screen and (min-width: 64em){
	.intro-offering-wrap{
		background-color: #fff;
		background-position:left top -80px;
		background-image: url(/wp-content/uploads/2023/12/bg-y2.png);
		background-repeat: no-repeat;
	}
	#intro-wrapper{
		background-color: transparent;
		background-image: none;
		max-height: 360px;
	}
	#main .mission-text{
		max-height: 360px;
		align-items:flex-end;
		padding-right: 2rem;
	}
	.intro-slides{
		max-height: 360px;
		justify-content:flex-start;
		padding-left: 2rem;
	}
	.introSwiper{
		max-height: 300px;
		margin-left: 0;
		overflow:visible;
	}
	#main .mission-text p, #main .mission-text h3{
		text-align: left;
		max-width: 340px;
		width: 100%;
	}
	
}


/*X-LARGE UP*/
@media screen and (min-width: 1400px){
	#intro-wrapper{
		background-position:left 10% top -80px;
	}
	
}