.geopark-destination-detail {
display: flex;
margin-top: -120px;
padding: 60px 20px 20px;
position: relative;
background: rgba(255,255,255,0);
background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(2,16,28,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,0)), color-stop(100%, rgba(2,16,28,1)));
background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(2,16,28,1) 100%);
background: -o-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(2,16,28,1) 100%);
background: -ms-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(2,16,28,1) 100%);
background: linear-gradient(to bottom, rgba(255,255,255,0) 0%, rgba(2,16,28,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#02101c', GradientType=0 );
}
.geopark-destination-length {
margin-right: 20px;
}
.geopark-destination-length,
.geopark-destination-difficulty,
.length-detail{
display: flex;
}
.length-detail {
flex-direction: column;
}
.length-icon {
margin-right: 8px;
}
.length-title {
font-family: 'Heebo';
font-weight: 400;
font-size: 14px;
line-height: 1;
color: #fff;
}
.length-description {
font-family: 'Heebo';
font-weight: 700;
font-size: 20px;
line-height: 1.3;
color: #fff;
}