﻿#team
{
	display:table;
	width:100%;
	padding:50px 5% 0px 5%;
	height:auto;
	background: url(/img/db/images/BrandGradient.webp) no-repeat center center / cover;
}

#team ul
{
	width:90%;
	list-style:none;
	color:white;
	margin:0px auto;
	font-family: "SofiaProLightAz";
    font-weight: lighter !important;
}

#team ul li
{
	width:50%;
	margin:0px auto 10px auto;
	text-align:center;
	float:right;
}

#team ul li img{
	width:70%;
	margin:0px auto;
	display:block;
}



#team ul li.image
{
	margin-bottom:0px;
}

#team ul li.description
{
	padding-top:100px;
}

#team ul li.description h2
{
	font-size:19px;
	font-weight:bold;
	color: #ccad6c;
    text-align: center;
    font-family: "SofiaProLightAz";
    letter-spacing: 5px;
    margin-bottom: 20px;
    text-transform: uppercase;
}

#team ul li.jobdeta
{
	text-transform:uppercase;
	margin-bottom:25px;
}

@media only screen and (max-width:768px) 
{	
	#team ul
	{
		width:90%;
		margin:0px 5% 30px 5%;
	}
}