section {
    max-width: 870px;
    margin-left: auto;
    margin-right: auto;
    font-size: 14px;
}
section div.section-top {
    margin-top: 35px;
}
section #tiendas {
    font-size: 13px;
}
section #tiendas h3 {
    padding-top: 7px;
    border-top: 1px solid #87888A;
    border-bottom: 1px solid #87888A;
    margin-top: 15px;
    margin-bottom: 15px;
    color: #a2823c;
    font-family: "Josefin Sans",sans-serif;
    font-size: 25px;
    text-transform: uppercase;
}
section #tiendas h4 {
    padding: 5px 5px 1px;
    background-color: #a2823c;
    color: white;
    font-family: "Josefin Sans",sans-serif;
    font-size: 14px;
    text-transform: uppercase;
}
section #tiendas p {
    padding-left: 20px;
}
section #tiendas p.tx-corp {
    margin-bottom: 0;
    font-family: "Josefin Sans",sans-serif;
    text-transform: uppercase;
    position: relative;
}
section #tiendas p.tx-corp .fa {
    position: absolute;
    top: 0;
    left: 0;
}

@media (min-width: 768px) {
    
}
@media (max-width: 767px) {
    .btn-gigante {
        height: auto;
        min-height: 40px;
        white-space: wrap;
    }
}