.loja-section-grid {
    margin-top: 40px;
    font-size: 1.75rem;
    font-weight: 700;
    text-align: center;
}

.loja-section-grid h2{
    margin-top: 40px;
    font-size: 1.75rem;
    font-weight: 700;
    text-align: center;
}
.loja-section-grid h2:after{
    content: "";
    width: 100px;
    height: 2.5px;
    display: block;
    margin-right: auto;
    margin-left: auto;
    margin-top: 10px;
    background: linear-gradient(89.96deg, #C51515 6.07%, rgba(197, 21, 21, 0) 104.84%);
}

.loja-section-grid .local-address {
    margin-top: 40px;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
}

.local-section-address {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 40px;
    margin-top: 40px;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

.local-address-item img{
    margin-bottom: 20px;
    height: 250px;
    border-radius: 5px;
    width: 100%;
    object-fit: cover;
}

.local-address-item a{
    display: flex;
    grid-gap: 5px;
    align-items: center;
    justify-items: start;
    font-size: 1rem;
    font-weight: 500;
}

.local-address-item .whats{
    font-weight: 700;
}

.local-section-address li h4 {
    color: #000;
    margin-bottom: 15px;
    text-align: left;
}

@media only screen and (max-width: 730px){
    .local-section-address {
        grid-template-columns: 1fr ;

        max-width: 400px;
    }
}