

.productFamilies{
    padding:3em 0 2em 0;
}

.productFamilies h2{
    color: #8f8f8f;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    float:left;
    position:relative;
    top:8em;
    margin-bottom: 0;
    line-height: 0;
    left: -7em;
}


.productFamilies a{
    display:block;
    border:1px solid #eee;
    margin-bottom:1.5em;
    box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.23);
    -webkit-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.23);
    -moz-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.23);
    text-decoration:none;
}

.productFamilies a .titleWrapper .title {
    color: #006569;
    font-weight: 700;
    font-size: 1.2em;
}

.productFamilies a .titleWrapper .about {
    color: #616769;
    font-weight: 500;
    text-align: center;
    font-size: 1.1em;
}

.productFamilies a .logowrapper {
    display: inline-block;
    width: 34%;
    line-height: 8em;
    height: 8em;
    padding: 0 1em;
    border: none;
    vertical-align: middle;
}

.productFamilies a .titleWrapper {
    display: inline-block;
    width: 62%;
    text-align: center;
    vertical-align: middle;
}

.productFamilies a .logowrapper img {
    display: inline-block;
    vertical-align: middle;
    line-height: 8em;
    max-height: 8em;
    max-width: 8em;
}


/* ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||| */
/* ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||| */


/* X-Large devices (large desktops, less than 1400px) */
@media (max-width: 1399.98px) {

}


/* Large devices (desktops, less than 1200px) */
@media (max-width: 1199.98px) {


}




/* Medium devices (tablets, less than 992px) */
@media (max-width: 991.98px) {

    .productFamilies {
        padding: 9em 0 2em 0;
    }

}



/* Small devices (landscape phones, less than 768px) */
@media (max-width: 767.98px) {




}


/* X-Small devices (portrait phones, less than 576px) */
@media (max-width: 575.98px) {


}