div#gde-priobresti
{
display: flex;
flex-direction: row;
flex-wrap: nowrap;
justify-content: space-between;
align-items: stretch;
}

div#gde-priobresti h2, div#gde-priobresti div.right a
{
color: #345e85;
}

div#gde-priobresti div.left
{
flex-basis: 20%;
flex-shrink: 0;
flex-grow: 0;
}

div#gde-priobresti div.left a
{
display: block;
width: 100%;
padding-top: 112%;
background-image: url('id-delo.png');
background-position: center;
background-size: cover;
margin-top: 1rem;
}

div#gde-priobresti div.right
{
flex-basis: 80%;
flex-shrink: 1;
flex-grow: 1;
display: flex;
flex-direction: row;
flex-wrap: nowrap;
justify-content: space-between;
align-items: stretch;
}

div#gde-priobresti div.right div.column
{
flex-basis: 100%;
flex-shrink: 1;
flex-grow: 1;
margin-left: 1rem;
}

div#gde-priobresti div.right div.column h2:first-child
{
min-height: 3rem;
}

div#gde-priobresti div.right div.column div.element
{
width: 100%;
margin-top: 1rem;
line-height: 1.25rem;
}

div#gde-priobresti div.right div.column div.element a
{
text-decoration: none;
}

@media (max-width: 800px)
{
div#gde-priobresti { display: block; }
div#gde-priobresti div.left, div#gde-priobresti div.right { width: 100%; display: block; }
div#gde-priobresti div.right div.column { width: 100%; margin-left: 0; }
div#gde-priobresti div.right div.column h2 { min-height: 0; }
}
