/* .wwa-header {
	background-image: url("../../frontend/images/Who-we-are-Banner-1.png");
}
.wwa-header .title,.bod-header .title, .pas-header .title {
	color: white;
	font-weight: bold;
	margin-top: 100px;
}
.wwa-header {
	background-repeat: no-repeat;
	background-position: center;
	background-size: auto;
	width: 100%;
	height: 360px;
} */
.bod-header, .pas-header {
	width: 100%;
}
.wwa-container {
	max-width: 52%!important;
}
.pas-container .ps-image-container {
	max-width: 90%;
}
.pas-container .ps-image-container .card {
	height: auto;
	width: 100%;
	aspect-ratio: 16 / 16;
}
.pas-container .ps-image-container .card-body {
	border: 1px solid transparent;
	border-radius: 0.3px;
	border-style: solid;
	box-sizing: border-box;
	display: inline-block;
	padding: 15% 5%;
}
.pas-container .ps-image-container .card-body:hover {
	border-color: #CD2A37;
}
.bod-container .text-container .p-body, .pas-container .text-container .p-body {
	margin-left: 20%;
	margin-right: 20%;
}
.bod-container .cards-container .card-container .card-body:hover {
	background-color: #CD2A37;
	color: white!important;
	.card-text {
		color: white;
	}
}
.bod-container .cards-container.container {
	max-width: 60%;
}
.bod-container .cards-container .row .card-container {
	margin-bottom: 10%;
}
.bod-container .cards-container .card {
	position: relative;
	text-align: center;
}
.bod-container .cards-container .card-img-top {
	height: auto;
	width: 100%;
}
.bod-container .cards-container .card-body {
	background: white;
	left: 10%;
	position: absolute;
	top: 95%;
	width: 80%;
}
.bod-container .cards-container .card-body .card-title {
	font-weight: bold;
}
.bod-container .cards-container .card-body .card-text {
	color: #6c757d;
}
.bod-container .cards-container .card-body .linkedin img {
	width: 10%;
}
@media (min-width: 1921px) {
}
@media (min-width: 1601px) and (max-width: 1920px) {
}
@media (min-width: 1590px) and (max-width: 1600px) {
	.bod-container .cards-container .row .card-container {
		margin-bottom: 15%;
	}
	.bod-container .cards-container .card-body .card-title {
		height: 2rem;
	}
}
@media (min-width: 1055px/*1280px 1367px*/) and (max-width: 1589px) {
	.bod-container .cards-container .row .card-container {
		margin-bottom: 20%;
	}
	.bod-container .cards-container .card-body .card-title {
		height: 2rem;
	}
	.bod-container .cards-container .card-body .card-text {
		height: 2rem;
	}
}
@media (min-width: 769px) and (max-width: 1055px) {
	.bod-container .cards-container .row .card-container {
		margin-bottom: 40%;
	}
	.bod-container .cards-container .card-body .card-title {
		height: 4rem;
	}
	.bod-container .cards-container .card-body .card-text {
		height: 3rem;
	}
}
@media (max-width: 768px) {
	.bod-container .text-container .p-body, .pas-container .text-container .p-body {
		margin-left: 0;
		margin-right: 0;
	}
}
@media (min-width: 550px) and (max-width: 768px) {
	.bod-container .cards-container .row .card-container {
		margin-bottom: 30%;
	}
}
@media (min-width: 481px) and (max-width: 549px){
	.bod-container .cards-container .row .card-container {
		margin-bottom: 50%;
	}
	.bod-container .cards-container .card-body .card-text {
		height: 2.5rem;
	}
}
@media (max-width: 480px) {
	.bod-container .cards-container .row .card-container {
		margin-bottom: 40%;
	}
	.bod-container .cards-container .card-body .card-text {
		height: 2.5rem;
	}
}

