.carousel-section .container{
	max-width: 90%;
}
@media screen and (min-width: 1100px) {	
	.carousel-section .container{
		max-width: 1053px;
		padding-inline: 0;
	}
}
.carousel-section {
	background-image: url("/images/home/bgrnd-home-meet-team.jpg");
	background-position: center bottom;
	background-repeat: no-repeat;
	background-size: cover;
	text-align: center;
	color: var(--primary-color);
	margin-top: -42px;
	padding-bottom: 52px;
}
.carousel-section .owl-carousel {
	display: inline-flex;
}
@media (max-width:992px) {
	.carousel-section .owl-carousel {
		display: block;
	}
}
.carousel-section p {
	font-size: 15px;
	font-weight: 300;
	line-height: 22px;
	letter-spacing: 0.15px;
	margin: 2px auto 42px;
	max-width: 650px;
}
.carousel-section .main-heading {
	text-align: center;
	font-family: var(--kaisei-tokumin-font);
	font-size: 20px;
	font-weight: 500;
	line-height: 20px;
    margin-bottom: 4px;
}
#homepage .carousel-section .owl-carousel.owl-drag .owl-item {
	padding-bottom: 0;
}
#team-section .down-arrow img, 
.carousel-section .main-heading {
	position: relative;
}
#team-section .team-member-photo img {
	width: 100%;
	border-radius: 5px;
	aspect-ratio: 1/1;
}
#team-section .team-member {
	width: 100%;
}
#team-section .team-member-name h4 {
	font-size: 16px;
	font-weight: 700;
	line-height: 24px; 
	margin-top: 15px;
	padding: 0;
}
#team-section .team-member-position h5 {
	font-size: 13px;
	font-weight: 300;
	line-height: 20px;
	letter-spacing: 0.13px;
}
.carousel-section .dark-btn {
	max-width: 235px;
	height: 60px;
	margin-top: 31px;
	display: block;
	margin-inline: auto;
	padding: 19px;
	font-weight: 600;
}
.carousel-section .feedback-item {
  min-height: 216px;
  padding: 0;
  margin: 0;
  flex-direction: column-reverse;
  background-image: url(/images/home/icon-quote-white.svg);
  background-repeat: no-repeat;
  background-size: auto;
  background-position: center top;
}
.carousel-section .owl-carousel{
	display: block;
	position: relative;
}
.carousel-section .owl-carousel .owl-nav .owl-prev,
.carousel-section .owl-carousel .owl-nav .owl-next{
	border: none;
	outline: none;
	box-shadow: none;
}
.carousel-section .owl-carousel .owl-nav .owl-next{
	margin-right: -100px;
}
.carousel-section .owl-carousel .owl-nav .owl-prev{
	margin-left: -100px;
}
.carousel-section .owl-carousel .owl-dots{
	display: none;
}
.carousel-section .owl-carousel .owl-nav{
	width: 100%;
	display: flex;
	justify-content: space-between;
	position: absolute;
	top: 36%;
	transform: translateY(-50%);
}
@media screen and (max-width: 1300px) and (min-width: 992px) {	
	.carousel-section .owl-carousel .owl-nav .owl-prev{
		margin-left: -50px;
	}
	.carousel-section .owl-carousel .owl-nav .owl-next {
		margin-right: -50px;
	}
	.carousel-section .container {
		max-width: 880px;
		padding-inline: 0;
	}
}
@media screen and (max-width: 992px) and (min-width: 768px) {	
	.carousel-section .owl-carousel .owl-nav .owl-prev{
		margin-left: -40px;
	}
	.carousel-section .owl-carousel .owl-nav .owl-next {
		margin-right: -40px;
	}
	.carousel-section .container {
		max-width: 660px;
		padding-inline: 0;
	}
}
@media screen and (max-width:767px) {	
	.carousel-section .container .feedback-item{
		min-height: 216px;
		padding: 0;
		margin: 0;
		background-position: center bottom;
		padding-bottom: 60px;
	}
	.carousel-section{
		order: 2;
		padding-bottom: 42px;
		margin-top: 8px;
		padding-inline: 10px;
	}
	.carousel-section .main_para{
		font-size: 15px;
		font-weight: 200;
		line-height: 18px;
		letter-spacing: 0.45px;
		width: 200px;
		margin-inline: auto;
		padding: 11px 0 30px;
	}
	.carousel-section .main-heading{
		font-size: 18px;
		line-height: 18px;
		margin-bottom: 8px;
	}
	.carousel-section p {
		font-size: 14px;
		line-height: 18px;
		letter-spacing: 0.14px;
		margin: 9px auto 24px;
	}
	.carousel-section .owl-carousel .owl-nav {
		top: 33%;
	}
	.carousel-section .owl-carousel .owl-nav .owl-prev{
		margin-left: -30px;
	}
	.carousel-section .owl-carousel .owl-nav .owl-next {
		margin-right: -30px;
	}
	.carousel-section .owl-carousel .owl-nav img {
		height: 28px;
	}
	.carousel-section .container {
		max-width: 291px;
		padding-inline: 0;
	}
	#team-section .team-member-name h4 {
		font-size: 12px;
        line-height: 12px;
        margin-top: 11px;
	}
	#team-section .team-member-position h5 {
		font-size: 11px;
        line-height: 17px;
        letter-spacing: 0.11px;
	}
}
@media screen and (max-width: 360px) {
	.carousel-section .owl-carousel .owl-nav .owl-prev{
		margin-left: -6%;
	}
	.carousel-section .owl-carousel .owl-nav .owl-next {
		margin-right: -6%;
	}
}
@media screen and (max-width: 330px) {
	.carousel-section .owl-carousel {
		max-width: 150px;
		margin-inline: auto;
	}
	.carousel-section .owl-carousel .owl-nav .owl-prev{
		margin-left: -30%;
	}
	.carousel-section .owl-carousel .owl-nav .owl-next {
		margin-right: -30%;
	}
}