/*heading container*/
div.content
{
    padding-top: 0;
}

div.group_companies_title_container
{
    background-image: url('../site_images/header_yellow_bg.png');
    background-repeat: no-repeat;
    background-position: top;
    background-size: 100% 341px;

    text-align: center;
    padding-top: 81px;
    padding-bottom: 30px;
}

div.group_companies_title_container h1
{
    font-size: 4em;
    margin-bottom: 0;
}

div.group_companies_overview
{
    margin-top: 15px;
}

/*product listing*/
div.group_companies_container
{
    margin-top:30px;
}

div.group_companies_item
{
    margin-bottom: 30px;
}

div.group_companies_item div.shadow
{
    background-color: #fff;
    padding: 30px;
}

div.group_companies_item_image
{
    text-align: center;
    margin-bottom: 30px;
}

div.group_companies_item_image img
{
    display: inline-block;
    max-height: 80px;
}

div.group_companies_item_contact_line
{
    margin-top: 15px;
    font-weight: 600;
}

.dilog_group_logo
{
    margin-top: 30px;
    margin-bottom: 90px;
    text-align: center;
}

.dilog_group_logo img
{
    display: inline-block;
    max-width: 180px;
}
