#location-detail{
    position: relative;
    z-index: 1;
}

#location-detail .container-xxl{
    z-index: 1;
}

#location-detail .location-text h2{
    font-size: 24px;
    font-weight: 500;
    color: #950000;
    line-height: 34px;
    margin-left: 10px;
}

#location-detail .location-text p{
   color: black;
   font-size: 16px;
}



#location-detail ul li:before {
    font-family: 'Material Icons Round';
    font-weight: normal;
    font-style: normal;
    color: #950000;
    content: "\f1f2";
    position: absolute;
    margin-left: -35px;
    padding-right: 5px;
    font-size: 40px;
    vertical-align: bottom;
}


#location-detail ul li{
    margin-bottom: 10px;
    position: relative;
}


#location-detail ul li:nth-child(1):before {
    content: "\e55f";
}
#location-detail ul li:nth-child(2):before {
    content: "\f1f2";
}