#UrneMobile {
margin-top: 40px;
background-color: #F8AF03;;
padding: 40px;
}

#UrneMobile * {
color: #FFFFFF;
}

#UrneMobile > div {
position: relative;
}

#UrneMobile > div > .Pict {
position: absolute;
top: 0;
bottom: 0;
left: 0;
width: 30%;
height: 150px;
background-image: url('/img/home-urnemobile/urnemobile.svg');
background-position: center;
background-size: 150px;
background-repeat: no-repeat;
}

#UrneMobile > div > .Desc {
padding-left: 30%;
min-height: 150px;
}

#UrneMobile > div > .Desc > div {
padding-left: 40px;
}

#UrneMobile > div > .Desc h1 {
font-size: 30px;
text-transform: uppercase;
font-weight: bold;
line-height: 36px;
}

#UrneMobile > div > .Desc h2 {
margin-top: 20px;
font-size: 16px;
text-transform: uppercase;
font-weight: bold;
color: #FFFFFF;
}

#UrneMobile > div > .Desc h3 {
margin-top: 8px;
font-size: 13px;
font-weight: normal;
}

#UrneMobile > div > .Desc a {
margin-left: -10px;
}
#UrneMobile > div > .Desc a,
#UrneMobile > div > .Desc a * {
cursor: pointer;
}

#UrneMobile > div > .Desc a {
display: inline-block;
line-height: 60px;
width: 156px;
height: 60px;
}

#UrneMobile > div > .Desc a,
#UrneMobile > div > .Desc a:visited {
text-decoration: none;
}

#UrneMobile > div > .Desc a > img {
display: block;
margin: auto;
height: 100%;
}

@media (max-width: 1000px) {

#UrneMobile * {
text-align: center;
}

#UrneMobile > div {
position: static;
}

#UrneMobile > div > .Pict {
position: static;
top: auto;
bottom: auto;
left: auto;
width: auto;
}

#UrneMobile > div > .Desc {
padding-left: 0;
margin-top: 40px;
min-height: unset;
}

#UrneMobile > div > .Desc > div {
padding-left: 0;
}

}

