<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.store-contact{
    padding-left: 25px;
    margin-top: 10px;
}

.store-contact .title{
    text-transform: uppercase;
    font-weight: 500;
    font-size: 14px;
    margin-top: 40px;
}

.store-contact .title:first-of-type{
    margin-top: 0px;
}

.store-contact .title i.fa-phone:before{
    position: absolute;
    height: 15px;
    width: 15px;
    z-index: 9999;
    left: -25px;
}

.store-contact .title i.fa-map-marker:before{
    position: absolute;
    height: 15px;
    width: 15px;
    z-index: 9999;
    left: -25px;
}

.store-contact .item{
    padding: 5px 0px 0px;
}

@media screen and (max-width: 768px) {

    .store-contact .title {
        margin-top: 20px;
    }
}



</pre></body></html>