/******** TITLE ********/

.contentTitleSection
{
margin:0px 0px 80px 0px;
padding:0px 0px 0px 0px;
}

.contentTitleSection h2
{
margin:0px 0px 0px 0px;
padding:0px 0px 0px 0px;
color:#AAAAAA;
font-size:22px;
line-height:30px;
font-weight:100;
text-align:left;
}

.contentTitleSection h1
{
margin:10px 0px 0px 0px;
padding:0px 0px 0px 0px;
color:#000000;
font-size:36px;
line-height:52px;
font-weight:300;
text-align:left;
}

.contentTitleSection span 
{
margin:0px 0px 0px 0px;
padding:0px 0px 0px 0px;
color:#ff7700;
font-size:36px;
line-height:52px;
font-weight:300;
text-align:left;
}




/******** SECTIONS ********/

.partnersParentSection
{
margin:0px 0px 0px 0px;
padding:0px 0px 0px 0px;
width:100%;
///position:relative;
///width:100%;
position:relative;
display: flex;
flex-flow: row wrap;
justify-content: space-between;
}

.partnersParentSection .child
{
position:relative;
margin:0px 0px 30px 0px;
width:340px; 
height:340px;
cursor:pointer;
}

.partnersParentSection .shadow
{
bottom:0px;
box-shadow: 0px 0px 60px 0px #E0E0E0;
position:absolute;
width:340px;
height:340px;
z-index:200;
}

.partnersParentSection .logo
{
bottom:0px;
/////box-shadow: 0px 0px 60px 0px #E0E0E0;
position:absolute;
width:340px;
height:340px;
z-index:200;
}

.partnersParentSection svg
{
top:0px;
right:0px;
bottom:0px;
left:0px;
margin:auto;
position:absolute;
width:200px;
z-index:200;
}


.partnersParentSection .logo img
{
padding:70px 0px 0px 0px;
width:200px;
height:200px;
z-index:300;
}